tutorbook
tutorbook copied to clipboard
Support paid, freelance tutoring
- [ ] Enable tutors to specify price.
- [ ] Add in-app chat or email relay to enable direct communication between tutor and student (while still avoiding sharing direct contact info).
- [ ] Each tutor should get their own unique vanity URL (e.g.
tutorbook.org/johndoe).
Thanks @dpitty I'll get to work on this and post any updates here. We should have an MVP ready for production by the end of this weekend!
I'm going to try to throw this into 0.9.0 if I still have time. It should be pretty straight forward once I have #82 implemented (i.e. the tutor will email the client and figure out billing on their own like they usually do anyways; I'll just have to show that they're paid in the search view by adding a field to the User object).
We've already kind of addressed that URL issue by shallow routing in the search page.
For example, when you open a search result, the URL changes to reflect that (e.g. this link should open Gordon's profile).