Skip to content
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

Create a UI for Assignment's "Add Participants" page #14

Open
shubhangij12 opened this issue Jul 9, 2023 · 0 comments
Open

Create a UI for Assignment's "Add Participants" page #14

shubhangij12 opened this issue Jul 9, 2023 · 0 comments

Comments

@shubhangij12
Copy link

shubhangij12 commented Jul 9, 2023

Path: Go to Manage -> Assignment -> Edit (pencil icon) -> Etc -> Add Participant

Create a page which displays the Participant details as you can see in the below screenshot.

Old UI:

Image

New Manage Users UI:

Image

The UI page can be reconstructed in a similar manner as the Manager Users new UI page. The following changes can be done while designing this page:

  • The table can be created similar to the Users table by using the table component. Make sure to add the remaining column fields as well.
  • Replace the Participant Role column with an edit icon under the Actions field which opens the edit modal (similar to the Update user modal). In this modal, just add the role dropdown along with a cancel and submit button.

Update User modal:
Image

  • Replace the Remove button and add a delete icon under the Actions field which opens the delete modal (similar to the Delete user modal).

Delete User modal:

Image

  • Remove the Enter a user login field and the Participant role radio buttons and add a create icon on the top right corner which opens a modal similar to the Create Users modal. In this modal, add a Enter User login field, a Participant role dropdown, Submit and Cancel buttons.

Create User modal:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant