-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add endpoint for CANFundingBudgets #2854
Conversation
… fixing some extraneous variable creation in unit tests and bad comments/messages in /cans/ api endpoints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧪 tests pass but will defer to others
…l types and endpoints to openapi.yaml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think we fixed this together on #2846
I can't respond to Frank directly for some reason, but I imagine that will be fixed once your change is merged in. |
merged in #2846 to |
What changed
This PR adds the endpoints for /can-funding-budgets/ and allows the creation, update, and deletion of those objects within our database. In addition
Issue
OPS-2837
How to test
Run backend python tests. There are no front end tests to run because this endpoint is not being consumed yet until we add the funding budget workflow.
Definition of Done Checklist