Added logging for items and a new landing page
deanblackborough
released this
13 Aug 14:28
·
235 commits
to master
since this release
Added
- Added a new landing page, mirrors the new "Budget" and "Yahtzee" landing pages.
- Added "Logging" for items, log entries can only be added and will be deleted along with the relevant item, new routes below
- GET
v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/log
- OPTIONS
v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/log
- POST
v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/log
- GET
v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/log/{item_log_id}
- OPTIONS
v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/log/{item_log_id}
Changed
- Switched to Bootstrap 5.
- We have updated the README to detail other Apps which use the API.
Fixed
- Added a missing PATCH route to the README.
- Corrected the description in an OPTIONS request.
Removed
- JQuery removed from dependencies.