-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow adding permisisons and identites when creatign a group. Simplify group editing #887
Conversation
Addressed 2, 3, 4 and 5. I think the others need a bit more discussion. |
1ff8232
to
f948bcf
Compare
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.
Loved the approach with isAdded
and isRemoved
:) I have almost forgotten what permissions was all about. Left some comments for your reference
916d7a8
to
1565e6c
Compare
Addressed all the comments, and the design points 1. and 7. Only remaining is 6. which we probably best discuss in person. In short, the problem with undo is when switching between forms (a new interaction pattern for those panels), a generic undo stack for all 3 forms would be confusing and having 3 different undo stacks seems confusing as well. |
Thanks! I was thinking about 6. as I reviewed earlier, like you said I think it's not worth the complexity to include undo/redo as a feature here, let's leave it out 👍 |
QA looks mostly good! Just one more thing, seems the "Cancel" and "Create group" buttons are still hidden when adding identities or permissions in the create group panel. |
thanks for the changes, QA and code both LGTM 👍 |
@piperdeck can you have a look at this one? It tries to improve the experience on creation and editing of permission groups. |
d8599cb
to
8e66f95
Compare
234a4e1
to
aa657ee
Compare
Good catch! Added a fix for it just now. |
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.
Thanks for the improvement! Very minor code comments only. QA looks good!
…roup. Simplify group editing Signed-off-by: David Edler <[email protected]>
LGTM, again 🙂 |
Done
QA