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

Make the Embargo Type and Submission Type None values configurable. #72

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

kaladay
Copy link

@kaladay kaladay commented Apr 29, 2024

Relates #54
Relates #55

The behavior of the case of None is treated as as synonymous with a NULL value for that field in the database. I've looked over the different use cases and have found that in some cases Unknown and Unassigned are used.

Make this None filter value customizable rather than hard-coding the opinion of None being NULL.

The app.filter.embargoTypeNone and app.filter.submissionTypeNone may now be changed to something other than None. The default remains set to None.

The behavior of the case of `None` is treated as as synonymous with a NULL value for that field in the database.
I've looked over the different use cases and have found that in some cases `Unknown` and `Unassigned` are used.

Make this `None` filter value customizable rather than hard-coding the opinion of `None` being NULL.

The `app.filter.embargoTypeNone` and `app.filter.submissionTypeNone` may now be changed to something other than `None`.
The default remains set to `None`.
@kaladay kaladay requested a review from jsavell April 29, 2024 18:26
@kaladay kaladay merged commit 465a92f into sprint1-staging Apr 30, 2024
0 of 2 checks passed
@jsavell jsavell mentioned this pull request Apr 30, 2024
@kaladay kaladay deleted the 54-55-configuration_suggestion branch May 31, 2024 14:01
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 this pull request may close these issues.

2 participants