This commit is contained in:
@@ -13,14 +13,8 @@ Do the stuff in the Client todo first then back to the server as required.
|
|||||||
|
|
||||||
SERVER
|
SERVER
|
||||||
|
|
||||||
- (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
|
- DO ALL THE THINGS!!!! - all the way down to DOCS MANUAL below which isn't urgent and go back to client stuff
|
||||||
- Test? Same as above really, so maybe code it all at once
|
|
||||||
|
|
||||||
- Then do the things all the way down to JWT issues below
|
|
||||||
|
|
||||||
- PickListFetcher: WTF? It has a reference to widgetbiz in it, isn't this a generic class??
|
- PickListFetcher: WTF? It has a reference to widgetbiz in it, isn't this a generic class??
|
||||||
|
|
||||||
@@ -35,18 +29,9 @@ SERVER
|
|||||||
|
|
||||||
- Error messages from the API, shouldn't they be localized??
|
- Error messages from the API, shouldn't they be localized??
|
||||||
|
|
||||||
- CUSTOM FIELDS?!
|
- USER object add the custom fields code as in Widget
|
||||||
- CUSTOM FIELDS (case 3426)
|
|
||||||
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3426
|
|
||||||
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1442
|
|
||||||
- This wasn't worked out and needs to be done now
|
|
||||||
- Work this out in the core-custom-fields.txt doc in specifications and document it there before any coding
|
|
||||||
- Implement it with the widget
|
|
||||||
|
|
||||||
|
- JWT issues??
|
||||||
|
|
||||||
|
|
||||||
- JWT issues??
|
|
||||||
- potentially lots of issues, look into it as using them kind of mindlessly right now.
|
- potentially lots of issues, look into it as using them kind of mindlessly right now.
|
||||||
It could be simply that people are attempting to do other things I am not but to be safe read the criticism and see if any of it applies:
|
It could be simply that people are attempting to do other things I am not but to be safe read the criticism and see if any of it applies:
|
||||||
http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/
|
http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/
|
||||||
@@ -61,8 +46,15 @@ SERVER
|
|||||||
- It's been a while, some of the modules date to last fall
|
- It's been a while, some of the modules date to last fall
|
||||||
- Test on OPS server
|
- Test on OPS server
|
||||||
|
|
||||||
|
- WTF is this shit when logging is set to normal:
|
||||||
|
2019-01-16 16:13:03.4808|WARN|Microsoft.EntityFrameworkCore.Query|Query: '(from Widget <generated>_4 in DbSet<Widget> select [<generated>_4]).Skip(__p_1).Take(__p_2)' uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results.
|
||||||
|
2019-01-16 16:13:03.6455|WARN|Microsoft.EntityFrameworkCore.Query|Query: '(from Widget <generated>_4 in DbSet<Widget> select [<generated>_4]).Skip(__p_1).Take(__p_2)' uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
=-=-=-=-=-=-
|
||||||
|
Less urgent things...
|
||||||
|
|
||||||
DOCS / MANUAL
|
DOCS / MANUAL
|
||||||
- Disable google fonts for manual / docs generator:
|
- Disable google fonts for manual / docs generator:
|
||||||
- first need to upgrade to latest mkdocs AND material theme for mkdocs
|
- first need to upgrade to latest mkdocs AND material theme for mkdocs
|
||||||
|
|||||||
Reference in New Issue
Block a user