This commit is contained in:
2019-06-05 18:38:30 +00:00
parent 47d037dc76
commit 65967d4992
4 changed files with 58 additions and 20 deletions

View File

@@ -9,13 +9,11 @@ NEXT TODOS:
DONE (for widgetlist grid and basic views): VIEW PERSISTANCE / STATE
- There is temporary SESSION DATA and PERSISTED SESSION DATA
- Some needs to go on closing session (login/logout) and some needs to stay
- Persist view on return
- useful info here: https://vuejsdevelopers.com/2017/04/16/vue-js-browser-button-ux/
- there's another item like this below somewhere.
- Widget list, refresh page causes items per page to reset back to 5 from custom setting, it should cache that shit at least for a session anyway
- Although people probably would want this to be saved to survive sessions
- maybe it should save it per device locally only so that the customizations are local to the device so they can customize differently for different ui's?
- Or, maybe they always want to see 50 widgets no matter where but 10 clients??
- useful info here: https://vuejsdevelopers.com/2017/04/16/vue-js-browser-button-ux/
- Widget list, refresh page causes items per page to reset back to 5 from custom setting, it should cache that shit at least for a session anyway
- SCROLL POSITION !! - Very important, must return UI to exact scroll position on navigation backwards, not doing so causes a hellish UI to use.
- Seems to be a thing in teh vue router already:
- https://router.vuejs.org/guide/advanced/scroll-behavior.html
@@ -63,7 +61,7 @@ TODO: Local user settings page / UI where can
- set locale choices and values
- Reset to default form settings
- Other shit I can't think of right now but there will be a lot
TODO: Add formstate data to technical support information
### RETEST ALL DEVICES WHEN GET TO HERE #####