From bbffd526726b5b32b92da1ad9ff28368b6b8c1e0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 4 Jan 2019 21:19:46 +0000 Subject: [PATCH] --- devdocs/todo.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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