wc-library / biblevel-checker

Tool to check bib levels by OCLC number
0 stars 0 forks source link

Initial Brief #1

Open jeffnm opened 7 years ago

jeffnm commented 7 years ago

Goal

The goal is to have a tool that can take a list of OCLC numbers (like https://github.com/wc-library/lastCopyStateChecker) and return a list of OCLC numbers that do not meet the minimum encoding level.

Background Info and API

The encoding levels are described here: http://www.oclc.org/bibformats/en/fixedfield/elvl.html I don't yet know what we consider the minimum levels we can accept.

The api I'm suggesting to use for this is here: https://platform.worldcat.org/api-explorer/apis/wcapi/Bib/Read

We'll want to have the API key stored separately from this repository, so please do not hard code it or include it in the any of the git tracking - I can provide it separately.

Suggestions

Further comments

I'll add any additional information as I get it, but feel free to add questions, comments, or your own notes that might be useful in the future.

jeffnm commented 7 years ago

Target Level

The primary target level is 3

I still want the end user to be able to choose the encoding level(s) they are interested in for a particular run. We should also consider displaying the encoding level per record in the results.

jeffnm commented 7 years ago

Additional Clarifications

  1. There should be a way to copy and paste OCLC's into the system.
  2. We want to include the letter codes as well as the numerical ones.
  3. We want to use a multi-select box for the encoding levels so that the user can choose exactly which levels they want to retrieve.