From 311f7df8f045fae8a6d1258584ce0a892f9e23ae Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 25 Mar 2020 18:46:28 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 92426e5e..414c70f4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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