From f5aea6cf124b56e4b065e58971e1b3497fc01027 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 13 Jul 2024 16:49:02 -0400 Subject: update readme --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d336782..ec3dcb3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ To take advantage of [DataTables JS library](https://datatables.net/), you need # Extending `library_info` You can write your own plugin for deriving checkout items from a library website. If your library provides a public API, I don't believe you. See [libraries/base.py](libraries/base.py) or existing plugins as an example. The name of the file is part of the class name used in `config.py`. +Two plugins exist for some ILSes I have already encountered: + +* aspen +* polaris + # Design notes Columns for items checked out: @@ -60,20 +65,7 @@ Columns for items checked out: * pickup location * status -### Reserved items - -* position in line -* date placed -* format -* title -* picture -* pickup location -* status - plugin-based, so I can write a plugins/aspen.py with some standard format output. # Improvements I still need to implement these features. - -* add library card expiration date -* aspen and polaris: show the held until date -- cgit