diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 28ad66eb..49111fa3 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -13,8 +13,12 @@ Do the stuff in the Client todo first then back to the server as required. SERVER - - Add validation of custom fields in widget + - (CODED, NOT TESTED) Add validation of custom fields in widget + - Test? Hard to test when it affects so many other tests but perhaps I can slog through and make one of the custom fields required and modify all the widget tests to include that field + - Do the test after the next item below as it will affect all existing tests + - Add validation of required fields that are not custom in widget + - Test? Same as above really, so maybe code it all at once - Then do the things all the way down to JWT issues below