directory
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Aug 17, 2026
License: AGPL-3.0
Opens a new window with license information.
README
¶
Task Module
The task module handles programming task management:
- creation
- retrieval
- statement updates
- image uploads
Following the modular monolith architecture with these layers:
http/: HTTP handlers for REST API endpoints
srvc/: Service layer for business logic orchestration
repo/: Repository layer for database persistence
Additionally, there are integration tests in the test/ directory.
Integration tests require:
- PostgreSQL database
- S3 bucket access
go test ./task/...
Directories
¶
Click to show internal directories.
Click to hide internal directories.