Skip to content

Commit 84d262c

Browse files
committed
chore(changeset): add changeset for update in active operation map
1 parent a4c1b2d commit 84d262c

2 files changed

Lines changed: 118 additions & 0 deletions

File tree

.changeset/five-rooms-follow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Update Active Operation Map in homepage
6+
7+
- Display map data based on emergency severity levels
8+
- Update legend and map to reflect crisis and appeals types
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"parent": "000080-1777541728949.json",
3+
"actions": [
4+
{
5+
"action": "add",
6+
"key": "appealTabName",
7+
"namespace": "activeOperationMap",
8+
"value": "Appeal Types"
9+
},
10+
{
11+
"action": "add",
12+
"key": "crisisOrangeEmergency",
13+
"namespace": "activeOperationMap",
14+
"value": "Orange Emergency"
15+
},
16+
{
17+
"action": "add",
18+
"key": "crisisRedEmergency",
19+
"namespace": "activeOperationMap",
20+
"value": "Red Emergency"
21+
},
22+
{
23+
"action": "add",
24+
"key": "crisisTabName",
25+
"namespace": "activeOperationMap",
26+
"value": "Crisis Categorization"
27+
},
28+
{
29+
"action": "add",
30+
"key": "crisisYellowEmergency",
31+
"namespace": "activeOperationMap",
32+
"value": "Yellow Emergency"
33+
},
34+
{
35+
"action": "add",
36+
"key": "lastUpdateLabel",
37+
"namespace": "activeOperationMap",
38+
"value": "Last update"
39+
},
40+
{
41+
"action": "add",
42+
"key": "emergencyHoldingERUTitle",
43+
"namespace": "surgeOverview",
44+
"value": "NS Holding the ERU"
45+
},
46+
{
47+
"action": "add",
48+
"key": "emergencySupportERUTitle",
49+
"namespace": "surgeOverview",
50+
"value": "NS Supporting the ERU"
51+
},
52+
{
53+
"action": "add",
54+
"key": "eruHoldingERUTitle",
55+
"namespace": "surgeOverview",
56+
"value": "NS Holding this ERU"
57+
},
58+
{
59+
"action": "add",
60+
"key": "eruReadinessNoData",
61+
"namespace": "surgeOverview",
62+
"value": "Data not available"
63+
},
64+
{
65+
"action": "add",
66+
"key": "eruSupportERUTitle",
67+
"namespace": "surgeOverview",
68+
"value": "NS Supporting this ERU"
69+
},
70+
{
71+
"action": "add",
72+
"key": "nationalReadinessNoData",
73+
"namespace": "surgeOverview",
74+
"value": "Data not available"
75+
},
76+
{
77+
"action": "remove",
78+
"key": "eruNSEquipmentReadiness",
79+
"namespace": "surgeOverview"
80+
},
81+
{
82+
"action": "remove",
83+
"key": "eruNSFundingReadiness",
84+
"namespace": "surgeOverview"
85+
},
86+
{
87+
"action": "remove",
88+
"key": "eruPeopleReadiness",
89+
"namespace": "surgeOverview"
90+
},
91+
{
92+
"action": "update",
93+
"key": "eruEquipmentReadiness",
94+
"newKey": "equipmentReadiness",
95+
"namespace": "surgeOverview"
96+
},
97+
{
98+
"action": "update",
99+
"key": "eruFundingReadiness",
100+
"newKey": "fundingReadiness",
101+
"namespace": "surgeOverview"
102+
},
103+
{
104+
"action": "update",
105+
"key": "eruNSPeopleReadiness",
106+
"newKey": "peopleReadiness",
107+
"namespace": "surgeOverview"
108+
}
109+
]
110+
}

0 commit comments

Comments
 (0)