This commit is contained in:
2020-10-29 20:45:50 +00:00
parent 10ef51938b
commit dae1f8c30e
3 changed files with 33 additions and 19 deletions

View File

@@ -21,6 +21,12 @@ todo: DASHBOARD
User dash registry - user's selected dash widgets to display and the order to display them in plus any unique settings to each one
Index in array is their display order
[{id:(unique dashitem id),settings:{refreshfrequencymaybe:22,other:'setting'}},{id:(second item id)}]
dashboard host page
iterates user registry, instantiates the dash items in order desired if user is in allowed role (user may have changed roles)
handles removal, re-ordering events
dashboard selection UI
UI accessed from dashboard menu allowing user to add widgets
todo: wireframe / mockup dashboard item objects
mockup dash items with all commonality built in, better to start mocking up now than try to design perfectly in advance and then implement
COMMON PROPERTIES