1 _List of Desired Features_
3 Categories work based on selection, not just highlight
4 - i.e. assign categories to multiple books at once
5 - this may involve extra logic if books don't have the same categories beforehand
7 Choose shown columns in browser
8 Support for multiple copies
9 - (better support, that is)
10 - some way of identifying the physical ones with the virtual ones
13 _Code Quality Improvements_
14 Document all functions
15 Conform to python naming conventions and code style
16 Make db_layer use a helper function to handle most of the database queries
17 Unify the db_layer interface w.r.t. whether book_ids should be passed as
18 strings or ints or dicts.
22 Error when entering bad ISBN e.g. 02010798X (instead of 020107981X)
23 - seems to be an intermittant error, likely related to polling openLibrary
25 - related to strings in Python3
26 When the top element shown is highlighted in the browser window, and pgUp is pressed (causing a scrollup), the bottom border of the window turns into 'qqqqqqqq'.
27 - does not happen when up_arrow is pressed.
32 _Implemented Features_
33 Sort by column in browser
34 Support UTF-8 for everything
35 Search ignores Case (for lowercase search strings)
36 Text entry supports longer string
37 Home and End navigate to top and bottom of catalogue respectively.