When I navigate to /swagger, there are missing CRUD operations like deleting a hero/team and fetching individual hero. This could also be an interesting way to demonstrate soft-delete feature.
Suggested Solution
Add missing endpoints and their implementation.
Acceptance Criteria
Acceptance Criteria defines the requirements that must be met for the story to be completed. This is WHAT must be done.
Cc:
Hi,
Pain
When I navigate to
/swagger
, there are missing CRUD operations like deleting a hero/team and fetching individual hero. This could also be an interesting way to demonstrate soft-delete feature.Suggested Solution
Add missing endpoints and their implementation.
Acceptance Criteria
Acceptance Criteria defines the requirements that must be met for the story to be completed. This is WHAT must be done.
See https://www.ssw.com.au/rules/acceptance-criteria.
Tasks
Tasks help developers to track small bits of work needed to meet the ACs. This is HOW the work will be done.
Thanks!