Feature #1.1 - Registration and Log In/Out #140
Closed
Nyero2023
started this conversation in
Epic 1: User Registration and Authentication Flow
Replies: 2 comments
TasksHere is a link to the list of tasks defined, #144 |
0 replies
|
For users we would like to collect this information: https://docs.google.com/document/d/1FeEtxbx20-ITCe_7-Y5vuspiQ1vQnZZA5PWYajthWVY/edit?usp=sharing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
This feature manages the entry point for users, allowing them to register and access the platform. It involves creating intuitive and secure registration and login pages for our users. These pages should provide a straightforward way for users to create an account or access their existing one.
#9
Story
Create an Account or Registration
User Story: As a User, I want to be able to create a new account so that I can access the platform's features and connect with other users.
Acceptance Criteria
Users should be able to see a clear and inviting "Sign Up" or "Create Account" button.
The user clicks on the "Sign Up" button, and then sees a screen that prompts the identification of the user as either "Group" or "User."
The user selects one of the options either "Group" or "User" and is directed to a registration page where they enter their basic information, as follows:
"Group"
Basic Information
Contact & Location
"User"
Contact Information
Professional Information
The user should also have the option to sign up using Single Sign-On (SSO).
Story
Develop a Log In/Out functionality
User Story: As a user, I want a seamless and secure experience while logging into and out of my account so that I can control access to my account.
Acceptance Criteria
Log In
Log Out
Edge Cases
Edge Cases for Registration
Edge Cases for Log In/Out
All reactions