diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -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 |