Koha/api/v1/swagger/parameters
Agustin Moyano a902efb83b
Bug 19618: Add api endpoint for club holds
This patch adds an endpoint in thi api in /api/v1/clubs/{club_id}/holds whith the verb POST that maps to Koha::REST::V1::Clubs::Holds#add controller.
Classes for club_holds and club_holds_to_patron_holds new tables where also added.

To test:
1) Reach SUCCESS.3 test point of previous patch with club that has no enrollments
2) Click on "Place Hold"
SUCCESS => an alert should appear that you cannot place hold on a club without patrons
3) Reach SUCCESS.3 test point of previous patch with club that has enrollments
4) Click on "Place Hold"
SUCCESS => holds priority list should appear with holds for every patron in club
5) Repeat steps 3 and 4.
SUCCESS => new holds should appear in different order
6) Sign off

Sponsored-by: Southeast Kansas Library - SEKLS
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-10-01 08:05:58 +01:00
..
biblio.json Bug 15496: Add API endoint for deleting a bib 2019-04-26 10:54:49 +00:00
checkout.json Bug 13895: Adapt naming according to voted RFC 2019-03-28 19:38:41 +00:00
city.json
club.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
fund.json Bug 19661: REST API - Funds Endpoint 2019-03-22 19:40:36 +00:00
hold.json Bug 20006: Spec changes 2019-03-15 19:35:26 +00:00
item.json Bug 16825: Add API route for getting an item 2019-09-12 16:41:09 +01:00
library.json Bug 16497: (follow-up) Adapt to existing guidelines and RFC 2019-02-19 13:52:14 +00:00
patron.json Bug 19784: Adapt /v1/patrons to new naming guidelines 2018-03-29 11:42:08 -03:00
vendor.json