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
Add a new React component called CowDeathTable. It should be able to display a list of CowDeaths in the format returned by the GET endpoints above. Include fixtures, tests and a storybook entry.
Acceptance Criteria
Step 2
Manually test the CowDeathTable component by running the React application locally and ensuring it displays the list of CowDeaths correctly.
Verify that the CowDeathTable component interacts correctly with the backend by fetching data from the GET endpoints implemented in Step 1.
Confirm unit tests and integration tests for the CowDeathTable component pass. Ensure that they pass mutation testing,.
Implementation Todos
Step 2
Create a new React component called CowDeathTable that can display a list of CowDeaths in the format returned by the GET endpoints in Step 1.
Add tests for the CowDeathTable component to ensure it renders correctly and handles data as expected.
Add a storybook entry for the CowDeathTable component, showcasing its various states and behaviors.
Include fixtures for the CowDeathTable component to support testing and development.
Testing:
Front end tests pass and there is adequate coverage
The text was updated successfully, but these errors were encountered:
Follows after CowDeathController (Issue #19 )
Step 2 (10pts)
Add a new React component called CowDeathTable. It should be able to display a list of CowDeaths in the format returned by the GET endpoints above. Include fixtures, tests and a storybook entry.
Acceptance Criteria
Step 2
Implementation Todos
Step 2
Testing:
The text was updated successfully, but these errors were encountered: