This commit is contained in:
@@ -1,38 +1,12 @@
|
||||
# CLIENT TODO (J.F.C. - Just fucking code it already)
|
||||
|
||||
Success is the ability to go from failure to failure without loss of enthusiasm - Winston Churchill
|
||||
|
||||
"A smooth sea never made a skilled sailor" Franklin D. Roosevelt
|
||||
|
||||
|
||||
NEXT TODOS:
|
||||
|
||||
|
||||
|
||||
### RETEST ALL DEVICES WHEN GET TO HERE #####
|
||||
TO TEST:
|
||||
- above changes block
|
||||
|
||||
|
||||
|
||||
|
||||
TODO: LINTER ISSUES
|
||||
- On manual format of document with .vue extension the html template part shows multiple errors by linter
|
||||
- invoke the task vue-cli-service lint seems to fix the issues
|
||||
- Formatting the document ctrl-shift-i again reverses the fixes and seems to break it again
|
||||
- By break I mean these kinds of errors: Insert `·/` {
|
||||
"resource": "/c:/data/code/raven-client/ayanova/src/views/inventory-widget-edit.vue",
|
||||
"owner": "eslint",
|
||||
"code": "prettier/prettier",
|
||||
"severity": 4,
|
||||
"message": "Insert `·/`",
|
||||
"source": "eslint",
|
||||
"startLineNumber": 143,
|
||||
"startColumn": 16,
|
||||
"endLineNumber": 143,
|
||||
"endColumn": 16
|
||||
}
|
||||
|
||||
|
||||
|
||||
TODO: LOGIN navigate back to prior request when it triggers a login?
|
||||
- Or would this cause a loop at times and fuck shit up?
|
||||
|
||||
@@ -88,16 +62,16 @@ TODO: Grid / LIST VIEW = I know customers will want to control what shows in the
|
||||
|
||||
TODO: Outstanding case with vuetify bug in clear button when readonly, check if fixed and if it isn't might need a workaround
|
||||
|
||||
DON'T code the user options with the currency symbol etc until after it's all been worked out client side. Use static values instad in locale.
|
||||
TODO: code the user options with the currency symbol etc on the server and then update client to fetch them. Use static values instad in locale.
|
||||
Locale should fetch those settings the first time it sees they are not present so that they are refreshed upon use and are not stored in localstorage
|
||||
(or should they be? anyway, can work that out later)
|
||||
|
||||
|
||||
|
||||
Other fields that are locale dependent
|
||||
DateTime field next
|
||||
|
||||
|
||||
### RETEST ALL DEVICES WHEN GET TO HERE #####
|
||||
TO TEST:
|
||||
- above changes block
|
||||
|
||||
|
||||
FIXES REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user