Nicholas Chiang
Nicholas Chiang
At this point, I've added [the profile page](https://develop.tutorbook.app/profile) but I've still got to: - [x] Add redirect query parameter to the login page (e.g. `redirect=profile`). - [ ] Add multiple...
Actually, re-opening this because I've still got to update the org sign-up flow.
Because of #213, this issue will only affect people who try to update their profiles from the org signup page (`/[org]/signup`) instead of the profile page (`/profile`). Thus, this is...
#### 📝 Changed routes: | [**/\[org\]/users/\[id\]/edit**](https://tutorbook-j6ukp486d-tutorbook.vercel.app/[org]/users/[id]/edit) | [**/\[org\]/users/\[id\]/hours**](https://tutorbook-j6ukp486d-tutorbook.vercel.app/[org]/users/[id]/hours) | |:-:|:-:| |(view full size) |(view full size) | | [**/\[org\]/users/\[id\]**](https://tutorbook-j6ukp486d-tutorbook.vercel.app/[org]/users/[id]) | [**/\[org\]/users/\[id\]/vet**](https://tutorbook-j6ukp486d-tutorbook.vercel.app/[org]/users/[id]/vet) | |:-:|:-:| |(view full size) |(view full size) |...
This should also apply to the individual API endpoints and the `/api/users/[id]/availability` endpoint. **Note:** I should also add some Cypress API tests to ensure that those requests fail when they're...
Fixed it but there's still a bug in `@rmwc/textfield` that we're waiting on. See [this issue](https://github.com/jamesmfriedman/rmwc/issues/636).
This will stay open until these two issues are resolved by @jamesmfriedman: - [Prefilled `TextField`s aren't working when outlined](https://github.com/jamesmfriedman/rmwc/issues/636) - [Control whether or not to use native validation](https://github.com/jamesmfriedman/rmwc/issues/639).
Moved to "Doing" because this isn't really yet secure (see #192 and #131).
We'll also want to figure out some sort of alternative display to show when the user's bio is empty.
@evanyang1 should be working on this but because he's not a collaborator on this repository (yet... I have to look into that), I can't assign it to him.