Bug 8156 - allow users to put things in lists that are not in the catalog (free text entries to lists)
Summary: allow users to put things in lists that are not in the catalog (free text ent...
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Liz Rea
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-25 16:36 UTC by Liz Rea
Modified: 2014-12-07 20:02 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Liz Rea 2012-05-25 16:36:12 UTC
One of our libraries came up with the idea that it would be cool to allow library users (and presumably staff) to put things on lists that are not in the catalog.

One possible way to do it:

in the lists interface, have a "add your own item" form, that allows entering title, author fields.

In the list display, list those user created items with the title and author linked to searches for that exact title/author string. The idea being that a user could put a book they knew was coming on their reading list, but that wasn't already in the catalog, and easily search for it later.

Another example would be for librarians to use this to create award winners lists of items that were award winners, but displaying title/authors that the library didn't own alongside titles/authors that the library *did* own. 

I think there are more applications for this - I recall there were several more when I floated the idea originally in the IRC channel.

It's a nice-to-have, not a must-have. Pretty cool feature though, I think.
Comment 1 Katrin Fischer 2012-05-26 08:43:45 UTC
I think it's not so easy to do. Without a record in the catalog there will be no detail view for the item on the list and it will not be searchable like the other items, so that might be confusing to patrons. Not easy to explain why some entries on the list look different and behave different than others.
Would be using a fast add or an extra framework a solution?