Description:
The Features section advertises "Mises à jour automatiques" (automatic updates) when legislation changes, but there is no email system or notification mechanism implemented.
Context/Rationale:
This is another false advertising issue. Users trust the app to keep them compliant, but there's no system to notify them of legal changes. GDPR and other regulations evolve, and users need to update their TOS accordingly. Without this feature, users face compliance risks.
Location: components/Features.tsx:36-37
Implementation Suggestion / To-Do:
- Implement email service integration (SendGrid, Resend, or AWS SES)
- Create email templates for legal update notifications
- Build subscription preferences in user settings
- Monitor legislation changes (manual or via legal APIs)
- Send digest emails when changes affect user documents
- Add in-app notification center
- Implement email verification flow
Description:
The Features section advertises "Mises à jour automatiques" (automatic updates) when legislation changes, but there is no email system or notification mechanism implemented.
Context/Rationale:
This is another false advertising issue. Users trust the app to keep them compliant, but there's no system to notify them of legal changes. GDPR and other regulations evolve, and users need to update their TOS accordingly. Without this feature, users face compliance risks.
Location: components/Features.tsx:36-37
Implementation Suggestion / To-Do: