Skip to content

Role Selection and Session Start #36

@Adewal246

Description

@Adewal246

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.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions