Sub-task
Last updated
Was this helpful?
Last updated
Was this helpful?
This is to further break down Story Cards into a fine-grained unit of work. This also serves as a guide for developers.
Make the title imperative.
Example(s)
Add an GraphQL endpoint to update a pending item
It should define the purpose and the additional details for this task.
Example(s)
The item can be updated when the field, status, is PENDING.
The update would return an error message if the status is not PENDING.