You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do we want to filter the mvts? Right now, the server doesn't return the total values as a property
TylerMatteo
changed the title
Add maximum project amount filter to capital projects endpoints
Add minimum and maximum project amount filter to capital projects endpoint
Jan 28, 2025
TangoYankee
changed the title
Add minimum and maximum project amount filter to capital projects endpoint
Add minimum and maximum commitments total filter to capital projects endpoint
Jan 30, 2025
Acceptance Criteria
capital-projects
endpoint has two optional query parameters to filter projects based on the funding totalcommitmentsTotalMin
, for a minimum total of fundingcommitmentsTotalMax
, for a maximum total of fundingcommitmentsTotalMin
is used, all returned projects must have total funding above the minimumcommitmentsTotalMax
is used, all returned projects must have total funding below the maximumValidations
The text was updated successfully, but these errors were encountered: