Open Issues Need Help
View All on GitHubAI Summary: Implement a notification system for the LoveConnect app that limits notifications based on whether messages have been seen. The current system sends too many notifications; the goal is to reduce this by only sending notifications for unseen messages. This likely involves modifying the backend (Django) to track message read status and the frontend (React) to update the UI accordingly and potentially adjust notification settings.
LoveConnect is a private, real-time relationship companion app for couples with chat, notes, gallery, and reminders. Built with Django + React, it prioritizes privacy, shared memories, and seamless connection.