Working towards the overhaul of the collections system.

This commit is contained in:
th3r00t
2023-03-20 20:42:20 -04:00
parent 3e89273cbc
commit 4ec85dfd82
11 changed files with 149 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ The model should look something like this.
</p>
<ul>
<li class="done0">
<span class="todo">TODO</span> :: Refactor collections algorithm. #8f46262c
<span class="todo">TODO</span> :: Refactor collections algorithm. #aebaee91
<pre python>
Collection {
id: int
@@ -38,5 +38,10 @@ it is likely the book object will need rewritten as well.
}
</pre>
<p>
<img src="/home/th3r00t/.local/builds/pyShelf/src/backend/lib/storage.py" />
<img src="/home/th3r00t/.local/builds/pyShelf/src/backend/pyShelf_ScanLibrary.py" />
</p>
</body>
</html>