This commit is contained in:
2019-01-04 21:19:46 +00:00
parent 7afb577735
commit bbffd52672

View File

@@ -13,10 +13,7 @@ Need a sprint to get to a fully testable client with entry form, list and as muc
///
TODO CLIENT STUFF
- Error handling:
- Serious fundamental errors with no data return from the server like no connection should be handled at a lower level but
- Any API error (or good data) object returned from the server should be treated like any data returned and sent up the line so caller can handle it
- e.g. an input form needs the validation error object to handle shit
- 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