Add option to show only dates in the future
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 284
- Forks
- 91
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 50
Description
*Is your feature request related to a problem? Please describe.
I want to do some kind of shift plan with polls. For that, it would be cool, to have an option to show only the dates in the future.
Describe the solution you'd like
In the frontend: hide past events
In the backend: hide past events for all user
Best would be, if you could choose between hiding by default (option to show all dates) and hiding for all frontend users (no option to show all dates).
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
Start by tracing the frontend and backend paths that determine which poll dates are displayed. Clarify how past dates are identified and how the two requested modes should work: hiding by default with an override, or hiding for all users without one. Done means future dates are shown correctly in both modes and past-date behavior is covered by the relevant existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- full-stack, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100