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

Replace isOpen with status #2217

Closed
3 tasks
mkimberlin opened this issue Apr 23, 2024 · 2 comments
Closed
3 tasks

Replace isOpen with status #2217

mkimberlin opened this issue Apr 23, 2024 · 2 comments
Assignees

Comments

@mkimberlin
Copy link
Member

As an Administrator, I want the isOpen field for review periods to be converted to an enumeration field named status with potential values Planning, Awaiting Approval, Open, and Closed so that I can easily understand and manage the workflow of each review period.

Acceptance Criteria

  • The isOpen field on the ReviewPeriod model is removed.
  • A new field named status of type enumeration is added to the ReviewPeriod model with the following allowed values: Planning, Awaiting Approval, Open, and Closed.
  • Existing data is migrated such that true in the isOpen field becomes Open in the new status field and false becomes Closed.
@mjperry91
Copy link
Collaborator

#2273

@S78901
Copy link
Contributor

S78901 commented May 1, 2024

@mjperry91 Please let me know once this is merged so I can finalize Issue #2220.

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

No branches or pull requests

3 participants