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

Attendance UI #39

Open
2 of 3 tasks
IvanFarfan08 opened this issue Feb 2, 2025 · 0 comments
Open
2 of 3 tasks

Attendance UI #39

IvanFarfan08 opened this issue Feb 2, 2025 · 0 comments
Assignees

Comments

@IvanFarfan08
Copy link

IvanFarfan08 commented Feb 2, 2025

Description

Team Lead members need a table to mark the attendance of their team members to stand-up meetings. This table will allow members to visualize attendance related information and get insights on active contributors.

The table must include the following columns:

  • Meeting Date: The date of the meeting (format: MM/DD/YYYY)
  • Location: The location of the meeting
  • Number of attendees: The number of attendees to the event

For each meeting in the table, users must be able to click on a specific meeting and obtain a modal / dialog that lists the name of the members that are supposed to attend the meeting (e.g. team members), along with their role and a checkbox to mark their attendance.

Definition of done

  • Add a new page calledAttendance.ts
  • Add the page to the Sidebar component
  • Use the Chakra UI Table, Dialog and Checkbox components to implement this feature

Notes on implementation

We use ChakraUI as our component library. You can use their Table, Dialog and Checkbox component for this task.

@aemerson1 aemerson1 self-assigned this Feb 11, 2025
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

When branches are created from issues, their pull requests are automatically linked.

2 participants