Creates a console app through c# that allows users to create habits, mark them as completed and send daily email reminders based on the users selected time

1 Open Issue Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Habit Tracking & Reminders

AI Summary: Debug and fix a C# console application's email reminder functionality. The application currently sends a daily email reminder only once instead of repeatedly as intended. The fix requires investigating the `SendReminder` method within the `ReminderService` class and ensuring it's scheduled to run daily. This likely involves using a scheduling mechanism (e.g., Timer, Scheduled Tasks) to trigger the email sending logic at the specified time each day.

Complexity: 4/5
bug good first issue email-notification

Creates a console app through c# that allows users to create habits, mark them as completed and send daily email reminders based on the users selected time

C#