This commit is contained in:
2019-04-05 21:17:14 +00:00
parent 2c57e9f97f
commit 94ab7e8831
3 changed files with 67 additions and 204 deletions

View File

@@ -14,8 +14,13 @@ TODO CLIENT STUFF
TODO NEXT
IMMEDIATE ISSUES:
Not clearing server errorbox on submit.
I'm thinking I need to rethink how it works perhaps and bind it to a watched function or some shit, right now it's part of the validation system but it should be decoupled from that in reality
Vue really expects fields to update based on watched or local properties in data so it should both get it's value for if should show and for what to show from a local property that is set maybe by the gzvalidate
See server project widget validation code which will now give server errors on certain values so can proceed with work.
Current issue is where to put notifications, code is to help test also as I'm not sure if server errors will be preventing submit when their are no field errors etc
Current issue is where to put notifications, code is to help test, also not clearing server errorbox on submit
Issues: