Commit 8f570bc
* phase members
* Adding support to store linking between copilots and phases (aka milestones in the new concept)
Added cross ref table and CRUD api endpoints
* fix: phase member test spec
* update: phase member details
* updated script to include sequence creation and removed 'public' schema
* update: phase update will return members
* update: use 100 for maxPhaseProductCount
* allow update phase members with create-update phase
* use transaction
* fix: phase member tests
* adding phase approval api
* make phase validation dates optional
* update phase status
* update postman tests
* fix: product delete sync with ES
* fix: phase approval migration script
Co-authored-by: eisbilir <[email protected]>
Co-authored-by: Ahmad Alkhawaja <[email protected]>
Co-authored-by: eisbilir <[email protected]>
Co-authored-by: Ahmad Alkhawaja <[email protected]>
Co-authored-by: Rishiraj Sahu <[email protected]>
1 parent cfddb85 commit 8f570bc
File tree
38 files changed
+5551
-2521
lines changed- .circleci
- config
- docs
- migrations
- src
- events/projects
- models
- permissions
- routes
- phaseApprovals
- phaseMembers
- phaseProducts
- phases
- projects
38 files changed
+5551
-2521
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
0 commit comments