This commit is contained in:
2020-01-28 20:27:20 +00:00
parent 5ad9c95f8c
commit 1db4636a76
2 changed files with 82 additions and 17 deletions

View File

@@ -6,12 +6,6 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTcxODU5OTU0IiwiZXhwIjoiMTU3MjQ
## IMMEDIATE ITEMS
TODO: Need route to gather all object role rights in a format useful to display in UI so that a biz manager can see at a glance the rights for different roles to objects
- This way it's dynamic and picked up from the code itself which is always the source of truth so no need to put in the manual
- Would likely want to display multiple ways: for a specific object or role or selected user maybe too in the user info form ("effective roles")
- Move this over to client once the backend supports it
UPDATE SPEC DOCS with new format and names etc or at least remove nonsense as necessary
UPDATE MANUAL API REGARDING LISTS
@@ -109,6 +103,8 @@ TODO: UserOptions fleshed out with client needs for formats:
=-=-=-=-=-=-
Less urgent things...
TODO: API docs, make separate page for datalists and remove from api-response-format.md doc but put a reference link to it there.
TODO: Need client docs at server end just for client user
- For now I'm putting them into the regular docs but that will be easy enough to copy and paste out later
- I just don't want the hassle of setting up another build process for client docs and folders and shit right now