ZeroAdmin icon indicating copy to clipboard operation
ZeroAdmin copied to clipboard

Check if there is something similar already exists

Open HelloZeroNet opened this issue 8 years ago • 10 comments

HelloZeroNet avatar Apr 22 '16 16:04 HelloZeroNet

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

HelloZeroNet avatar Apr 24 '16 16:04 HelloZeroNet

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.

obv-mikhail avatar Apr 24 '16 21:04 obv-mikhail

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

HelloZeroNet avatar Apr 27 '16 09:04 HelloZeroNet

Made it load in its own directory, at "/ZeroAdmin/index.html".

obv-mikhail avatar Apr 28 '16 00:04 obv-mikhail

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.

Snarkly avatar May 03 '16 15:05 Snarkly

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

Snarkly avatar May 04 '16 04:05 Snarkly

You are supposed to go to http://127.0.0.1:43110/1DWD4M2dy6rDAF1dhxQE953hSWTib1ZEjo/ZeroAdmin/index.html .

obv-mikhail avatar May 04 '16 13:05 obv-mikhail

I went to ZeroAdmin/index.html but one minute you can see the admin and then you can't admin1 admin2

Snarkly avatar May 04 '16 15:05 Snarkly

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.

obv-mikhail avatar May 04 '16 20:05 obv-mikhail

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?

62gs8ha avatar Aug 05 '16 02:08 62gs8ha