5e9317def5
fix: enable strict parameter checks for /coffee POST endpoint ( #51 )
...
This will prevent typos from slipping through, which is nice.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/51
2025-08-30 08:27:36 +02:00
8209ea5ecc
fix: /coffee DELETE endpoint incorrectly configured and missing table reference ( #50 )
...
Fix class config and missing `from()` method for the `/coffee` DELETE endpoint
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/50
2025-08-30 08:27:12 +02:00
85e8e00091
feat(api): create DateTimeImmutable from timestamp for coffee POST endpoint ( #49 )
...
This PR allows creation of coffee entities at a specific date from a Unix timestamp by passing an integer to `date_created` when making a POST request to the `/coffee` endpoint.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/49
2025-08-24 03:40:58 +02:00
37f2ac00c3
refactor: database models and views inc. bump to PHP 8.4 ( #46 )
2025-08-02 13:30:23 +02:00