don't set due date immediately when clicking on set due date
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
When you set the first time a due date of a card, a value like 7 a.m. of the next day is choosen. After this is set, the user can use the date picker and edit the due date.
This first "fake" setting of 7 a.m. in the morning should be avoided, because it also creates useless events in the activitiy app and notifications of a false due day set.
Deck v1.12.2
In the example the correct first set date would be March, 29th instead of 21st.
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
Reproduce the issue in Deck v1.12.2 by opening a card and clicking to set its first due date, then trace the date-picker flow and the resulting activity and notification behavior. Done means choosing the picker does not immediately create a false due date, activity event, or notification before the user selects the intended date.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100