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

Add expiration_date and can_expire columns to the Resources table #391

Closed
tammytee opened this issue Mar 25, 2022 · 0 comments · Fixed by #403
Closed

Add expiration_date and can_expire columns to the Resources table #391

tammytee opened this issue Mar 25, 2022 · 0 comments · Fixed by #403
Assignees

Comments

@tammytee
Copy link
Contributor

tammytee commented Mar 25, 2022

This will be a first step at making sure we're consistently auditing our resources for outdated content. Once a week, we should send a message to the ops channel in Slack with a compiled list of all of the expired resources.

Each resource should have a default expiration of 6 months from the date they were added. If can_expire is false, then an expiration date is not required for that resource.

Ensure that we are able to modify these fields via Nova

  • expiration_date: date picker field if available in Nova
  • can_expire: checkbox
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

Successfully merging a pull request may close this issue.

2 participants