This commit is contained in:
@@ -12,7 +12,13 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi
|
|||||||
- https://vuetifyjs.com/en/components/data-tables#example-server
|
- https://vuetifyjs.com/en/components/data-tables#example-server
|
||||||
- Displays as a smaller item with maybe a count of widgets only that is expandable into a list of widgets
|
- Displays as a smaller item with maybe a count of widgets only that is expandable into a list of widgets
|
||||||
- paging, sorting, filtering (by tag), items per page
|
- paging, sorting, filtering (by tag), items per page
|
||||||
- Stored locally with client so each client app can have individual settings (i.e. phone vs desktop can have alternate settings for same user)
|
- Filter by popup dialog
|
||||||
|
- generic dialog that accepts a object specifying column names and types and builds a UI with the options on it
|
||||||
|
- when applied it saves it as an object that is sent up to the server for each column sorted on in query string
|
||||||
|
- Server list needs to accept those options and sort accordingly.
|
||||||
|
- are we getting into huge territory needing more advanced utility at server?
|
||||||
|
- Saved as a whole grid component? or Stored locally with client so each client app can have individual settings (i.e. phone vs desktop can have alternate settings for same user)
|
||||||
|
or both saveable as a pick item from teh main or as a whole preset grid widget? TIME TO MARKET!!!
|
||||||
- Each item can be edited if they have the rights or viewed etc by opening into crud component
|
- Each item can be edited if they have the rights or viewed etc by opening into crud component
|
||||||
- List should remember where the user was when they go to edit and back again
|
- List should remember where the user was when they go to edit and back again
|
||||||
- What to do if they edit? Refresh the list but keep the same page location?
|
- What to do if they edit? Refresh the list but keep the same page location?
|
||||||
|
|||||||
Reference in New Issue
Block a user