uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

Initial Organization Information Registration for New User #226

Closed MadeleineKRoberts closed 5 months ago

MadeleineKRoberts commented 5 months ago

Describe your changes

Closes #208, #209

Creates the HTML for the initial organization registration page. Allows user to enter location and opperating hours for organization. Validates all user input on the server-side -- Flashes message to user if their input is invalid. If validation succeeds, the info and relations are added to the database. The user is then redirected to organization dashboard.

Non-obvious technical information

Must be a logged in user to access route Route /registration

Checklist before requesting a review

image