-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
[FR/P-UI] New admin UI #5016
Comments
I will use this as a first PR to show the capabilities of the new UI. |
Good idea to start this, but I am not sure if the admin ui would be a good thing for the start. I just think we should build something users daily would use. The admin ui is something that gets not used very often. Or was that your thinking so that we can experiment with something that's not used so much? |
@wolflu05 there is nearly nothing in the daily UI that does not require fast rewrites of the modal and forms interfaces - which is 20+ files. |
@matmair do you mean the "django admin" page (which we use mostly out-of-the-box) or our "settings" page (which is user facing)? |
@SchrodingersGat our settings page |
Regarding this I ran into the first interesting question: do we define where settings go on the backend (ie making it pluggable and frontend version independent) or is that done in the frontend? Thoughts @inventree/triage? |
By "where they go" do you mean the display |
I mean in terms of categories. Ie a category security with 3 settings, reporting with 20 settings etc. So a mapping where settings should be rendered. Because that is contingent on the server version. |
Oh right, yeah I think the categories have to be specified by the server and then rendered out by the front-end |
Closed by #5679 |
Please verify that this feature request has NOT been suggested before.
Problem statement
The current admin (global settings) UI is using HTML templates. This means you can not use all admin features headless and the UI needs to be fully rendered on the server side before being shown.
Suggested solution
Switch to new UI #5011
Describe alternatives you've considered
N/A
Examples of other systems
No response
Do you want to develop this?
The text was updated successfully, but these errors were encountered: