From 4ec85dfd824085201bdad904efb82b071c354121 Mon Sep 17 00:00:00 2001
From: th3r00t
Date: Mon, 20 Mar 2023 20:42:20 -0400
Subject: [PATCH] Working towards the overhaul of the collections system.
---
docs/Automated Collections.html | 7 ++-
docs/Program Flow.html | 59 +++++++++++++++++++++
docs/index.html | 10 +++-
src/backend/lib/library.py | 13 +++--
src/backend/lib/storage.py | 71 ++++++++++++--------------
src/backend/pyShelf_MakeCollections.py | 4 +-
src/backend/pyShelf_ScanLibrary.py | 2 +
src/frontend/lib/FastAPIServer.py | 4 --
wiki/Automated Collections.wiki | 5 +-
wiki/Program Flow.wiki | 20 ++++++++
wiki/index.wiki | 6 ++-
11 files changed, 149 insertions(+), 52 deletions(-)
create mode 100644 docs/Program Flow.html
create mode 100644 wiki/Program Flow.wiki
diff --git a/docs/Automated Collections.html b/docs/Automated Collections.html
index ff251a6..0d61087 100644
--- a/docs/Automated Collections.html
+++ b/docs/Automated Collections.html
@@ -16,7 +16,7 @@ The model should look something like this.