Koha Test Wiki MediaWiki Postgres

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Illrequests endpoint RFC

From Koha Test Wiki MediaWiki Postgres

Jump to: navigation, search
Home
Koha > Technical > Development > RFCs

This RFC is a proposal to make some changes to this endpoint, to match the generally accepted criteria. No bug report has been filled for implementing it.

Actions and routes

The following table presents the current implementation, and the proposed changes.

Description Action Current path Proposed path
List ILL requests
 GET
 /illrequests
 /ill_requests
Add ILL request
 POST
 NOT IMPLEMENTED
 /ill_requests
Get an ILL request
 GET
 NOT IMPLEMENTED
 /ill_requests/{ill_request_id}
Overwrite an ILL request
 PUT
 NOT IMPLEMENTED
 /ill_requests/{ill_request_id}
Cancel an ILL request
 DELETE
 NOT IMPLEMENTED
 /ill_requests/{ill_request_id}
Partially update an ILL request
 PATCH
 NOT IMPLEMENTED
 /ill_requests/{ill_request_id}

ILL request object definition

DB schema Current API josef_moravec
illrequest_idillrequest_idill_request_id
borrowernumberborrowernumberpatron_id
biblio_idbiblio_id
branchcodebranchcodelibrary_id
statusstatus
placedplaceddate_placed
repliedreplieddate_replied
updatedupdatedtimestamp
completedcompleteddate_completed
mediummedium
accessurlaccessurlaccess_url
costcost
notesopacnotesopacopac_notes
notesstaffnotesstaffstaff_notes
orderidorderidorder_id
backendbackend

Discussion

+1 --Kfischer 17:05, 2 November 2019 (EDT)

Personal tools