Definition for current book Interface
- what's cover_page for?
- If bookshelf feature is no longer being maintined, should we delete this (all related bookshelf codes)
- looking at the code and DB content will probably help yourself ; a quick look seems to indicate it's a boolean indicating if the book has a cover image available or not ; please confirm
- see https://github.com/openzim/gutenberg/issues/265
Btw, it probably means that current UI is not properly handling the case where a book has no cover image (quite rare, but it does happen, at least it did happen in the past).
cover_page is used to indicate if book has a cover image if I'm not mistaken. Should probably be renamed.
bookshelf has been replace by lcc shelve.
Keeping issue open until first point is confirmed and renaming is done, but not much left todo.
@VikramAditya33 can you confirm that cover_page is in fact used as a boolean indicating the book has a cover image? If yes, please rename it to a more meaningful name + change type to bool