managarten/services/mana-media
Till-JS 90c2f8573e feat(photos): add Photos app with mana-media EXIF integration
- Add Photos NestJS backend (port 3019) with albums, favorites, tags
- Add Photos SvelteKit web app (port 5189) with gallery, upload, filters
- Extend mana-media with EXIF extraction service using exifr
- Add cross-app photo listing endpoint to mana-media
- Add photo stats endpoint to mana-media
- Add photos to setup-databases.sh

Backend features:
- Albums CRUD with cover image and items management
- Favorites toggle with status check
- Tags CRUD with photo-tag associations
- Photo proxy to mana-media with local data enrichment

Web features:
- Photo grid with infinite scroll
- Photo detail modal with EXIF display
- Album grid and detail views
- Upload dropzone with progress tracking
- Filter bar (app, date range, location, sort)
- i18n support (de/en)
- Svelte 5 runes mode

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-11 17:58:44 +01:00
..
apps/api feat(photos): add Photos app with mana-media EXIF integration 2026-02-11 17:58:44 +01:00
packages/client feat(mana-media): add centralized media storage with NutriPhi integration 2026-02-02 17:30:14 +01:00
.env.example feat(mana-media): add unified media processing platform MVP 2026-02-01 03:25:53 +01:00
CLAUDE.md feat(mana-media): add centralized media storage with NutriPhi integration 2026-02-02 17:30:14 +01:00
docker-compose.yml feat(mana-media): add unified media processing platform MVP 2026-02-01 03:25:53 +01:00
drizzle.config.ts feat(mana-media): add centralized media storage with NutriPhi integration 2026-02-02 17:30:14 +01:00
nest-cli.json feat(mana-media): add centralized media storage with NutriPhi integration 2026-02-02 17:30:14 +01:00
package.json 🔧 fix: type errors in element.mana.how, mana-media, @todo/web, @calendar/web 2026-02-01 04:56:29 +01:00
tsconfig.json feat(mana-media): add centralized media storage with NutriPhi integration 2026-02-02 17:30:14 +01:00