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
Welcome back! This ticket contains some back-end fun. We know you missed it 😁
For this ticket, you will be working on the "Move to Inactive" functionality that moves a tutor-tutee pair from the Active tab to the Inactive tab on the Approved Matches table. Do you see the three dots on every entry?
When clicked on the three dots, we want a "Make Inactive" option to appear. To make it look pretty, please also add a Delete icon next to "Make Inactive". The Delete icon is in frontend/src/assets/images.
After clicking on "Make Inactive", we want three things to happen:
The pair should now be moved to the Inactive tab.
The tutor of that pair should be moved to Unmatched in the Tutor Database page.
The tutee of that pair should be moved to Unmatched in the Tutee Database page.
Deliverables 🚀
Schedule at least two meetings as a pair
Create a new branch using the "create a branch" button
On the backend, if you go to the approved_matches table on Neon, you should see an "active?" field. When the "Make Inactive" button is clicked, we want the field to be set to False for that pair.
To complete this ticket, implement a moveToInactive() function in /backend/src/index.ts.
Active -> Inactive on Approved Matches
Summary 💻
Welcome back! This ticket contains some back-end fun. We know you missed it 😁
For this ticket, you will be working on the "Move to Inactive" functionality that moves a tutor-tutee pair from the Active tab to the Inactive tab on the Approved Matches table. Do you see the three dots on every entry?
When clicked on the three dots, we want a "Make Inactive" option to appear. To make it look pretty, please also add a Delete icon next to "Make Inactive". The Delete icon is in frontend/src/assets/images.
After clicking on "Make Inactive", we want three things to happen:
Deliverables 🚀
Tip for success 📈
Where to get help!
Reach out to @dilanurbayraktar and @brandondionisio.
The text was updated successfully, but these errors were encountered: