-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/amui/1101 unhappy flow ikke alle rettigheter delegert #1137
Feat/amui/1101 unhappy flow ikke alle rettigheter delegert #1137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 😄
I agree that the intended user experience is hard to display with only static test data. It will likely be a lot better once invalidating cache gives us an actually updated state based on the action the user just performed. But this is the best we can do for now, I think. We'll just have to make sure it all works as intended once we get the backend online as well.
src/features/amUI/userRightsPage/DelegationModal/ResourceInfo.tsx
Outdated
Show resolved
Hide resolved
src/features/amUI/userRightsPage/DelegationModal/ResourceInfo.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Alexandra Vedeler <[email protected]>
Co-authored-by: Alexandra Vedeler <[email protected]>
Quality Gate passedIssues Measures |
Description
note:
It's difficult to test the functionality of a partially failing delegation without real-world data. My hypothesis is that it will look more accurate once we have access to actual data. Invalid data will then be refreshed, and the modal will display the current state. Currently, these changes are not displayed, which might lead to an unexpected user experience.
Related Issue(s)
Verification
Documentation