[Koha-bugs] [Bug 27305] iCal feed for circulation issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 5 02:41:01 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27305

--- Comment #9 from David Cook <dcook at prosentient.com.au> ---
Actually, Nico, I assume that the following is your website?

https://nicobako.github.io/

If you do want to play around with Koha, try out the following:
https://gitlab.com/koha-community/koha-testing-docker

Once you've explored that, you can look at the following for contributing your
own code:
https://wiki.koha-community.org/wiki/Git_bz_configuration#Using_git-bz

You can look at the following for Koha Plugin development too:
https://wiki.koha-community.org/wiki/Koha_plugins

You can always join the OFTC #koha IRC channel or sign up to the koha-devel
listserv as well to connect with Koha developers:

https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel

--

In other words, you could always work on this feature yourself. I'd be happy to
review and test it. 

It looks like your library upgrades regularly, so I imagine that the feature
could make its way back to your library fairly quickly, depending on the
release maintainer.

An easy way of doing this feature could be to make use of the
"borrower_attributes" table to store a "personal access token". Then all you'd
need to do is update opac-ics.pl to consume it via a URL parameter and update
opac-user.pl to provide an interface for you to generate your own "personal
access token".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list