IMGIITRoorkee / IMGIITRoorkee/Taskly
[Feat] Display the Total Number of Tasks on the Home Screen
- 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, the total number of tasks is not visible to the user directly on the home screen. Users must manually count or navigate through the task list to estimate how many tasks they have, which can be inefficient, especially when there are many tasks.
**Describe the solution you'd like**
Display the total number of tasks on the home screen, preferably at the top or in the header section.
The number should dynamically update whenever tasks are added, deleted, or updated.
Include a label like “Total Tasks: X”, where X is the number of tasks currently in the task list.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Flutter home-screen implementation and the task-list state used by the app. Add a “Total Tasks: X” display near the top or header, then verify that the count changes after tasks are added, deleted, or updated.
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
- 52/100