feat(UI): added manage group-users page#248
Conversation
| } from "services/groups"; | ||
|
|
||
| import PropTypes from "prop-types"; | ||
| import { userPermissions } from "../../../../constants/constants"; |
| setShowMessage: PropTypes.func, | ||
| }; | ||
|
|
||
| const GroupCreate = () => { |
There was a problem hiding this comment.
Why we have not created the other file for the GroupCreate function?
b42eb58 to
e22b654
Compare
|
Changes LGTM @dushimsam. Needs testing |
e22b654 to
429b07f
Compare
|
Alright , have added tests now. |
|
hello @dushimsam While testing this branch i have encountered the below error please check.
|
|
Tested Looks fine. but manage users should also have a functionality to add users to particular group. can you work on it @dushimsam |
sure sir, I am going to work on it as well. |
|
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
8f176b6 to
11a7e3e
Compare
4216de9 to
99fc3ce
Compare
|
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
99fc3ce to
b06e0c5
Compare
b06e0c5 to
698b654
Compare
Signed-off-by: dushimsam <dushsam@gmail.com>
698b654 to
9cd0e98
Compare
|
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
Docs(meeting notes) update documentation of week-08 meeting.
Description
Added Manage Group Users Page.
Changes
src/Routes.jsxHow to test
npm starthttp://localhost:PORT/admin/group/managemanage_group_users.mp4
Related Issue
Closing #242
cc: @shaheemazmalmmd @GMishx