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

TTO-173 Transfer the Crown items into Commonwealth (CRMS) #131

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions cgi/Project/CrownCopyright.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,17 @@ sub new
return $class->SUPER::new(@_);
}

#my %TEST_HTIDS = (
# 'coo.31924000029250' => 'Australia',
# 'bc.ark:/13960/t02z7k303' => 'Canada',
# 'bc.ark:/13960/t0bw4939s' => 'UK');

#sub tests
#{
# my $self = shift;
#
# my @tests = keys %TEST_HTIDS;
# return \@tests;
#}
# Note: this project is being folded into Commonwealth starting January 2024.
# By renaming EvaluateCandidacy the project should revert to the default
# behavior of not allowing candidates. Any volumes that qualify for both projects should
# get picked up by Commonwealth, and anything that falls through the cracks can
# be recovered by looking at the metadata if and when Commonwealth scope is changed.

# ========== CANDIDACY ========== #
# Returns undef for failure, or hashref with two fields:
# status in {'yes', 'no', 'filter'}
# msg potentially empty explanation.
sub EvaluateCandidacy
sub EvaluateCandidacy_DISABLED
{
my $self = shift;
my $id = shift;
Expand Down
Loading