diff --git a/ayanova/.vscode/tasks.json b/ayanova/.vscode/tasks.json new file mode 100644 index 00000000..63f5ab59 --- /dev/null +++ b/ayanova/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "lint", + "problemMatcher": [] + } + ] +} \ No newline at end of file diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0a7f140d..38a7ec91 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,19 +7,11 @@ TODO: - DONE Delete works but triggers navigation guard when record has been edited and is dirty and it attempts to navigate away after deletion automatically - Dirty delete should clear dirty after successful delete then move away or whatever - DONE About form when you go to log doesn't update the title bar showing log, still seems to say about ayanova - - TODO: About AyaNova form - + - DONE About AyaNova form (NEED TO TEST FROM ALL CLIENTS THE COPY BUTTON): - About page CLIENT section - should show currently logged in user name, doesn't actually show anywhere right now - should show the exact client browser and device info as much as possible as it also serves as the tech support info thing - - Maybe make a support info local class in client that can gather the correct info and then can be used to both display and to send to us for support with a click - - Also add a tech support reporting form / button that will gather up support info and possibly also send it to us?? - - Sends to rockfish? - - Generates an email? - - At least copy it to clipboard on desktop or enable sharing so can share on device to email - - + - Copy to clipboard button for client info and log - LOGIN: hitting enter / return should be equivalent of clicking on OK button - Not actionable but FF is super slow on Lenovo and had to reset and reload multiple times to get to the app, but it did update almost immediately once it was loading. - Also the icon is still showing the old outdated favicon, didn't reset, slow and fucky, app works though, no issues @@ -43,7 +35,8 @@ TODO: ### RETEST ALL DEVICES WHEN GET TO HERE ##### - +TO TEST: + - About form copy button