Release Name: 0.3.0
Notes:
Much improved UI! Added capability to store images for DVDs, CDs, and Books. Improved navigation and searching, and fixed several bugs (see Change Log).
Changes:
Major Changes:
* schema change - added two columns to books, formatted_price and currency_code
* schema change - added column to books, cds, videos: image_name
* schema change - added full_name to bookcategories
- Book images (book cover pictures)
-- display the image from Amazon when loading a book using the web service
-- save the image in images/books
-- display the image in the details page for a book show
-- added images to book list
-- added images to book searchresults
-- added images to bookcategories show
-- added links in book list to open window to show large image
-- added links in bookcategories show to open window to show large image
-- added links in book searchresults to open window to show large image
-- added delete image button in book show
- added record paging within a result set (previous and next)
- Video images (video cover pictures)
-- display the image in the details page for a video
-- display in a listing
-- display in search results
- Bookcategories
-- added full_name in listing
- CD images (CD cover pictures)
-- display the image in the details page for a CD
-- display the image in the details page for an artist
-- display the image in the details page for a music category
Minor changes:
- Track search results; added Artist to CD column to provide more context to Search result
- changed scripts to use shebang '#!/usr/bin/env command' convention
- added Amazon web service site paramater to config file - application.yml
-- provides easy ability to change the site to use when looking up books
- changed show to cancel, book edit
- fixed paging in bookcategory show, books were not paged
- changed records per page in bookcategories to 10 (overriding application default of 15)
- combined search screens for each of the main objects, reduce main menu links
- fixed artist search, to show highlighted search termna and borderless results listing
|