-
Notifications
You must be signed in to change notification settings - Fork 451
Labels
backendRelates to the project backendRelates to the project backendbugSomething isn't workingSomething isn't workingpythonRelates to Python codeRelates to Python code
Description
Terms
- I have searched all open bug reports
- I agree to follow activist's Code of Conduct
Behavior
Summary
When I pick a “Days ahead” filter (1/7/30) on the events page, it only shows events happening exactly on that future day. I expect it to show everything coming up between now and that day instead.
Steps to Reproduce
- Visit the events list and open the sidebar filters.
- Choose the “7 days ahead” option.
- Notice that events happening tomorrow or three days out disappear, and only events occurring seven days from now remain.
Actual Behaviour
- “Days ahead” filters behave like single-day lookups; the list only shows events on that exact future date.
Expected Behaviour
- “7 days ahead” should include all upcoming events from now through day 7 inclusive (same for 1 and 30 days).
Acceptance Criteria
- Update the “Days ahead” filter to treat the selected value as an upper-bound range starting from today.
- Verify that 1/7/30 selections include all events between now and the chosen day.
- Add regression tests so the filter keeps working as a range.
Metadata
Metadata
Labels
backendRelates to the project backendRelates to the project backendbugSomething isn't workingSomething isn't workingpythonRelates to Python codeRelates to Python code
Type
Projects
Status
Todo