From 230ed709a0631c4bd539cf698e0172a260f3bafd Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 10 Jul 2024 20:46:08 -0400 Subject: prepare for reservations --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4d2fcf1..407bab1 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,26 @@ Columns for items checked out: * how many times renewed already * when checked out +### Reserved items + +* position in line +* date placed +* format +* title +* picture +* 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 @@ -57,3 +77,4 @@ I still need to implement these features. * add reservations for each library * add library card expiration date +* try designing the --output html to save the images to files in ./images/{img50}.{img_format} -- cgit