This commit is contained in:
@@ -13,7 +13,9 @@ Get the Widget list and filter and any other options (except reporting) fully wo
|
||||
- Nothing left to determine, all done, ready to copy and automated test, with a stubbed out reporting UI
|
||||
- Test manually with all devices before baking it in
|
||||
|
||||
3) Organize and finalize misc items
|
||||
3) Shell consolidation and verification
|
||||
This stage is the finalization of any fundamental shell stuff so thorough testing and confirmation
|
||||
|
||||
Scaffold the shell framework completely in place as much as possible so that we know there will be minimal other changes required
|
||||
- All areas stubbed out now even if empty, just so you can see it and know what needs to be fleshed out and for demo purposes
|
||||
- Test manually with all devices before baking it in
|
||||
@@ -65,17 +67,16 @@ CURRENT TODOs
|
||||
@@@@@@@@@@@ ROADMAP STAGE 2:
|
||||
|
||||
|
||||
|
||||
todo: readonly on all forms make sure it's ok, because on customize form I see no save but can edit
|
||||
- (logged in as bizadminlimited)
|
||||
|
||||
todo: router should check rights on each route shouldn't it?
|
||||
- or should the form check and nav backwards if they don't have the rights
|
||||
- test: login as subcontractor and direct open widget object
|
||||
|
||||
todo: BUG Something fucked with history? When I click on a widget's history button in admin user history view it shows two created record with differing timestamps
|
||||
- note, it doesn't seem to do it on the most recent widgets, but only on the first few created for some reason?!
|
||||
|
||||
todo: lighten event log icons, they look like they are actionable right now, but should look "historical"
|
||||
|
||||
todo: "Activity" button in object event log
|
||||
- How to get to User event log history? Right now you can click on History when you see a user panel in an object log history
|
||||
- but that opens the history for the User object itself, not that user's history so we need another "Activity" button I think
|
||||
- Ultimately it will be through the user list equivalent in raven, but it would be convenient to access it from the object log if the user has rights to view user activity
|
||||
|
||||
todo: would like to see who I'm logged in as at all times
|
||||
- In menu instead of "Home" text?
|
||||
- In status bar at bottom?
|
||||
@@ -189,6 +190,15 @@ todo: found more presets in cases
|
||||
or is it a feature of some kind on it's own
|
||||
This one: https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1441
|
||||
|
||||
|
||||
todo: readonly on all forms make sure it's ok, because on customize form I see no save but can edit
|
||||
- (logged in as bizadminlimited)
|
||||
|
||||
todo: router should check rights on each route shouldn't it?
|
||||
- or should the form check and nav backwards if they don't have the rights
|
||||
- test: login as subcontractor and direct open widget object
|
||||
|
||||
|
||||
=========================================================================================================
|
||||
@@@@@@@@@@@@@@@ ROADMAP STAGE 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user