xtablo-source/go-backend/internal/db/sqlc
Arthur Belleville 9a92f358e8
Add task management features with database schema and handlers
Create a new tasks module with full CRUD operations, supporting both
regular tasks and etapes (phases). Implements task hierarchy with
parent-child relationships, assignees, and due dates. Includes database
schema with validation triggers, SQLC query generation, in-memory
repository implementation, HTTP handlers, view templates, and
comprehensive test coverage.
2026-05-10 21:58:48 +02:00
..
db.go Build go-backend auth app with Podman dev flow 2026-05-08 12:08:53 +02:00
models.go Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
querier.go Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
queries.sql.go Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00