|
22 | 22 | <waltz-app-capability-section app-capabilities="ctrl.appCapabilities" |
23 | 23 | traits="ctrl.explicitTraits" |
24 | 24 | capabilities="ctrl.capabilities" |
25 | | - self-id="{{ctrl.app.id}}"> |
| 25 | + self-id="{{ctrl.app.id}}" |
| 26 | + source-data-ratings="ctrl.sourceDataRatings"> |
26 | 27 | </waltz-app-capability-section> |
27 | 28 |
|
28 | 29 |
|
|
36 | 37 | class="btn btn-xs btn-primary"> |
37 | 38 | Edit |
38 | 39 | </a> |
| 40 | + <button class="btn btn-xs waltz-btn-transparent" |
| 41 | + ng-click="ctrl.visibility.appCapabilitiesOverlay = ! ctrl.visibility.appCapabilitiesOverlay"> |
| 42 | + <waltz-icon name="map-signs"></waltz-icon> |
| 43 | + </button> |
39 | 44 | </waltz-section-actions> |
40 | 45 |
|
| 46 | + <waltz-source-data-overlay visible="ctrl.visibility.appCapabilitiesOverlay" |
| 47 | + ratings="ctrl.sourceDataRatings" |
| 48 | + entities="['APP_CAPABILITY']"> |
| 49 | + </waltz-source-data-overlay> |
| 50 | + |
41 | 51 | <waltz-rating-group-header measurables="ctrl.ratings.group.measurables"></waltz-rating-group-header> |
42 | 52 |
|
43 | 53 | <waltz-rating-group tweakers="ctrl.ratings.tweakers" |
|
54 | 64 |
|
55 | 65 |
|
56 | 66 | <!-- PROCESSES --> |
57 | | - <waltz-process-section processes="ctrl.processes"> |
58 | | - |
| 67 | + <waltz-process-section processes="ctrl.processes" |
| 68 | + source-data-ratings="ctrl.sourceDataRatings"> |
59 | 69 | </waltz-process-section> |
60 | 70 |
|
61 | 71 |
|
62 | 72 | <!-- INVOLVED PEOPLE --> |
63 | | - <waltz-involved-people-section involvements="ctrl.peopleInvolvements"> |
| 73 | + <waltz-involved-people-section involvements="ctrl.peopleInvolvements" |
| 74 | + source-data-ratings="ctrl.sourceDataRatings"> |
64 | 75 | </waltz-involved-people-section> |
65 | 76 |
|
66 | 77 |
|
|
73 | 84 | class="btn btn-xs btn-primary"> |
74 | 85 | Edit |
75 | 86 | </a> |
| 87 | + <button class="btn btn-xs waltz-btn-transparent" |
| 88 | + ng-click="ctrl.visibility.logicalFlows = ! ctrl.visibility.logicalFlows"> |
| 89 | + <waltz-icon name="map-signs"></waltz-icon> |
| 90 | + </button> |
76 | 91 | </waltz-section-actions> |
77 | 92 |
|
| 93 | + <waltz-source-data-overlay visible="ctrl.visibility.logicalFlows" |
| 94 | + ratings="ctrl.sourceDataRatings" |
| 95 | + entities="['LOGICAL_DATA_FLOW']"> |
| 96 | + </waltz-source-data-overlay> |
| 97 | + |
| 98 | + |
78 | 99 | <div class="alert alert-warning" ng-if="ctrl.flows.length == 0"> |
79 | 100 | <strong> |
80 | 101 | No Data Flows |
@@ -178,6 +199,10 @@ <h4> |
178 | 199 |
|
179 | 200 | <!-- COSTS --> |
180 | 201 | <waltz-section name="Costs"> |
| 202 | + <waltz-source-data-section-addon ratings="ctrl.sourceDataRatings" |
| 203 | + entities="['ASSET_COST']"> |
| 204 | + </waltz-source-data-section-addon> |
| 205 | + |
181 | 206 | <div ng-if="ctrl.costs.length == 0"> |
182 | 207 | <div class="alert alert-warning"> |
183 | 208 | <strong> |
|
0 commit comments