localgreenchain/lib
Claude d74128d3cd
Add Agent 3: File Upload & Storage System
Implements cloud-based file storage for plant photos, documents, and certificates:

Storage Layer:
- Multi-provider support (AWS S3, Cloudflare R2, MinIO, local filesystem)
- S3-compatible provider with presigned URL generation
- Local storage provider for development with signed URL verification
- Configurable via environment variables

Image Processing:
- Automatic thumbnail generation (150x150, 300x300, 600x600, 1200x1200)
- WebP conversion for optimized file sizes
- EXIF data extraction for image metadata
- Image optimization with Sharp

API Endpoints:
- POST /api/upload/image - Upload images with automatic processing
- POST /api/upload/document - Upload documents (PDF, DOC, DOCX)
- POST /api/upload/presigned - Get presigned URLs for direct uploads
- GET/DELETE /api/upload/[fileId] - File management

UI Components:
- ImageUploader - Drag & drop image upload with preview
- PhotoGallery - Grid gallery with lightbox view
- DocumentUploader - Document upload with file type icons
- ProgressBar - Animated upload progress indicator

Database:
- FileStore service with in-memory storage (Prisma schema ready for Agent 2)
- File metadata tracking with soft delete support
- Category-based file organization
2025-11-23 03:51:31 +00:00
..
agents Add comprehensive 10-agent autonomous system for LocalGreenChain 2025-11-22 21:24:40 +00:00
blockchain Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
demand Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
environment Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
privacy Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
services Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
storage Add Agent 3: File Upload & Storage System 2025-11-23 03:51:31 +00:00
transparency Add comprehensive transparency system for LocalGreenChain 2025-11-23 03:29:56 +00:00
transport Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
utils Initial commit 2023-08-09 21:34:23 +00:00
vertical-farming Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
drupal.ts Initial commit 2023-08-09 21:34:23 +00:00
get-menus.ts Initial commit 2023-08-09 21:34:23 +00:00
get-params.ts Initial commit 2023-08-09 21:34:23 +00:00