aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
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}
bgstack15