feat: Implement message check-in and status management, introduce flexible interval units, and add decryption routes for messages and attachments.

This commit is contained in:
Yusuf İpek
2025-12-28 14:15:16 +03:00
parent 1c91a1fe9d
commit 89968db712
17 changed files with 460 additions and 50 deletions
+6 -5
View File
@@ -31,11 +31,11 @@
- [x] Şifreli mesaj düzenleme
- [x] Dosya adı şifreleme
### Faz 5: Check-in & Cron 🔲
- [ ] Check-in API endpoint
- [ ] node-cron scheduler setup
- [ ] Deadline kontrolü
- [ ] Status güncellemeleri
### Faz 5: Check-in & Cron
- [x] Check-in API endpoint
- [x] Interval unit (dakika/saat/gün/ay)
- [x] Deadline kontrolü
- [x] Status güncellemeleri
### Faz 6: Email Gönderimi ✅
- [x] Nodemailer setup
@@ -81,6 +81,7 @@
- ✅ Faz 2: Mesaj CRUD
- ✅ Faz 3: Dosya Yükleme (R2)
- ✅ Faz 4: Client-side Encryption
- ✅ Faz 5: Check-in & Cron
- ✅ Faz 6: Email Gönderimi
## Bilinen Sorunlar