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
Description
The purpose of Therable is to connect clinicians with patients via their clinics. To do that, we'll need to ensure clinicians can actually set up their clinics! For this deliverable, focus on functionality and don't worry about styling.
Users that are signed in as clinicians and do not own a clinic should be prompted to create one, without access to the rest of the app until they do so.
Create the clinic creation form.
Create a folder app/create-clinic that presents clinicians with a simple form asking them for their clinic's name. Names should only contain alphabetic characters, though duplicate names are OK.
Codes should be 16 characters, case sensitive, and allowing for letters, numbers, and special characters (!@#$%^&*()).
Returning to the form should display the clinic code, and allow for editing of the clinic's name (doing so should not regenerate the code).
Only users logged in as clinicians should be able to access this form. Patients or users who are not logged in should be redirected to the dashboard or login page, respectively.
The text was updated successfully, but these errors were encountered:
Resources
Description
The purpose of Therable is to connect clinicians with patients via their clinics. To do that, we'll need to ensure clinicians can actually set up their clinics! For this deliverable, focus on functionality and don't worry about styling.
Users that are signed in as clinicians and do not own a clinic should be prompted to create one, without access to the rest of the app until they do so.
app/create-clinic
that presents clinicians with a simple form asking them for their clinic's name. Names should only contain alphabetic characters, though duplicate names are OK.!@#$%^&*()
).The text was updated successfully, but these errors were encountered: