Skip to content

feat(nextjs): Implement Manage Group Users page, and refactor code for alignment - #449

Open
tiyasakundu wants to merge 1 commit into
fossology:mainfrom
tiyasakundu:feat/nextjs/implement-manage-group-users-page
Open

feat(nextjs): Implement Manage Group Users page, and refactor code for alignment#449
tiyasakundu wants to merge 1 commit into
fossology:mainfrom
tiyasakundu:feat/nextjs/implement-manage-group-users-page

Conversation

@tiyasakundu

Copy link
Copy Markdown
Contributor

Description

Implement Manage Group Users Page

Changes

  • Implement Admin-> Groups -> Manage Group Users

  • Implement the reusable Table component

  • Refactor the existing code to improve component structure, API handling, and code reuse

Related to #406

…r alignment

Signed-off-by: Tiyasa Kundu <tiyasakundu20@gmail.com>
(cherry picked from commit bf7b65d)
@deo002 deo002 self-assigned this Aug 6, 2026
Comment thread src/components/ui/table.jsx
Comment thread src/app/admin/group/manageGroupUsers/ManageGroupUsersClient.jsx
Comment thread src/app/admin/group/manageGroupUsers/ManageGroupUsersClient.jsx
useEffect(() => {
if (!selectedGroup) {
setRowOneUser(null);
setRowOnePermission("0");

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A group can have many users. Why limit to 2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants