Fernando
Fernando
### Context We have a new requirement for endpoints to manage phases inside features New endpoints: POST /features/phase GET /features/{feature_uuid}/phase GET /features/{feature_uuid}/phase/{phase_uuid} DELETE /features/{feature_uuid}/phase/{phase_uuid} Add Table to DB: feature_phase uuid...
### Context We have a new requirement for endpoints to manage user stories inside features New endpoints: POST /features/story GET /features/{feature_uuid}/story GET /features/{feature_uuid}/story/{story_uuid} DELETE /features/{feature_uuid}/story/{story_uuid} Add Table to DB: feature_story...
### Context Bounty: https://community.sphinx.chat/bounty/1980 We have a new requirement to add a property `phase_uuid` and `phase_priority` to bounties in order to relate them to phases within features. Here is an...