You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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
Attendance.ts
Sidebar
componentTable
,Dialog
andCheckbox
components to implement this featureNotes on implementation
We use ChakraUI as our component library. You can use their Table, Dialog and Checkbox component for this task.
The text was updated successfully, but these errors were encountered: