Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EPIC] Return multi-year data #291

Open
4 tasks
sandeep-ps opened this issue Dec 9, 2024 · 0 comments
Open
4 tasks

[EPIC] Return multi-year data #291

sandeep-ps opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
epic Capture a large volume of work through related issues

Comments

@sandeep-ps
Copy link
Member

sandeep-ps commented Dec 9, 2024

Description

As a developer, I want to be able to return data for a year range so that the user can select and choose a year range from the front end.

  • Add query parameters (start_year and end_year) to filter based on year.
  • If only start_year is provided or start_year == end_year, return single year data.
  • start_year <= end_year
  • If start_year and end_year are provided and start_year <= end_year, return the data in year range.

Linked Issues

Acceptance Criteria

Add query parameters to support data for multiple years or a year range.

@sandeep-ps sandeep-ps added the epic Capture a large volume of work through related issues label Dec 9, 2024
@sandeep-ps sandeep-ps self-assigned this Dec 9, 2024
@sandeep-ps sandeep-ps changed the title [EPIC] [DRAFT] Add feature to return multi-year data [EPIC] [DRAFT] Return multi-year data Dec 10, 2024
@sandeep-ps sandeep-ps changed the title [EPIC] [DRAFT] Return multi-year data [EPIC] Return multi-year data Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Capture a large volume of work through related issues
Projects
None yet
Development

No branches or pull requests

1 participant