mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Working towards the overhaul of the collections system.
This commit is contained in:
5
wiki/Automated Collections.wiki
vendored
5
wiki/Automated Collections.wiki
vendored
@@ -1,7 +1,7 @@
|
||||
= Automated Collection Management System =
|
||||
The collection management system needs rewritten from the ground up.
|
||||
The model should look something like this.
|
||||
* [ ] TODO :: Refactor collections algorithm. #8f46262c
|
||||
* [ ] TODO :: Refactor collections algorithm. #aebaee91
|
||||
{{{python
|
||||
Collection {
|
||||
id: int
|
||||
@@ -19,3 +19,6 @@ it is likely the book object will need rewritten as well.
|
||||
collection: list(Collection.id)
|
||||
}
|
||||
}}}
|
||||
|
||||
{{file://$HOME/.local/builds/pyShelf/src/backend/lib/storage.py}}
|
||||
{{file://$HOME/.local/builds/pyShelf/src/backend/pyShelf_ScanLibrary.py}}
|
||||
|
||||
Reference in New Issue
Block a user