Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a List View to Bookworm #44

Closed
babluboy opened this issue Apr 22, 2017 · 4 comments
Closed

Add a List View to Bookworm #44

babluboy opened this issue Apr 22, 2017 · 4 comments
Assignees
Milestone

Comments

@babluboy
Copy link
Owner

babluboy commented Apr 22, 2017

It will be difficult for scrolling through a large number of books in cover view mode. So the following needs to be done:

  1. Create a ListViewMode to list books by columns. Title and show other metadata like Author, Date Added to Library can be the columns. Sorting on each columns should be present. This can be like Noise ListView...
  2. Paginate the Cover Image view to limit the number of covers to around 20 and show the latest read / added books first. The pagination view can be like slingshot...
@babluboy
Copy link
Owner Author

First version of the Library List view completed...while this may not look as pretty as the one with the cover images, it will to quickly scroll through the library and sort books by metadata...The filtering via the search also works to short list the items...books can be opened by double clicking a row...

Few more things to implement on the list view like the right click on a row to bring up the context menu, making changes to the book metadata (via the context menu) immediately reflected on the list, etc...

library list view

@Philip-Scott
Copy link

One thing we did on the official Photos app was actually to get rid of the rating system. Since it's local data anyways, most users don't really rate their images (books in this case)

what would be useful though is to be able to just star or unstar a book :) something like Favorites

@babluboy
Copy link
Owner Author

Agree...maybe people can use the rating as favourite...by default books don't get a rating so giving a rating can mark the book as a favourite...ratings can also be filtered using the list view

@babluboy
Copy link
Owner Author

babluboy commented Jun 1, 2017

List View completed with the options to select multiple books for deletion similar to the grid view...sorting and filtering is also enabled on the list view...
library list view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants