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

Connect AttendanceTracker Component to backend to make it functional #36

Open
2 of 5 tasks
ElaineShu0312 opened this issue Nov 1, 2023 · 1 comment
Open
2 of 5 tasks
Assignees

Comments

@ElaineShu0312
Copy link
Contributor

ElaineShu0312 commented Nov 1, 2023

Fetch and Display Meeting Dates

  • implement an "add meeting" button that adds a new row to the attendance tracker
  • the date field should be an editable text component (similar to the profile page)
  • implement a "save" button that will save member attendance data to the backend

Fetch and Display Member Names

  • Above each column of dropdowns, display member names.

Implement a Save button to store attendance data in backend

  • make POST request to save dates, members, and their attendance status

Check if the user has the role of Project Lead in order to access the attendance tracker in the first place

@aidansunbury
Copy link
Contributor

This depends on #31

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

No branches or pull requests

3 participants