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

(bug) Archived Waivers are returned to apps #298

Open
CritiqalPete opened this issue Oct 26, 2024 · 0 comments
Open

(bug) Archived Waivers are returned to apps #298

CritiqalPete opened this issue Oct 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Critical/Blocking blocking a release or development

Comments

@CritiqalPete
Copy link
Member

Goal:
Only valid waivers should be provided for review & acceptance. Old waivers are marked "archived" to preserve histlry

Requirement:
-The API should check Archived__c. if it is TRUE is should not be returned, even if there are no others available

  • if Archived__c is true, return the most recent (last) qualifying record
  • if the Active_End date is before the current date, then it should not be returned
  • if no qualifying waiver is available, then error "No current waiver found" should be returned
@CritiqalPete CritiqalPete added bug Something isn't working Critical/Blocking blocking a release or development labels Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Critical/Blocking blocking a release or development
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants