diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9cd90b69..7feb868c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -46,13 +46,23 @@ CURRENT TODOs =-=-=-=-=-=-= +TODO: Errors - make sure all user displayed errors have an error number if they might be something tech support needs to know (case 1854) + - I guess this is a LT feature really + - Once start then make sure documented in manual +TODO: DATE FILTER add month names for month this year case 1441 + - Before implementing grid filter code do this one + - Modify filterSpecialTokens.cs at server, also tests + - Add every month of the year as a token. + - It is always implied it is *this* current year because some stuff like booked calls will be in future so + - if it's January, selecting June still means this year, not last year + - Was requested at least twice, not sure how I missed it *(((( NEXT GO OVER FEATURES AND IDENTIFY LIST RELATED AND SEE WHATS REQUIRED TO FULFIL AND DOCUMENT HERE BELOW ))))* TODO: MAIN GRID LIST ANALYSIS, DESIGN AND COMPLETION KEEPING IN MIND TTM - WHAT is the actual purpose of the grid lists? - + - SEARCH that type of object only !!!! - Add new record of that type - Selection of record(s) FILTERED OR ALL for reporting or mass operations - Feeding into reports that are highly customizable and can be used to view all data rather than fucking around with grid columns? @@ -91,10 +101,13 @@ TODO: MAIN GRID LIST ANALYSIS, DESIGN AND COMPLETION KEEPING IN MIND TTM - V7 can sort by up to 3 columns which makes it possible to do something like sort all customers together then by date or something - STUB out any other main grid list options - Put in the menu options will likely need even if not coded yet. + - SEARCH - go through cases find the new things that need to be on the menu and stub them out. - Stub them out so they are there even if not functional - Maybe make all stubbed things an alt colour so can tell at a glance what is outstanding. - Reporting, list mass ops, go through cases look for stuff that will be required + - FEATURES TO ADD + - SEARCH (need to be able to search from the grid for that type of object) TODO: Make errorBoxError message box on all forms a component instead as it's just boilerplate