opacclient icon indicating copy to clipboard operation
opacclient copied to clipboard

add categories to favorites

Open raphaelm opened this issue 11 years ago • 3 comments

Enable sorting the bookmarks into categories like "school", "work", "fantasy", "music", …

raphaelm avatar Jan 09 '13 14:01 raphaelm

I can try working on this!

On a side note, I have a few doubts on how to go about doing this:

  • The categories should come from the subject attribute of the book right?
  • The sorting is automatic as in, when going to the bookmarks menu, the books are already sorted or is there a button to click for the sorting?

vivekscl avatar Mar 15 '18 12:03 vivekscl

I can try working on this!

Great! :)

On a side note, I have a few doubts on how to go about doing this:

  • The categories should come from the subject attribute of the book right?
  • The sorting is automatic as in, when going to the bookmarks menu, the books are already sorted or is there a button to click for the sorting?

I think there is a slight misunderstanding here - the description was a little unclear. What @raphaelm actually meant was to add an ability to assign custom "tags" to the items on the favorites list, display these tags in the list and then allow to filter the list based on these tags. So the tags/categories are not based on properties of the item, but assigned by the user manually.

As this feature is slightly more complicated than the issue you worked on previously (especially as it involves work on the database tables as well as new things in the UI), feel free to open a pull request with "[WIP]" (work in progress) in the title and ask us when you have questions about how the UI should look like or how to best implement it in the database.

johan12345 avatar Mar 15 '18 13:03 johan12345

Oh, I understand the issue now! Seems like it will be a bit difficult as I'm still kinda new to SQL. But I'll try it out and see how it goes! Thanks for the guidance :smile:

vivekscl avatar Mar 15 '18 13:03 vivekscl