This commit is contained in:
2020-03-03 00:32:36 +00:00
parent c2feeaf273
commit 8ab3fd746b

View File

@@ -45,28 +45,26 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
todo: Add test for *NULL* and not *NULL* in datalistfilter tests as there currently aren't any
todo: ay-data-list-view initform code shows proper way to initialize and await each step
- Take that model and look at all the other forms and ensure they work the same way
todo: Tag picker a bit buggy, when you type to search it retains the typed text in the entry box after selecting, it shouldn't
- possibly when type then make selection the typed part sb cleared after selection
todo: Select in grid fuckery when changing formats or switching between Listviews seems to trigger selection for some reason
- MAKE LT() method in forms available to all vm users so don't have to keep defining it in every single form
todo: MAKE LT() method in forms available to all vm users so don't have to keep defining it in every single form
- Make functional user settings form with all overrides so can test shit out
- Need a browser check on opening the login page that will check to ensure the browser can do the date conversions properly etc and tell user browser is unsuitable if it isn't
todo: Created hook is probably where I should be doing the stuff I'm doing in beforeCreate hook, test if can simply move it in widget edit form to created
- Reason being that the data object is not fully set up in beforecreate but I'm putting data into it as if it is which seems weird
- todo: perhaps beforeCreate is being used wrongly in widget edit form, need to take a re-look to ensure it's correct before I copy it endlessly
todo: Make functional user settings form with all overrides so can test shit out
todo: Need a browser check on opening the login page that will check to ensure the browser can do the date conversions properly etc and tell user browser is unsuitable if it isn't
todo: Make sure created hook is not being used anywhere unless absolutely appropriate
todo: Make sure fetching locale text is done properly in forms as in datalistview editor and widget etc
- for sure this needs to be fixed in about form
todo: toolbar above grid for filters, refresh etc (make it a standard component?)
- double check but I think it's built into the grid now...no?
todo: SEARCH UI