IMGIITRoorkee / IMGIITRoorkee/Taskly
[Feat] Highlight Overdue Tasks in Red
- 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, 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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the task list UI and the task data that contains each deadline; the issue names no files or tests. Check how the UI currently rebuilds as time passes, then verify that tasks past their deadlines are highlighted and that the highlighting changes as time progresses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100