refined notes around series and validation logic
This commit is contained in:
5
README
5
README
@@ -30,10 +30,11 @@ python3 main.py
|
|||||||
|
|
||||||
### TODO:
|
### TODO:
|
||||||
- need to trap failed sqls (e.g. delete a used foreign key - like a rating, should say gracefully alert you) - done for:
|
- need to trap failed sqls (e.g. delete a used foreign key - like a rating, should say gracefully alert you) - done for:
|
||||||
- condition, covertype, genre, owned, rating: CRUD done
|
- condition, covertype, genre, owned, rating, series: CRUD done
|
||||||
- book update, delete
|
- book update, delete
|
||||||
-- I guess we could check for 'duplicate' book creation...
|
-- I guess we could check for 'duplicate' book creation...
|
||||||
- NEXT: series (see BUGs), author, publisher
|
ALSO series delete has different order of button and form.validate(), needed to work...
|
||||||
|
MUST use this when we have a validator that is fancier than not empty (year_published in book and num_books in series SO FAR)
|
||||||
- consider created/modifed for all fields? but mostly are they set via ORM for new books?
|
- consider created/modifed for all fields? but mostly are they set via ORM for new books?
|
||||||
* No, not being set...
|
* No, not being set...
|
||||||
- need to delete 1 sub_book from book
|
- need to delete 1 sub_book from book
|
||||||
|
|||||||
Reference in New Issue
Block a user