From 20c26e6ad532c76ef427971e49ae5b344e9cf8b3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 14 Apr 2020 18:47:54 +0000 Subject: [PATCH] --- devdocs/todo.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 388e54cd..516ab7d0 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -5,6 +5,8 @@ ## IMMEDIATE ITEMS +todo: check attachment NOTES property is actually supported + - case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2029 todo: api / server landing page is shitty on a mobile @@ -13,7 +15,8 @@ todo: add query fail logging to datalist just like done with picklist so in prod TODO: BizRoles.cs seems to get hammered on every single request, is it efficient? - Why is it not cached in some way? - +todo: Document that anyone who has made their own plugins for AyaNova will need to now directly code against the api their own apps and there will be no plugin ability in v8 + todo: ANY TIME - SIDE v7 STUFF DataDump plugin needs an explanation of what it is in the flow, right now it's completely cryptic and people may be using it for stuff thinking it's for something it's not - Also, verify it's manager account only that can run it or maybe someone with total rights to everything? @@ -22,6 +25,10 @@ todo: VET translations - Make it easy to dump the local storage translation text for vetting the translations - Login as each language, exercise the entire UI and then dump all the translation text that was fetched from the server and look for non english words +todo: there are several outstanding AUTHENTICATION related cases in rockfish for RAVEN + e.g. https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1924 + 2fa stuff, some logging and lockout stuff + Go through the auth related cases and notes in client side and implement or close TODO: HOw is it that I'm able to login and view widgets while the server is seeding? - is it because I'm logging in with full ops rights?