xtablo-source/go-backend/internal/db
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
..
sqlc Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
queries.sql Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
repository.go Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
schema.sql Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
seed.sql Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00