generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Role Selection and Session Start
As a [User]
I want to [select my desired role ]
So I can [practice interview questions relevant to that role]
Frontend Tasks
- Design and implement a role selection screen.
- Implement a clear call-to-action to start a practice session.
- Handle user interaction and role selection state.
- Trigger session start event after role selection.
Backend Tasks
- Define API endpoint to start a new session.
- Accept selected role as input parameter.
- Initialize session state with selected role.
- Return session identifier to frontend.
Acceptance Criteria
- User can select exactly one role.
- Selecting a role starts a new session.
- Selected role determines subsequent question set.
Additional Considerations
The above a initial needs to be addressed but details will emerge in development.
Reactions are currently unavailable