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

implementation of application stages #210 #129

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Aime-Patrick
Copy link
Contributor

@Aime-Patrick Aime-Patrick commented Oct 23, 2024

PR Description

As an admin, I want to be able to create application stages in an application cycle.
The possible stages are:

  • Shortlisted
  • Technical assessment
  • Interview assessment
  • Admitted

Description of tasks that were expected to be completed

  • Move Applicant to the next stage of application
  • Applicant can't be on two stages at the same time
  • Can't move applicant twice on the same stage
  • History of a previous stage
  • Comments on each stage
  • Score for Technical Assessment and Interview assessment stage needed

How has this been tested?

Checkout to our branch ft-application-stage
Install dependencies: ``npm installRun the app:npm run dev`
Log in as an ` admin` or `superAdmin` and you will be redirected to dashboard page

Track PR (issue number & link)

The issue link click here

Preview Link

N/A

Credentials

email: admin@example.com
password: password123

Screenshots (If appropriate especially on the frontend)
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement application stages
4 participants