Nicholas Chiang
Nicholas Chiang
This will be implemented very far off in the future (once we have a polished scheduling solution and such), so I'm going to add the "wontfix" label for now.
See [this repository](https://github.com/tutorbookapp/ts-minami) for some more developments (adapting our [JSDoc Minami theme](https://github.com/tutorbookapp/minami) for use with [Typedoc](https://typedoc.org)).
We'll want this in the future so that developers can easily re-use our React components and context APIs. I really like [Vercel's design docs](https://vercel.com/design)... we'll want to create something similar.
I should also use the new Next.js [css features](https://nextjs.org/docs/basic-features/built-in-css-support#import-styles-from-node_modules) to code-split RMWC styling into the pages that need it. For now, that's a low priority because most pages require all...
On a similar note, we'll want to save the formatting on the new "Message" field in the `RequestDialog` and then include that formatting in the block quote we send to...
Thinking about this some more, I've come up with a better workflow that won't require us to build in an extra feature: 1. Tutors sign-up using [EPATT's sign-up form](https://tutorbook.app/epatt/signup) on...
Related to #100.
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...
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....