can now remove just 1 sub book - TODO-25 -- DONE

This commit is contained in:
2021-01-07 18:58:07 +11:00
parent 9560381a87
commit 860a85e3ae
3 changed files with 61 additions and 20 deletions

1
README
View File

@@ -28,7 +28,6 @@ python3 main.py
#### 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