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

Candidate Registration #259

Open
7 tasks
git-union bot opened this issue May 25, 2024 · 0 comments
Open
7 tasks

Candidate Registration #259

git-union bot opened this issue May 25, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented May 25, 2024

Candidate Registration

As an engineer, I want to register on the merit-based recruitment platform so that I can be categorized by levels, understand my position and see the areas I need to improve to be considered for roles.

Acceptance Criteria

  • Candidate can register with email, password, and required personal information.
  • Candidate can select their engineering discipline and experience level.
  • Candidate receives feedback on what criteria are used for different levels.
  • Candidate can view a personalized progress dashboard after registration.
  • Candidate can receive suggestions for improvement based on the selected level.
  • System categorizes candidates into levels based on predefined criteria.
  • Candidate can appeal for reevaluation if they believe they have been misclassified.
sequenceDiagram
  participant Candidate
  participant RecruitmentPlatform
  Candidate->>RecruitmentPlatform: Inputs registration details and selects level
  RecruitmentPlatform->>RecruitmentPlatform: Validates details and classifies candidate
  RecruitmentPlatform->>Candidate: Shows personalized dashboard and feedback
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants