Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Highlight Overdue Tasks in Red #6

Open
pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Open

[Feat] Highlight Overdue Tasks in Red #6

pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Labels
easy This is an easy issue worth 15 points

Comments

@pranavkonidena
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, overdue tasks are not visually distinguished from other tasks, making it harder for users to prioritize their attention on tasks that require immediate action.

Describe the solution you'd like
Modify the task list UI to highlight overdue tasks by displaying them in red text or adding a red border/background.
Automatically check task deadlines and apply the highlighting to tasks where the due date/time has passed.
Ensure that the highlighting updates dynamically as time progresses.

Additional context
Use Flutter’s DateTime.now() to compare the task’s deadline with the current time.

@pranavkonidena pranavkonidena added the easy This is an easy issue worth 15 points label Dec 7, 2024
@Akshit517 Akshit517 changed the title [Feat]Highlight Overdue Tasks in Red [Feat] Highlight Overdue Tasks in Red Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This is an easy issue worth 15 points
Projects
None yet
Development

No branches or pull requests

1 participant