Implement opal-task Phase 2: Core Task Model CRUD

- Add complete CRUD operations: CreateTask, GetTask, GetTasks, Save
- Implement tag operations: AddTag, RemoveTag, GetTags
- Add task lifecycle methods: Complete, Delete, StartTask, StopTask
- Implement SQL type conversion helpers for nullable fields
- Add comprehensive test suite with 9 passing tests
- Fix timestamp handling (Created/Modified as Unix timestamps)
- Implement soft delete (status change) and hard delete options
This commit is contained in:
2026-01-04 14:44:24 +01:00
parent 9b5261b34c
commit 7c6ec97c62
3 changed files with 819 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
# Binaries for programs and plugins
jade
jadedepo
opal
*.exe
*.exe~
*.dll