-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Suggested in yTube
I would like to share feedback for further improvement:
- Allow for "default" fields that need to be shown in the list view. In my situation, not all fields are required to be shown in the list view, only when the detailed view is clicked they should be shown;
- Make default filters set - Similarly to the above one, default filters will be very useful, accomplishing the same thing as not showing not needed data;
- Unnecessary JS - There are a couple of places where JS is used to load data as well as certain fields. This makes it a bit more complex to read/understand than feeding the data in the actual Python template. e.g. The heading for the model name on the top of the page is configured with JS, but it's provided in the context of the view anyways, so a simple {{model_name}} will accomplish the same thing.
Metadata
Metadata
Assignees
Labels
No labels