This commit is contained in:
2019-01-04 21:59:50 +00:00
parent bbffd52672
commit ada7e4913b

View File

@@ -15,11 +15,8 @@ TODO CLIENT STUFF
- 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)
- Client api calls should go through as few different objects as possible
- Make a function for each call type (GET, POST ETC) that in turn calls a more generic version with options as applicable
- ideally distill this down to a single or very few actual methods that do the call
- Make it a single include for all api related stuff
- LIST
- Overall list menu toolbar at top with following icons:
@@ -73,6 +70,7 @@ TODO CLIENT STUFF
- Widget crud component that works with real data
- Dirty form check and prevent route leave: https://router.vuejs.org/guide/advanced/navigation-guards.html#in-component-guards
- broken rule display
- Error messages: When get to the CRUD form, 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)
- IN CONJUNCTION WITH BELOW AFTER FORM IS MADE USING DEFAULTS OF CLIENT:
- All numeric and date displays and input in locale format