This commit is contained in:
12
ayanova/.vscode/tasks.json
vendored
Normal file
12
ayanova/.vscode/tasks.json
vendored
Normal file
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user