7c6ec97c62
- 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
31 lines
366 B
Plaintext
31 lines
366 B
Plaintext
|
|
# Binaries for programs and plugins
|
|
jade
|
|
jadedepo
|
|
opal
|
|
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Code coverage profiles and other test artifacts
|
|
*.out
|
|
coverage.*
|
|
*.coverprofile
|
|
profile.cov
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# env file
|
|
.env
|