tutorbook
tutorbook copied to clipboard
Web app that helps schools and nonprofits connect students with expert mentors and volunteer tutors.
Teachers can specify what age or proficiency level students they want to teach. - Ex: I might not feel comfortable teaching advanced cello students if I am still taking lessons...
In order to achieve feature-parity with Picktime, I need to add a section to the org analytics page that includes the number of lessons that the org had in the...
A volunteer's public profile page should feature a video (added to their profile) where the teacher talks about themselves. This would practically be a copy-cat to [what Preply already does](https://preply.com/en/tutor/752308/):...
Add integration tests for calendar edge-cases (e.g. recurrence edits).
Send SMS reminders 24 hours before tutoring session (to student w/ Zoom link).
To reproduce issue: 1. First make sure you're an org admin (add your ID to the org `members` field in the local Firestore emulator). 2. Open up http://localhost:3000/users/volunteer/edit. 3. Make...
We'll need to aggregate a volunteer's service hours and show them both in their org's analytics dashboard (at `/[org]/overview`) and in their own personal analytics dashboard (at `/overview`). Related to...
In order to completely close this, I want to remove from the URL query params the automatically selected time window. If a user doesn't change any filters, then the URL...
Users sometimes seem to have profiles with a truncated name. I'm guessing that this is likely due to the user updating their profile information before it is properly fetched (i.e....