-
Notifications
You must be signed in to change notification settings - Fork 8
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
Side Drawer to handle Org and group navigations #18
Comments
@rajesh6161 this issue is assigned to you. |
@rajesh6161 the issue is updated, please have a look. |
instead of orgs dict it will be a list. same applies for group 😇 |
Sir what's the use of permission set here and also clicking on groups will open something or a new page. |
@rajesh6161 All the groups will be visible, just make the group names clickable. |
@rajesh6161 the orgs and grps will be a list, not a dictionary, I've made the changes in the issue. |
i am taking over this issue due to few changes in the backend |
Is your feature request related to a problem? Please describe.
Create a full screen side drawer UI (a slidable component ,not a container component)
Describe the solution you'd like
components/sideDrawer/sideDrawer.js
Functional component which takes in:
1.Organisation List Object.
2.Each Org object have an object of permission set for the user logged in, and an object of groups of that organisation.
components/sideDrawer/sideDrawer.stories.js
State data-
1. Loading State.
2.Initial_State:
Make 3-4 organisation with different types of permission set to check the component render.
3.Error State(show an error message, and ask to refresh)
Additional context-
Note- Make sure to check all the active links in the below picture, you can check the prototype for the same as mentioned below-
https://www.figma.com/proto/fUXz5ux7ImURWcnLTgAE1J/Untitled?node-id=24%3A7&scaling=min-zoom
But what can be done-
In the State Data mentioned above, have track of current organisation and current_group-
active_grp will help you to show the green dot as shown in above pictures.
active_org will help you filter through organisations, to show the correct org data, when we switch orgs.
(no other variations)
If you wish to change something please do write it in comments
The text was updated successfully, but these errors were encountered: