IMGIITRoorkee / IMGIITRoorkee/Taskly

[Feat] Integrate with Email to Send Task Reminders

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

hard
Dominant language
Dart
Stars
4
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
Currently, users are unable to receive reminders for their tasks via email. This can lead to missed deadlines or tasks that are forgotten. Integrating email support to send reminders will ensure that users are notified about upcoming tasks and deadlines, improving task management and overall productivity.

Describe the solution you'd like
Integrate an email notification system that sends reminders to users about their tasks based on their chosen reminder time.
Email Reminder Setup: Allow users to set a reminder time for each task (e.g., 1 hour before, 1 day before, etc.).
Email Template: Use a standardized email template to send task details such as task name, description, due date, and reminder time.
Email Service Integration: Integrate with an email service provider (e.g., SendGrid, SMTP) to send reminder emails.
User Preference: Provide users with an option to enable or disable email reminders for tasks.

Additional context
Please take care to not push sensitive info such as email/password in your PR. Add sensitive info to a file and dont push it in your PR. Please discuss with maintainers before you make a PR here.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Before coding, discuss the email provider, reminder scheduling, templates, preferences, and secret handling with maintainers; completion should cover the requested reminder behavior and its verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.