This commit is contained in:
2018-12-18 19:18:46 +00:00
parent 2be97c7d37
commit fe7104a999
2 changed files with 43 additions and 8 deletions

View File

@@ -80,24 +80,19 @@ TODO CLIENT STUFF
TODO SERVER STUFF
- TODO: Make sure private data filters get deleted with users who created them
- non issue due to delete not allowed for any user after any data created under it so
- TAGS: REally need to have a think about how tags are used in the UI, probably need a autofill route that has a source of used or common tags to drive it
- so user can type first fiew characters adn select
- So consistency is maintained and not sloppy multiple spellings
- Maybe a db stored procedure and trigger or biz code that feeds a consolidated tag table of all entered tags in the system?
- 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
- 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 from 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
- INTEGRATION TEST PROJECT: Move it to it's own folder outside of RAVEN one to avoid constant weirdness in Visual Studio Code editor with both projects in same folder structure
-----------------
TODO AFTER ABOVE:
TODO AFTER CLIENT block ABOVE: