Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-442 - create user registration page #459

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

abwilson23
Copy link
Contributor

@abwilson23 abwilson23 commented Sep 30, 2024

Add a publicly visible user registration page that users can access via the sign-in page. Implements a form that allows user to select from existing org/departments or create new ones. Include standard validation / submission behaviour and a success dialog which redirects the user to the home page.

NOTE: Currently using mock data to populate organisation / departments in lieu of sde-core endpoints. These and a test suite will be added in a follow up task once the controller endpoints / sde-resources dictionary is updated.

closes #442

@abwilson23 abwilson23 force-pushed the feature/gh-442-user-registration-page branch from 345da14 to 558e0b6 Compare September 30, 2024 09:15
@NigelPalmer NigelPalmer force-pushed the feature/gh-442-user-registration-page branch from 558e0b6 to 9d2ec58 Compare October 11, 2024 07:28
abwilson23 and others added 2 commits November 20, 2024 15:45
- Add link from sign in page
- Create page and registration form
- Create toggle method to accomodate both form versions
- Add success dialog and redirect to home page upon successful form completion.
@abwilson23 abwilson23 force-pushed the feature/gh-442-user-registration-page branch from 9d2ec58 to 462e880 Compare November 20, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a registration page to request a user account for Mauro/SDE
2 participants