Skip to content

Simplified Front end Web Apps

Amy Slagle edited this page Nov 28, 2017 · 3 revisions

There are three front-end web applications for the Simplified project:

  • opds-web-client
  • circulation-patron-web
    • A patron-facing catalog app specifically for circulation managers. It does include circulation manager-specific things, and it can be themed differently for different libraries. This application has a Node server that runs independently of the circulation manager and does server-side rendering.
    • This is currently only used in production by Open eBooks (https://catalog.openebooks.us). NYPL has a QA version.
  • circulation-web
    • The administrative interface for the circulation manager. This is the primary interface for system administrators to set up circulation manager settings and configure integrations, and it's used by every library that's deploying the circulation manager. It can also be used by libraries to edit book metadata and create lists and lanes.
    • This is closely coupled to the circulation manager and requires a circulation manager to run. It will be served at "/admin".

Clone this wiki locally