ZeroAdmin
ZeroAdmin copied to clipboard
Check if there is something similar already exists
template is an another topic: https://github.com/HelloZeroNet/ZeroAdmin/issues/2
by similar i meant: generate/validate admin interface from js/json/xml files
I have a panel that gets generated based on configuration (can't add or remove records yet, but existing records can be modified). The interface is drawn with maquette. It overlays all pages of a website right now. Should only appear on a specific url later. The pages provided by configuration can be selected on the right side tabs.
source: https://github.com/obv-mikhail/ZeroAdmin
live: http://127.0.0.1:43110/1DWD4M2dy6rDAF1dhxQE953hSWTib1ZEjo
Clone site to test.
It's a nice start, but i think probably its better to create it as separate site to avoid css/dom/js event listeners mix with the original site.
Created some example tasks for the interface: https://github.com/HelloZeroNet/ZeroAdmin/issues/6
Made it load in its own directory, at "/ZeroAdmin/index.html".
I can only see the black side bar every now and then. I can open the site one time and see the black side bar but the next time I load the site it may or may not show. Hope you can figure it out, I can't code so I'm ready for an admin panel. Also thanks for trying to create one for us non-coders.
Here's a screenshot of what I'm getting most of the time https://imgur.com/rzLYoYj And every now and then it loads like yours http://i.imgur.com/jldLZsw.png?1
You are supposed to go to http://127.0.0.1:43110/1DWD4M2dy6rDAF1dhxQE953hSWTib1ZEjo/ZeroAdmin/index.html .
I went to ZeroAdmin/index.html but one minute you can see the admin and then you can't
I replicated the problem when using a proxy, but am not sure what causes it. The console shows an InvalidStateError when this happens. I will need to read up on that.
Is SafePress something similar to what you imagined? http://safepress.io/
It's a WordPress-like admin interface and CMS management tool for MaidSafe. But the code is open-source, so perhaps some elements can be ported over to this project?