Project-Image-Uploader/backend
matthias.lotz 62be18ecaa feat: Add upload notifications to Telegram Bot (Phase 3)
- Integrate TelegramNotificationService into batchUpload route
- Send notification on successful upload with group details
- Add metadata parsing for year/title/name from form fields
- Create integration tests for upload notifications
- Fix getAdminUrl() to use INTERNAL_HOST with dev port
- Update jest.config.js to transform uuid ESM module
- Non-blocking async notification (won't fail upload on error)

Phase 3 complete: Upload notifications working in Docker dev environment
Tested successfully with real Telegram bot in test group
2025-11-29 23:47:01 +01:00
..
docs feat: Add upload notifications to Telegram Bot (Phase 3) 2025-11-29 23:47:01 +01:00
src feat: Add upload notifications to Telegram Bot (Phase 3) 2025-11-29 23:47:01 +01:00
tests feat: Add upload notifications to Telegram Bot (Phase 3) 2025-11-29 23:47:01 +01:00
.dockerignore feat: Complete image description feature implementation 2025-11-07 23:20:50 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
jest.config.js feat: Add upload notifications to Telegram Bot (Phase 3) 2025-11-29 23:47:01 +01:00
package.json feat: Add TelegramNotificationService (Phase 2) 2025-11-29 22:41:38 +01:00