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

Table displaying users #2

Closed
3 tasks
miguel-merlin opened this issue Feb 15, 2024 · 0 comments · Fixed by #13
Closed
3 tasks

Table displaying users #2

miguel-merlin opened this issue Feb 15, 2024 · 0 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request

Comments

@miguel-merlin
Copy link
Member

miguel-merlin commented Feb 15, 2024

Description

As a user, I want to be able to see the current members of Blueprint. The table will contain the following columns:

  • Name
  • Email
  • Title
  • Status (Active, Inactive)

The table should be sorted by alphabetical order and status (Only display active users).

Tasks

  • Use Chakra Table Component
  • Pagination
  • API call to fetch users

Notes on implementation:

ChakraUI provides a Table component. You have to create your own component and add it to /components . Once you have finished the Table component, you have to add it to App.tsx.

Example

https://dribbble.com/shots/19408052-Data-Table-Dashboard-Design

@miguel-merlin miguel-merlin added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels Feb 15, 2024
miguel-merlin added a commit that referenced this issue Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants