This commit is contained in:
2019-05-22 00:13:30 +00:00
parent a56aa13613
commit 0868def995
6 changed files with 47 additions and 17 deletions

View File

@@ -7,7 +7,19 @@ 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
- About page - should show currently logged in user name, doesn't actually show anywhere right now
TODO: About AyaNova form
- 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
- 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
@@ -98,12 +110,7 @@ TODO: Delete widget button and rights stuff
TODO: History button, other AyaNova 7 example buttons all need to be there or their equivalent, do we need a top menu type thing?
- Also Save button at bottom seems like an issue too
TODO: About AyaNova form 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
TODO: TAGS!!! Do tags mofo
TODO: //todo: timezone doesn't match, offer to fix it in initialize.js there needs to be a prompt and autofix
TODO: Automated testing of UI by driving web interaction, that needs to be instituted asap