Skip to content

Commit

Permalink
Merge pull request #373 from NYPL/NOREF-update-onsite-edd-critiera
Browse files Browse the repository at this point in the history
Update onsite-edd critiera to match sheet
  • Loading branch information
nonword authored Apr 16, 2024
2 parents 7095d6d + 63fe6c7 commit 20bbe02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ There is currently one feature flag in this app, which is 'no-on-site-edd'. When
NB: numAvailable and numItem*Parsed counts do not **exclude** the e-item, but these items are not indexed with statuses, volumes, or date ranges, and are therefore not actually included in this count.

NB: As the table above indicates, there is a mismatch between what the front end and API regard as "electronic items". As far as the API is concerned, there is only at most ONE electronic item, which can have many electronic locator values. `numElectronicResources` counts these locator values, but the other item count values treat all the electronic resources as a single item.

9 changes: 2 additions & 7 deletions data/onsite-edd-criteria.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,15 @@
"maf",
"maf82",
"maf92",
"maff1",
"maff3",
"mag",
"mag82",
"mag92",
"magg1",
"magg2",
"magg3",
"magh1",
"mai",
"mai82",
"mai92",
"maii1",
"maii2",
"maii3",
"maj92",
Expand All @@ -57,21 +53,21 @@
"mal72",
"mal82",
"mal92",
"mall1",
"malm2",
"malv2",
"map",
"map82",
"map92",
"mapp1",
"mapp2",
"mapp3",
"mas62",
"mas82",
"mas92",
"pad22",
"pad32",
"pam22",
"pah",
"pah22",
"pah32",
"pam",
"pam32",
Expand All @@ -80,7 +76,6 @@
"pat22",
"pat32",
"scf",
"scff1",
"scff2",
"scff3"
]
Expand Down
2 changes: 1 addition & 1 deletion test/delivery-locations-resolver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var sampleItems = {
'uri': 'i12227153',
'holdingLocation': [
{
'id': 'loc:scff1',
'id': 'loc:scf',
'label': 'Schomburg Center - Research & Reference'
}
],
Expand Down

0 comments on commit 20bbe02

Please sign in to comment.