This commit is contained in:
2020-01-27 21:40:15 +00:00
parent 693ddb6b4b
commit 3c9a6c8ea6
4 changed files with 18 additions and 13 deletions

View File

@@ -19,6 +19,11 @@ TODO: REFACTOR GetNoLogAsync function is used in many places redundantly when th
TODO: REFACTOR biz objects have two creates, an async and sync one, WTF is that about? See if can make it just one async version.
- https://docs.microsoft.com/en-us/aspnet/core/performance/performance-best-practices?view=aspnetcore-3.1
TODO: License.cs using httpclient directly albeit trying to do it right`
- Change to use httpclientfactory injected service:
- https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-3.1
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")