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

feat/HNG-77-Implement member management functionalities on admin dashboard #309

Open
wants to merge 21 commits into
base: dev
Choose a base branch
from

Conversation

pauluwaifo
Copy link
Collaborator

@pauluwaifo pauluwaifo commented Jul 21, 2024

Description

Members: Display a list of users with details such as name, email, and role.
Filter users based on roles (e.g., All, Members, Suspended, Left workspace) and search by name or email.
Search: Allow admins to quickly find users using a search bar.
Filter: Enable filtering of users based on their roles.
Delete: Provide an option to delete users, with a confirmation modal to prevent accidental deletions.

Closes # 77

Changes proposed

What were you told to do?

Implement member management functionalities on admin dashboard

What did you do?

Develop the UI as provided in the design
Developed the search component to query members based on search criteria
Displayed the search results using a demo card component.
Developed filter options to narrow down member results with the appropriate API endpoints to fetch filtered results and display the filtered results using the member card component

FIGMA LINK
https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=96-19505&m=dev

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title and description of the PR is clear and explains the approach.
  • I am making a pull request against the dev branch (left side).
  • My commit messages styles matches our requested structure.
  • My code additions will fail neither code linting checks nor unit test.
  • I am only making changes to files I was requested to.

Screenshots/Videos

recordedVideo2024-07-21-192140_x264_mpeg4_mpeg4.mp4

@pauluwaifo pauluwaifo changed the title Implement member management functionalities on admin dashboard feat/HNG-77-Implement member management functionalities on admin dashboard Jul 22, 2024
@monyasau monyasau assigned monyasau and ickynavigator and unassigned monyasau Jul 22, 2024
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.

4 participants