Skip to content
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

Improve admin utilization #76

Closed
sissbruecker opened this issue Feb 16, 2021 · 0 comments · Fixed by #87
Closed

Improve admin utilization #76

sissbruecker opened this issue Feb 16, 2021 · 0 comments · Fixed by #87
Labels
enhancement New feature or request

Comments

@sissbruecker
Copy link
Owner

Currently linkding provides no management UI of its own, however it comes with the default Django Admin which is quite powerful and could solve quite a few use cases. As such the admin panel should be linked from settings and be improved:

  • user management for adding accounts or changing password
  • auth token management to revoke auth tokens
  • bookmark view: ensure title is displayed
  • bulk operations on bookmarks (delete, archive, unarchive)
  • tag view: show how often the tag is used
  • bulk operations on tags (delete, delete unused)
@sissbruecker sissbruecker added the enhancement New feature or request label Feb 16, 2021
sissbruecker pushed a commit that referenced this issue Feb 24, 2021
sissbruecker pushed a commit that referenced this issue Feb 24, 2021
sissbruecker pushed a commit that referenced this issue Feb 24, 2021
sissbruecker pushed a commit that referenced this issue Feb 24, 2021
sissbruecker pushed a commit that referenced this issue Feb 24, 2021
sissbruecker pushed a commit that referenced this issue Feb 24, 2021
* Improve and promote admin panel (#76)

* Customize admin panel texts (#76)

* Improve settings structure (#76)

* Improve admin list consistency (#76)

* Fix redirect URLs (#76)

* Add admin tooltip (#76)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant