This commit is contained in:
2020-03-25 18:46:28 +00:00
parent 35fb2e3a4c
commit 311f7df8f0

View File

@@ -48,15 +48,12 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
todo: CASE insensitive
- make default case in-sensitive since majority of our clients are english anyway.
- Add a setting at server to make it case sensitive as an option but insenstive as the default as insurance in case other languages are fucked by that setting
- Case is a pain in the ass on devices and just a hinderance to finding things that start with a capitalized first name like company names etc
todo: stuff below go-over and make sure nothing missed
todo: modify Widget form to use picklist to select user, test with huge tracts o'data
todo: server generate data, can I just automate it like with the debug startup code so that I don't have to keep fucking around generating data on every server reboot?
todo: on device testing of picklist (upload to server)
todo: once get here go back to server project todo which is documentation I believe at this point
- probably deserves it's own page as we want each topic small and focused, not a huge page of text in the user docs
@@ -169,6 +166,13 @@ todo: MAKE PICKLIST COMPONENT Select lists and filtering by tag "select-search-f
- I'm thinking it auto searches by entry like RI, but you can open more UI and select tags to filter with it
- Or maybe it's part of datafilter too?
- See add food filter in diary in chronometer app for inspiration (though theirs is a bit dumb, you can only select one tag)
=-=-=-=-=- AP - After Picklist =-=-=-=-=-=-=-
todo: now that we have case insensitive should I port that shit over to the datagrid filter as well?
todo: Utilize new picklist in Widget form to select something that exists and can then test out DataListView etc