staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

Improve the admin web dashboard UI #26

Closed dstpierre closed 1 year ago

dstpierre commented 2 years ago

The admin web dashboard accessible at https://localhost:8099 is still a WIP.

Here are some aspects that could be improved:

  1. The database collection's listing of data is not optimal.
  2. The database editing only support 1 field at at time and only (string, numbers and boolean)
  3. We cannot delete en entry from a database collection.
  4. The files tab is not done. This should be a file manager like (listing, viewing, and deleting files)
  5. The forms tab is not done, this should display all forms and all posted data in each (list, view, delete)
  6. It would be nicer to have a dedicated users tab displaying the accounts and users info (sb_accounts and sb_users collection)