This commit is contained in:
@@ -5,12 +5,14 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQ0NTU5NzAwIiwiZXhwIjoi
|
||||
|
||||
## IMMEDIATE ITEMS
|
||||
|
||||
|
||||
Item below half done: widget picklist is done, might need test cleanup for that, user picklist needs to have code copied
|
||||
|
||||
Widget and user picklist, modify to use filter and sort criteria, remove the startswith built in filter
|
||||
- Fix up the old tests for picklists and replace with new test using filter ID
|
||||
- Don't forget to test with no filter ID to ensure still works as normal (default picklist should sort by alpha, need extra default method for sql query)
|
||||
|
||||
GetMany - have a look at the widget getmany code and the get picklist utility helper and see if there is a possibility of moving the getmany code into a helper similarly to picklist
|
||||
|
||||
ENUM
|
||||
- Need route to get enum values and lt by providing a lowercase name of the enum (used for building filter UI for enum types)
|
||||
- Client needs to pick enum value adn display localized
|
||||
@@ -110,6 +112,7 @@ TODO SERVER STUFF
|
||||
- Maybe a reference count for each tag to drive a tag cloud feature and also a order by commonality feature when offering and also to know when to remove the tag repository when no one is using that tag anymore in any records
|
||||
|
||||
- Boot server and seed with debug log turned on, see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked.
|
||||
- Docs: pagingOptions, sort and filter need to be documented for API
|
||||
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user