Commit Graph
4 Commits
Author SHA1 Message Date
Felipe abdc2fe8ce feat: implement filament and spool preset services with CRUD operations
- Add `FilamentService` for managing filament inventory, including creation, retrieval, updating, and deletion of filaments.
- Introduce `SpoolPresetService` for handling spool presets, allowing users to create, update, and delete their custom presets.
- Create domain models for `Filament` and `SpoolPreset` with necessary fields and methods.
- Define repository interfaces for filament and spool preset persistence.
- Implement application configuration management from environment variables.
- Set up error handling with a centralized `AppError` type.
- Build the Axum router with public and protected routes for user authentication and resource management.
2026-03-14 09:38:28 -03:00
Felipe c90d2f920b update. 2026-03-13 23:12:01 -03:00
FelipeCN 5465946022 adiciona arquivo SVG do gato 2026-03-13 17:19:36 -03:00
FelipeCN ae70e4bc85 adiciona documento de requisitos do produto (PRD) para MeowSpool 2026-03-13 17:06:43 -03:00