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
Given: The frontend (vets-website) submits form data to the backend (vets-api)
When: The frontend code is merged in and the frontend is able to submit forms
Then: We must inspect the data coming from vets-website to vets-api and possibly make changes to the vets-api code including hardening validation and maybe changing what vets-api's expectations of what will be sent to what is actually being sent.
Tasks
Look into payload coming from frontend, make adjustments to backend to accommodate the frontend's payload
Look into using the JSON::Schema library for validation
Design and Front End sync on implementation of design
Required
Complete
Not Required
Acceptance Criteria
All changes necessary to successfully accept and validate data coming from vets-website are made.
Testing
N/A if non development work
Testing passed and documented in this ticket based off the "Then" statement in the description
Test procedures: If additional testing steps or credentials to perform testing are needed list them here
Ticket Creation - Definition of Ready
Description written
Tasks defined
Acceptance criteria written
Testing defined
Add Labels
Attach to an Epic
Estimate Points
The text was updated successfully, but these errors were encountered:
Issue Description
Given: The frontend (vets-website) submits form data to the backend (vets-api)
When: The frontend code is merged in and the frontend is able to submit forms
Then: We must inspect the data coming from vets-website to vets-api and possibly make changes to the vets-api code including hardening validation and maybe changing what vets-api's expectations of what will be sent to what is actually being sent.
Tasks
Design and Front End sync on implementation of design
Acceptance Criteria
Testing
Test procedures:
If additional testing steps or credentials to perform testing are needed list them here
Ticket Creation - Definition of Ready
The text was updated successfully, but these errors were encountered: