-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️✨ [Frontend] Enh: model Groups and Users. And their Store #6769
♻️✨ [Frontend] Enh: model Groups and Users. And their Store #6769
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.
👀
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.
👍
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.
👍
…simcore into enh/model-organizations
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.
ouch that's a big one... In theory I would approve if needed fast.
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.
nice!!!
Quality Gate passedIssues Measures |
What do these changes do?
This PR creates the Group and User model classes, also the Groups Store that takes care of their cache and operations on them.
Before. Groups weren't cached:
Before. Needed a reload to list the new added users:
After. Groups are cached:
After. No need to reload to list the new added users (notice also how the number of users displayed increases):
Related issue/s
How to test
Dev-ops checklist