This commit is contained in:
@@ -13,6 +13,12 @@ TODO CLIENT STUFF
|
||||
- Validate time zone offset is accurate: it should validate the time zone offset when the client software starts and if it's found to be off what was set offer to change it automatically
|
||||
- This way it works client to client and will handle DST changes almost automatically
|
||||
|
||||
- TODO: Will need currency symbol, date format, numeric format from user settings at server
|
||||
- rather than try to use local browser settings which is fraught with peril will need to be specified at server itself
|
||||
- Wherever I am currently storing time zone that's where these other settings need to be
|
||||
- Need to find out in client world what format should be stored and how to document it
|
||||
|
||||
- Error messages: ensure error messages that come back from API that start with LT: will be localized correctly before display / logging (may need string interpolation too for some in future, consider that)
|
||||
|
||||
- LIST
|
||||
- Overall list menu toolbar at top with following icons:
|
||||
@@ -73,18 +79,12 @@ TODO CLIENT STUFF
|
||||
----------------
|
||||
|
||||
TODO SERVER STUFF
|
||||
|
||||
|
||||
|
||||
|
||||
- Trial license ROCKFISH up it to 1000 techs to cover huge seeding.
|
||||
|
||||
- AyaNova 7 import is NOT erasing the db before it does the import but it should be so what's up with that??
|
||||
- Also isn't it supposed to respect if there is existing data and force user to erase db first??
|
||||
|
||||
- TODO: Will need currency symbol, date format, numeric format from user settings at server
|
||||
- rather than try to use local browser settings which is fraught with peril will need to be specified at server itself
|
||||
- Wherever I am currently storing time zone that's where these other settings need to be
|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user