29 | | * REQ should only have a single Requests system, for which the req_need model is more suitable. |
30 | | * req_req should be stripped down to it's logistics core usecase & moved to inv_req |
31 | | * Remove types (so remove support for Simple, Skills, etc) |
32 | | * Similarly req_req_item/req_commit/req_commit_item/req_approver/req_req_tag/req_order_item/req_project_req should be moved to inv_req_item/inv_commit /inv_commit_item/inv_req_tag/inv_req_approver/inv_req_item_order/inv_req_project |
33 | | * Also move associated !Controllers/Classes/Functions/View |
34 | | * Remove current req_skill/req_commit_person/req_commit_skill models |
35 | | * req_job moved to req_need_job |
36 | | |
37 | | === SHARE === |
| 39 | |
| 40 | Whilst doing these, also copy the other req_need models in so that it is self-contained. |
| 41 | * req_need |
| 42 | * req_need_contact |
| 43 | * req_need_item |
| 44 | * req_need_organisation |
| 45 | |
| 46 | === Status === |
| 47 | * Complete |
| 48 | |
| 49 | == Phase 2 == |
| 50 | * REQ should only have a single Requests system, for which the req_need model is more suitable. |
| 51 | * req_req should be stripped down to it's logistics core usecase & moved to inv_req |
| 52 | * Remove types (so remove support for Simple, Skills, etc) |
| 53 | * Similarly req_req_item/req_commit/req_commit_item/req_approver/req_req_tag/req_order_item/req_project_req should be moved to inv_req_item/inv_commit /inv_commit_item/inv_req_tag/inv_req_approver/inv_req_item_order/inv_req_project |
| 54 | * Also move associated !Controllers/Classes/Functions/View |
| 55 | * Remove current req_skill/req_commit_person/req_commit_skill models |
| 56 | * req_job commented until Phase 3 |