completed: TODO-22: adding a sub-book when the parent book is in a series, and renamed MAYBE-1 to TODO-23 (deal with moving book in a series with another series involved), 24 (dockerise), 25 (actually allow removing just one subbook form series)
This commit is contained in:
18
README
18
README
@@ -27,16 +27,14 @@ python3 main.py
|
||||
MUST use form.errors when we have a validator that is fancier than not empty (year_published in book and num_books in series SO FAR)
|
||||
|
||||
|
||||
#### MAYBEs:
|
||||
MAYBE-1: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant)
|
||||
#### TODOS (next 26):
|
||||
TODO-25: allow removing of just this sub-book from a series -- can cause a need by messing with UI, so should just add it as a possible in the dialog box
|
||||
TODO-23: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant)
|
||||
TODO-24: get this into docker (as per TODO above)
|
||||
gunicorn and it seems easy enough: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04
|
||||
|
||||
#### TODOS (next 22):
|
||||
TODO-5: should deleting really just ask if want to mark it as SOLD? IN FACT, make delete button disabled until its sold... (and a tooltip to explain)
|
||||
TODO-22: adding a sub-book when the parent book is in a series, need to add bsl(s) for it and make it the next (probably)
|
||||
TODO-21: allow a way to add a book as a child of another existing book (opposite of rem_sub_book)
|
||||
|
||||
TODO-8: show books on shelf list
|
||||
TODO-9: show books to buy view / printable
|
||||
TODO-08: show books on shelf list
|
||||
TODO-09: show books to buy view / printable
|
||||
TODO-11: show unrated books (with toggle to exclude those with missing in a series)
|
||||
TODO-12: show books missing from a series (I own only some of them)
|
||||
TODO-13: show books on wish list
|
||||
@@ -51,5 +49,7 @@ TODO-19: icons on wish list, etc.? (not sure I really want them, but if so)
|
||||
- wishlist: search-dollar OR https://www.flaticon.com/free-icon/wishlist_868517
|
||||
- save: https://www.flaticon.com/free-icon/sold_463255?term=sold&page=1&position=6&related_item_id=463255
|
||||
|
||||
TODO-05: should deleting really just ask if want to mark it as SOLD? IN FACT, make delete button disabled until its sold... (and a tooltip to explain)
|
||||
TODO-20: ORM all books load is slow
|
||||
- should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)
|
||||
TODO-21: allow a way to add a book as a child of another existing book (opposite of rem_sub_book)
|
||||
|
||||
Reference in New Issue
Block a user