fix: correct pluralization on zero tasks remaining in daily cadence widget
Open
Beginner friendly
Nobody has claimed this yet.
area:dashboard
beginner friendly
bug
community
contributions-welcome
difficulty:beginner
difficulty:easy
enhancement
good first issue
help wanted
time:<15m
type:bug
up-for-grabs
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 7
- Avg merge
- 39m
- Merged PRs (30d)
- 39
Description
🎯 What needs to be done
Update task count pluralization logic in daily-cadence-widget.tsx so "0 tasks remaining" and "1 task remaining" format with proper singular/plural grammar.
Why this matters
Improves linguistic precision and polish on the primary overview dashboard.
📍 Where to work
src/features/dashboard/components/daily-cadence-widget.tsx
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/features/dashboard/components/daily-cadence-widget.tsx and locate the task-count pluralization logic. Check how the widget formats zero and one remaining task, then verify that the displayed wording is grammatically correct for both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100