-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a registration page to request a user account for Mauro/SDE #442
Labels
enhancement
New feature or request
Comments
This was referenced Sep 11, 2024
abwilson23
added a commit
that referenced
this issue
Sep 30, 2024
- 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
added a commit
that referenced
this issue
Sep 30, 2024
- 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.
NigelPalmer
pushed a commit
that referenced
this issue
Oct 11, 2024
- 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.
NigelPalmer
added a commit
that referenced
this issue
Oct 11, 2024
NigelPalmer
pushed a commit
that referenced
this issue
Oct 11, 2024
- 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. (cherry picked from commit 68ade31)
NigelPalmer
added a commit
that referenced
this issue
Oct 11, 2024
(cherry picked from commit 9d2ec58)
NigelPalmer
pushed a commit
that referenced
this issue
Oct 11, 2024
- 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. (cherry picked from commit 68ade31)
NigelPalmer
added a commit
that referenced
this issue
Oct 11, 2024
(cherry picked from commit 9d2ec58)
joe-crawford
pushed a commit
that referenced
this issue
Oct 15, 2024
- 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. (cherry picked from commit 68ade31)
joe-crawford
pushed a commit
that referenced
this issue
Oct 15, 2024
(cherry picked from commit 9d2ec58)
abwilson23
added a commit
that referenced
this issue
Nov 20, 2024
- 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
pushed a commit
that referenced
this issue
Nov 20, 2024
abwilson23
added a commit
that referenced
this issue
Nov 21, 2024
abwilson23
added a commit
that referenced
this issue
Dec 20, 2024
NigelPalmer
pushed a commit
that referenced
this issue
Jan 9, 2025
- 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.
NigelPalmer
added a commit
that referenced
this issue
Jan 9, 2025
NigelPalmer
pushed a commit
that referenced
this issue
Jan 9, 2025
NigelPalmer
added a commit
that referenced
this issue
Jan 10, 2025
NigelPalmer
added a commit
that referenced
this issue
Jan 13, 2025
NigelPalmer
added a commit
that referenced
this issue
Jan 14, 2025
NigelPalmer
added a commit
that referenced
this issue
Jan 14, 2025
NigelPalmer
added a commit
that referenced
this issue
Jan 15, 2025
…stration-page gh-442 - create user registration page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There needs to be a page in the Mauro Data Explorer, accessible to anyone (without sign-in), where someone can fill in a registration form and submit it to the SDE for processing.
Todo:
Depends on
Registration Form
The form fields to present are defined in:
For selecting an existing Organisation and/or Department, the new endpoints created in the SDE for fetching them (anonymously) will need to be used, so that the Department list is dynamic in relation to a selected Organisation. See MauroDataMapper/sde-core#233.
UI/UX
The style/layout of the registration form should match the Mauro Data Explorer - a dialog is not required like the typical request dialogs used by the SDE.
Use sensible UX ideas to complete the page e.g. make it clear to the user, provide feedback on errors/validation, etc.
Submission
This task just needs to focus on the registration form itself. Handling submission and requests to create will be handled in:
The text was updated successfully, but these errors were encountered: