FOSSologyUI
FOSSologyUI copied to clipboard
feat(UI): added manage group-users page
Description
Added Manage Group Users Page.
Changes
- Added a new file [src/pages/Admin/Group/Manage/index.jsx]
- Introduced a new route in
src/Routes.jsx
- Introduced new API callers for the UI integration.
How to test
- Go to the project's main directory.
- run command
npm start
- Visit the page at
http://localhost:PORT/admin/group/manage
- You will see a list of group members for the default selected group.
- You can change the permission of any use in that group.
https://user-images.githubusercontent.com/66276301/183613559-6a682fe1-303c-46a1-83f2-d710092a3606.mp4
Related Issue
Closing #242
cc: @shaheemazmalmmd @GMishx
Changes LGTM @dushimsam. Needs testing
Alright , have added tests now.
hello @dushimsam
While testing this branch i have encountered the below error please check.
Warning: Failed prop type: Invalid prop
countof type
stringsupplied to
ForwardRef(Pagination), expected
number. Pagination@http://localhost:3000/static/js/13.chunk.js:4327:23 WithStyles@http://localhost:3000/static/js/13.chunk.js:6745:25 div div td tr tbody table div div div Browse@http://localhost:3000/static/js/20.chunk.js:926:93 div Route@http://localhost:3000/static/js/vendors~main.chunk.js:35004:29 PrivateLayout@http://localhost:3000/static/js/61.chunk.js:60:7 C@http://localhost:3000/static/js/vendors~main.chunk.js:35261:31 Switch@http://localhost:3000/static/js/vendors~main.chunk.js:35206:29 Router@http://localhost:3000/static/js/vendors~main.chunk.js:34623:30 BrowserRouter@http://localhost:3000/static/js/vendors~main.chunk.js:34244:35 Routes Fe@http://localhost:3000/static/js/vendors~main.chunk.js:42702:67 App@http://localhost:3000/static/js/main.chunk.js:111:63 GlobalProvider@http://localhost:3000/static/js/main.chunk.js:1209:7 AppWrapper Suspense index.js:1 e index.js:1 React 5 WithStyles withStyles.js:79 React 9 unstable_runWithPriority scheduler.development.js:468 React 5 Browse index.jsx:99
Tested Looks fine. but manage users should also have a functionality to add users to particular group. can you work on it @dushimsam
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.
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request.