This commit is contained in:
2019-01-16 00:14:08 +00:00
parent d6567ae9c8
commit fe6827be7a

View File

@@ -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