boutbagha / and-bookworm

Automatically exported from code.google.com/p/and-bookworm
0 stars 0 forks source link

Add ability to filter list by attributes, only read, only non-read, certain author, certain rating, etc #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add ability to filter list by attributes, only read, only non-read, certain 
author, certain rating, etc.

Rather than just "sort alpha" and "sort rating" make "Sort" an AlertDialog 
with more choices. Include read/unread, each rating level, author name, 
publisher, category (tags when we get those), *and* alpha/all ratings. 

Original issue reported on code.google.com by charlie....@gmail.com on 3 Apr 2010 at 5:39

GoogleCodeExporter commented 8 years ago
the sort by author is something I was going to ask for, very glad to see its 
being
looked at.
awesome stuff, thank you :)

Original comment by dmac...@gmail.com on 3 Apr 2010 at 7:17

GoogleCodeExporter commented 8 years ago

Original comment by charlie....@gmail.com on 14 Apr 2010 at 2:01

GoogleCodeExporter commented 8 years ago
New sort dialog sort of does this, not yet perfect though so leaving this open. 
Right 
now it sorts by "authors(s)" and uses SQL group_concat to get a CSV list of 
authors, 
then sorts alpha using FIRST names. That's not right, we really want a last 
name sort, 
but it's tricky with multiple authors per book -- still working on it. 

Original comment by charlie....@gmail.com on 2 May 2010 at 11:01

GoogleCodeExporter commented 8 years ago
Hmm, when sorting by authors, it would make sense to also display the authors 
in the
list.

Original comment by afx...@gmail.com on 6 May 2010 at 1:55

GoogleCodeExporter commented 8 years ago
It doesn't change the book listview, it just sorts it. We could make an 
entirely 
different view that shows the authors, or add authors always to the default 
list. 

Original comment by charlie....@gmail.com on 14 May 2010 at 5:45

GoogleCodeExporter commented 8 years ago
Issue 3 has been merged into this issue.

Original comment by charlie....@gmail.com on 15 May 2010 at 1:40

GoogleCodeExporter commented 8 years ago
Note for this one that we need Tags to be working. Then we need ability to 
Filter the 
list by tag (and other book attributes, of course). User can then filter by any 
book 
attribute to narrow the list, and can also filter by any tag to narrow the 
list. 

That, and then export to email/csv/etc. Once the export is working, it should 
also be 
able to work for the filtered and or sorted list. 

Original comment by charlie....@gmail.com on 15 May 2010 at 1:42