Task
Add start_date and end_date query parameters to the timeline API endpoint.
What to do
- Add optional
start_date and end_date params to GET /api/timeline
- Filter events within the date range in
TimelineBuilder
- Add tests for date filtering
- Update API documentation
Acceptance criteria
See CONTRIBUTING.md.
Task
Add
start_dateandend_datequery parameters to the timeline API endpoint.What to do
start_dateandend_dateparams toGET /api/timelineTimelineBuilderAcceptance criteria
GET /api/timeline?start_date=2025-01-01&end_date=2025-06-01workspython -m pytest tests/ -v)ruff check src/ tests/)See CONTRIBUTING.md.