18 Commits

Author SHA1 Message Date
646655bc50 feat: add update status endpoint 2025-04-16 16:06:19 +01:00
c2e621859e feat: add update endpoint 2025-04-16 15:33:13 +01:00
f8467ada09 feat(utils): added misc functions file with utilities
Added useful misc utilities that don't belong in a specific class/domain and should be available globally.
2025-04-14 15:47:55 +01:00
4c4e6d4c99 refactor: move index.php to public, add env example 2025-04-14 15:20:12 +01:00
0e0ca6d16a refactor(models): refactor task model to reflect schema field names 2025-04-14 15:06:31 +01:00
713c8e5137 feature: add task delete method 2025-04-14 00:25:18 +01:00
5b964a4676 chore: update ide settings 2025-04-14 00:06:11 +01:00
66ba2473af feat: add getTask for fetching single task 2025-04-14 00:05:48 +01:00
0ff8ffdb05 fix: task id cannot ever be null 2025-04-14 00:05:13 +01:00
e39f40644f fix: add missing Exceptions namespace to composer.json 2025-04-13 23:40:30 +01:00
be38a9c5e6 fix: add missing body to task not found exception 2025-04-13 23:26:48 +01:00
c0871bf214 fix: add missing task logic to task repo 2025-04-13 23:25:04 +01:00
b48fd48f24 fix: update Task model to reflect some missing fields 2025-04-13 23:05:06 +01:00
54c2c8e897 feat: update error handling logic 2025-04-13 22:18:14 +01:00
46c6dd6e58 feat: add id setter for the Task model 2025-04-13 22:17:37 +01:00
0e44c78af6 refactor: add content type to all outgoing addTask responses 2025-04-13 20:07:07 +01:00
f4894f40ce chore(docs): add license and readme 2025-04-13 19:32:21 +01:00
9afba6461d first commit 2025-04-13 19:03:41 +01:00