https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35972
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12141 --- Comment #5 from Katrin Fischer <[email protected]> --- I like that this doesn't seem to duplicate a lot of the code, which is nice. It looks like the "course reserves" hits a nerve in multiple ways as there is also: Bug 12141 - On Display Module Some things/ideas from having a first look: * Terminology: Is there maybe a more general term we could use? Libraries might implement this as special shelves, carts, tables, desks, carrels, ... I think right now would be the best moment to give this some thought. * The code currently has a mix of research table in the GUI and thesis table in the code, showing a first rename I think. * If you are using course reserves, the new entry will show up in navigation right away. To avoid that, we could only show the navigation entry, if a course of that type exists. * Instead of re-using the department, could we imagine adding a "type" column driven by a new AV? We could then use the type to define displays for other use cases, like the "On display". We might even pull the description off the type... I know, translatability, but we could still have some harcoded "codes" like RT = research table in the templates to help adoption. * Should we adapt/rename the system preference (UseCourseReserves)? * Should we adapt OPAC detail view for reserve items (display text)? * Should we add to sample AV in installer? * Should we adapt permission description? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
