Skip to content

admin interface #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
posativ opened this issue Sep 9, 2013 · 7 comments
Closed

admin interface #10

posativ opened this issue Sep 9, 2013 · 7 comments
Labels
needs-contributor Someone needs to implement this. Help wanted! server (Python) server code

Comments

@posativ
Copy link
Collaborator

posativ commented Sep 9, 2013

No description provided.

@jgraichen
Copy link

What about integrating an admin interface into the JavaScript client?

Something like:
I add a admin password in isso.conf:

[admin]
password = verysecret

Then I manually go to https://myblog.de/isso/auth, authenticate via basic auth and get an identity cookie back. The JS client can now present me comments to be moderated (maybe with a background color or glowing) as well as a Delete link. The server (knowing my admin cookie) could just include a delete URL in the comment resource and listing comments would also list unmoderated, so client changes should be quite small. Notification emails could just link to the comment.

That way there would be no need for separate web front end.

(I do not have enough python experience to contribute that yet - I'll just leave that as an idea)

@posativ
Copy link
Collaborator Author

posativ commented Feb 18, 2014

I like this idea very much and going to implement it soon as it requires not that much changes (except a new API endpoint and/or validation to fetch unmoderated comments).

@vitaliiznak
Copy link

dhd

@kyrias
Copy link

kyrias commented Oct 30, 2014

Any progress on this?

@izzy
Copy link

izzy commented Jan 7, 2015

bump Still no progress?

@vasindaniil
Copy link

Have you given thought about using Django for your project? It automatically sets up an administrator interface that you can customize

@daniyyz
Copy link

daniyyz commented Dec 30, 2015

Hi All, i was looking into the notification.py file, where the url's are generated for Delete or Activate emails, for moderated comments.

It seems, for this topic, the simplest admin interface would be a looping through of all those URL's and turning them into HTML. then we can click and do stuff via a webpage.

I'm new to the code, so don't know yet the best place for something like that, but i'll keep poking around.

Thx,
m

blatinier added a commit to blatinier/isso that referenced this issue Jul 1, 2016
Add a basic admin interface (Fix issue isso-comments#10)

wip again

still wip

fix login page
blatinier added a commit to blatinier/isso that referenced this issue Jul 5, 2016
Add a basic admin interface (Fix issue isso-comments#10)

wip again

still wip

fix login page
blatinier added a commit to blatinier/isso that referenced this issue Jul 15, 2016
Add a basic admin interface (Fix issue isso-comments#10)

wip again

still wip

fix login page
blatinier added a commit to blatinier/isso that referenced this issue Oct 27, 2016
Add a basic admin interface (Fix issue isso-comments#10)

wip again

still wip

fix login page
blatinier added a commit to blatinier/isso that referenced this issue Apr 23, 2017
Add a basic admin interface (Fix issue isso-comments#10)

wip again

still wip

fix login page
blatinier added a commit that referenced this issue Nov 27, 2017
Add a basic admin interface (Fix issue #10)
There are more to add in the interface but it's a good start.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-contributor Someone needs to implement this. Help wanted! server (Python) server code
Projects
None yet
Development

No branches or pull requests

8 participants