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

✨ Reveal some assessment info to client to calculate statuses #12421

Closed
petertgiles opened this issue Jan 3, 2025 · 1 comment · Fixed by #12428
Closed

✨ Reveal some assessment info to client to calculate statuses #12421

petertgiles opened this issue Jan 3, 2025 · 1 comment · Fixed by #12428
Assignees
Labels
feature New feature or request.

Comments

@petertgiles
Copy link
Contributor

✨ Feature

We ran into a problem implementing #12164.
To properly calculate all statuses we need to know:

  • "currentStep == 1 and assessmentStepStatuses is empty"
  • "currentStep <= numberOfApplicationScreeningSteps and assessmentStepStatuses is not empty"
  • "currentStep > numberOfApplicationScreeningSteps and length(assessmentStepStatus) <= numberOfApplicationScreeningSteps"
  • "currentStep > numberOfApplicationScreeningSteps and length(assessmentStepStatus) > numberOfApplicationScreeningSteps"

Since we can't let the applicant query the details of the assessment, can we add applicant-queryable fields to reveal just enough for the statuses?

🕵️ Details

🎨 Design

📸 Screenshot

🙋‍♀️ Proposed Implementation

🌎 Localization

✅ Acceptance Criteria

🛑 Blockers

Blocked By

Preview Give feedback
No tasks being tracked yet.
@petertgiles petertgiles added the feature New feature or request. label Jan 3, 2025
@JamesHuf JamesHuf self-assigned this Jan 7, 2025
@JamesHuf JamesHuf moved this to 🏗 In progress in GC Digital Talent Jan 7, 2025
@mnigh mnigh changed the title ✨ Reveal some assessment info to client to calcuclate statuses ✨ Reveal some assessment info to client to calculate statuses Jan 7, 2025
@JamesHuf JamesHuf moved this from 🏗 In progress to 👀 In review in GC Digital Talent Jan 8, 2025
@JamesHuf JamesHuf moved this from 👀 In review to 🏗 In progress in GC Digital Talent Jan 8, 2025
@JamesHuf JamesHuf moved this from 🏗 In progress to 👀 In review in GC Digital Talent Jan 9, 2025
@mnigh
Copy link
Contributor

mnigh commented Jan 9, 2025

@JamesHuf this issue needs an estimate and a release set.

@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in GC Digital Talent Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants