This commit is contained in:
2019-04-23 23:01:43 +00:00
parent 412f5273c8
commit ae62da7697
6 changed files with 126 additions and 46 deletions

View File

@@ -41,7 +41,11 @@ All platforms and browsers
- DONE Make about contextual and insert a menu item to view log
- DONE WIRE up save menu item and add code to disable save on broken rules (and make red, disabled etc)
- DONE Move wire up event code from app.vue to gzmenu and call it from app.vue
- Need rights in form state so can easily enable / disable etc
### - Need rights in form state so can easily enable / disable etc
- BIG TODO: it would be far nicer if rights to objects were stored in a single JSON fragment that could be easily copied into javascript and c#
- code automatically builds rights collection from json fragment so can use it between both projects and more easily update it in one central spot
- Get that working then come back to the rest of the rights in client side
- Need to create sample users in server project that have all the different widget right combinations for testing purposes
- Wire up delete menu item
- api code is stubbed out for delete, need to write that as well
- DONE TODO navigating through menu doesn't "back" properly when clicking back on browser controls