feat(projects): finish PMS-51 story (projects, phases, tasks, deps) #27
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/projects-story-pms-51"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements YouTrack story PMS-51 (projects + tasks). Targets
maindirectly.Sub-tasks (all in one commit, see commit body for
State Donetrailers)/projects)/projects/:id/phases,/phases/:phase_id)/task-statuses, admin writes)/projects/:id/tasks,/tasks/:id)/tasks/:id/depends-on/:other)Test plan
cargo check --bin mokosh-serverclean.POST /api/v1/projects-> follow-upGETreturns it.POST /api/v1/tasks/A/depends-on/BthenPOST /api/v1/tasks/B/depends-on/A-> second is 409.Closes #PMS-51
Pull request closed