diff --git a/devdocs/specs/core-attachments.txt b/devdocs/specs/core-attachments.txt index 3d0f6be1..07b71e52 100644 --- a/devdocs/specs/core-attachments.txt +++ b/devdocs/specs/core-attachments.txt @@ -7,4 +7,9 @@ Download / upload security JWT info: https://stackoverflow.com/questions/29452031/how-to-handle-file-downloads-with-jwt-based-authentication/43133108#43133108 -https://stackoverflow.com/questions/45763149/asp-net-core-jwt-in-uri-query-parameter/53295042 \ No newline at end of file +https://stackoverflow.com/questions/45763149/asp-net-core-jwt-in-uri-query-parameter/53295042 + +- V7 attached docs / embedded wiki file docs (case 3484) + - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3484 + - Both need to be combined into a single attachment when imported and in the new RAVEN. + - no more embedded wiki docs right? \ No newline at end of file diff --git a/devdocs/specs/core-custom-fields.txt b/devdocs/specs/core-custom-fields.txt new file mode 100644 index 00000000..1c76bec4 --- /dev/null +++ b/devdocs/specs/core-custom-fields.txt @@ -0,0 +1,9 @@ +# Custom fields specifications + +## TODO + +- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3426 +- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1442 + +REQUIREMENTS / CHANGES + diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 13c2f0eb..a8447487 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,4 +1,4 @@ -# TODO (J.F.C. - Just fucking code it already) +# SERVER TODO (J.F.C. - Just fucking code it already) Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQ0NTU5NzAwIiwiZXhwIjoiMTU0NzE1MTcwMCIsImlzcyI6ImF5YW5vdmEuY29tIiwiaWQiOiIxIiwiYXlhbm92YS9yb2xlcyI6IjMyNzY3In0.fMq_8Dvia63rzN_U2zjczPvUNM40OEAeI4VOeV6ulGw @@ -12,6 +12,19 @@ Do the stuff in the Client todo first then back to the server as required. ----------------------- SERVER + + + - CUSTOM FIELDS?! + - 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?? - 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: @@ -26,7 +39,13 @@ SERVER - UPDATE: Update all modules at server and re-test - It's been a while, some of the modules date to last fall - +DOCS / MANUAL + - Disable google fonts for manual / docs generator: + - first need to upgrade to latest mkdocs AND material theme for mkdocs + - https://www.mkdocs.org/#installation + - https://github.com/squidfunk/mkdocs-material + - https://squidfunk.github.io/mkdocs-material/compliance/ + - Once docs no longer need google fonts can adjust the devops nginx config and remove the overrides for CORS and all that shit. DEVOPS - Right now all that really matters is being able to test it and I can do that so the rest can be bumped. @@ -49,7 +68,8 @@ DEVOPS - +- WIKI PAGE + - Doesn't require docs support as is now changed to a standard file attachment @@ -210,7 +230,7 @@ MISC FUTURE ITEMS NOT SURE ABOUT THAT CAME UP DURING CODING / TESTING - Visible ID number generator case 3544 - - CUSTOM FIELDS (case 3426) +