chore: patch project maps after stale backend test cleanup
Regenerate .pi-map*.md artifacts for source changes in: - apps/api/src/api/tool/tool_types_validation.py - apps/api/src/schemas/tool/tool_type.py - apps/api/tests/integration/test_tool_types_api_extended.py - and all affected test files from backend-frontend refactoring cleanup
This commit is contained in:
@@ -4,10 +4,10 @@ dir: apps/api/uploads
|
||||
index: apps/api/uploads/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Handles file upload processing, storage, and management for the API application.
|
||||
Handles file upload processing, storage, and retrieval for the API application.
|
||||
## files
|
||||
## arch
|
||||
Modular service-oriented architecture with dedicated modules for different upload types (avatars, documents, images), using NestJS controllers/services with S3/cloud storage integration, file validation, and database persistence for upload metadata.
|
||||
Express.js middleware pattern with multipart form parsing, likely using Multer or similar for file handling, with storage abstraction for local/cloud backends.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user