diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 1946516d..84e655cf 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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