Kim Adams commited on
Commit Β·
3ff85ec
1
Parent(s): e9168b8
json updates
Browse files
recording_analysis/ui_recording_analysis.py
CHANGED
|
@@ -15,7 +15,6 @@ def VideoIdentity(video):
|
|
| 15 |
|
| 16 |
def RenderBoxes(strings_list):
|
| 17 |
clean_list = [re.sub(r'^\d+\.\s*', '', topic) if re.match(r'^\d+\.\s*', topic) else topic for topic in strings_list.split('\n') if topic.strip()]
|
| 18 |
-
#clean_list = [re.sub(r'^\d+\.\s*', '', topic) for topic in strings_list.split('\n') if topic.strip()]
|
| 19 |
boxes_html = ""
|
| 20 |
for string in clean_list:
|
| 21 |
boxes_html += f'<div style="background-color: #107276; color: #ffffff; display: inline-block; font-size: 13pt; margin: 5px; padding: 10px;">{string}</div>'
|
|
|
|
| 15 |
|
| 16 |
def RenderBoxes(strings_list):
|
| 17 |
clean_list = [re.sub(r'^\d+\.\s*', '', topic) if re.match(r'^\d+\.\s*', topic) else topic for topic in strings_list.split('\n') if topic.strip()]
|
|
|
|
| 18 |
boxes_html = ""
|
| 19 |
for string in clean_list:
|
| 20 |
boxes_html += f'<div style="background-color: #107276; color: #ffffff; display: inline-block; font-size: 13pt; margin: 5px; padding: 10px;">{string}</div>'
|
utilities/data/json/slack_1.json
CHANGED
|
@@ -1,96 +1,96 @@
|
|
| 1 |
{
|
| 2 |
"messages": [
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
}
|
| 24 |
-
},
|
| 25 |
-
{
|
| 26 |
-
"user": "Lieutenant Brown",
|
| 27 |
-
"text": "Heard there might be some announcements about promotions. Fingers crossed! π€",
|
| 28 |
-
"timestamp": "2023-09-07T09:00:00Z",
|
| 29 |
-
"replies": [
|
| 30 |
-
{
|
| 31 |
-
"user": "Corporal Adams",
|
| 32 |
-
"text": "Wishing the best for everyone! We've all worked hard. π",
|
| 33 |
-
"timestamp": "2023-09-07T09:10:00Z"
|
| 34 |
-
}
|
| 35 |
-
],
|
| 36 |
-
"reactions": {
|
| 37 |
-
"π€": 5,
|
| 38 |
-
"π": 3
|
| 39 |
-
}
|
| 40 |
-
},
|
| 41 |
-
{
|
| 42 |
-
"user": "Major Clark",
|
| 43 |
-
"text": "Let's take a moment to appreciate the support from our families during deployments. β€οΈ",
|
| 44 |
-
"timestamp": "2023-09-07T10:00:00Z",
|
| 45 |
-
"replies": [
|
| 46 |
-
{
|
| 47 |
-
"user": "Captain Smith",
|
| 48 |
-
"text": "Couldn't have said it better, Major. Our families are our rock. π ",
|
| 49 |
-
"timestamp": "2023-09-07T10:10:00Z"
|
| 50 |
-
},
|
| 51 |
-
{
|
| 52 |
-
"user": "Sergeant Davis",
|
| 53 |
-
"text": "Absolutely, their support means everything. π",
|
| 54 |
-
"timestamp": "2023-09-07T10:20:00Z"
|
| 55 |
-
}
|
| 56 |
-
],
|
| 57 |
-
"reactions": {
|
| 58 |
-
"β€οΈ": 4,
|
| 59 |
-
"π ": 5,
|
| 60 |
-
"π": 3
|
| 61 |
-
}
|
| 62 |
-
},
|
| 63 |
-
{
|
| 64 |
-
"user": "Corporal Adams",
|
| 65 |
-
"text": "The new training modules have been really helpful. Thanks to those who put them together! π",
|
| 66 |
-
"timestamp": "2023-09-07T11:00:00Z",
|
| 67 |
-
"replies": [
|
| 68 |
-
{
|
| 69 |
-
"user": "Private Johnson",
|
| 70 |
-
"text": "I've learned a lot from them too! Kudos to the team. π",
|
| 71 |
-
"timestamp": "2023-09-07T11:10:00Z"
|
| 72 |
-
}
|
| 73 |
-
],
|
| 74 |
-
"reactions": {
|
| 75 |
-
"π": 4,
|
| 76 |
-
"π": 3
|
| 77 |
-
}
|
| 78 |
-
},
|
| 79 |
-
{
|
| 80 |
-
"user": "Sergeant Davis",
|
| 81 |
-
"text": "Just a reminder, let's keep the momentum going for the charity drive! πͺ",
|
| 82 |
-
"timestamp": "2023-09-07T12:00:00Z",
|
| 83 |
-
"replies": [
|
| 84 |
-
{
|
| 85 |
-
"user": "Lieutenant Brown",
|
| 86 |
-
"text": "Great initiative, Sergeant. Let's make a difference! π",
|
| 87 |
-
"timestamp": "2023-09-07T12:10:00Z"
|
| 88 |
-
}
|
| 89 |
-
],
|
| 90 |
-
"reactions": {
|
| 91 |
-
"πͺ": 4,
|
| 92 |
-
"π": 3
|
| 93 |
-
}
|
| 94 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
]
|
| 96 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"messages": [
|
| 3 |
+
{
|
| 4 |
+
"user": "HR BP Sara",
|
| 5 |
+
"text": "Excited for the upcoming townhall! Lots of progress to discuss. π",
|
| 6 |
+
"timestamp": "2023-09-07T08:00:00Z",
|
| 7 |
+
"replies": [
|
| 8 |
+
{
|
| 9 |
+
"user": "VP Operations",
|
| 10 |
+
"text": "Couldn't agree more, Sara. This quarter was phenomenal. π",
|
| 11 |
+
"timestamp": "2023-09-07T08:10:00Z"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"user": "MSR John",
|
| 15 |
+
"text": "Looking forward to it, should be uplifting. π",
|
| 16 |
+
"timestamp": "2023-09-07T08:20:00Z"
|
| 17 |
+
}
|
| 18 |
+
],
|
| 19 |
+
"reactions": {
|
| 20 |
+
"π": 6,
|
| 21 |
+
"π": 4,
|
| 22 |
+
"π": 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
}
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"user": "Claims Rep Smith",
|
| 27 |
+
"text": "Heard there might be some announcements about great feedback from our members. Looking forward to it! π€",
|
| 28 |
+
"timestamp": "2023-09-07T09:00:00Z",
|
| 29 |
+
"replies": [
|
| 30 |
+
{
|
| 31 |
+
"user": "Product Manager Jones",
|
| 32 |
+
"text": "We should be proud of what we did for the members! We've all worked hard. π",
|
| 33 |
+
"timestamp": "2023-09-07T09:10:00Z"
|
| 34 |
+
}
|
| 35 |
+
],
|
| 36 |
+
"reactions": {
|
| 37 |
+
"π€": 5,
|
| 38 |
+
"π": 3
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"user": "CEO Wayne",
|
| 43 |
+
"text": "Let's take a moment to appreciate the our members and the support they get from their families during deployments. β€οΈ",
|
| 44 |
+
"timestamp": "2023-09-07T10:00:00Z",
|
| 45 |
+
"replies": [
|
| 46 |
+
{
|
| 47 |
+
"user": "Claims Rep Smith",
|
| 48 |
+
"text": "Couldn't have said it better. Families are our rock. π ",
|
| 49 |
+
"timestamp": "2023-09-07T10:10:00Z"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"user": "IT Lead Davis",
|
| 53 |
+
"text": "Absolutely, their support means everything. π",
|
| 54 |
+
"timestamp": "2023-09-07T10:20:00Z"
|
| 55 |
+
}
|
| 56 |
+
],
|
| 57 |
+
"reactions": {
|
| 58 |
+
"β€οΈ": 4,
|
| 59 |
+
"π ": 5,
|
| 60 |
+
"π": 3
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"user": "HR Lead Sara",
|
| 65 |
+
"text": "The new training modules have been really helpful. Thanks to those who put them together! π",
|
| 66 |
+
"timestamp": "2023-09-07T11:00:00Z",
|
| 67 |
+
"replies": [
|
| 68 |
+
{
|
| 69 |
+
"user": "IT Lead Davis",
|
| 70 |
+
"text": "I've learned a lot from them too! Kudos to the team. π",
|
| 71 |
+
"timestamp": "2023-09-07T11:10:00Z"
|
| 72 |
+
}
|
| 73 |
+
],
|
| 74 |
+
"reactions": {
|
| 75 |
+
"π": 4,
|
| 76 |
+
"π": 3
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"user": "IT Lead Davis",
|
| 81 |
+
"text": "Just a reminder, let's keep the momentum going for the Military Appreciation Day! πͺ",
|
| 82 |
+
"timestamp": "2023-09-07T12:00:00Z",
|
| 83 |
+
"replies": [
|
| 84 |
+
{
|
| 85 |
+
"user": "Developer Brown",
|
| 86 |
+
"text": "Great initiative, IT Lead Davis. Let's make a difference! π",
|
| 87 |
+
"timestamp": "2023-09-07T12:10:00Z"
|
| 88 |
+
}
|
| 89 |
+
],
|
| 90 |
+
"reactions": {
|
| 91 |
+
"πͺ": 4,
|
| 92 |
+
"π": 3
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
]
|
| 96 |
+
}
|
utilities/data/json/slack_4.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"messages": [
|
| 3 |
{
|
| 4 |
"user": "Peter Smith",
|
| 5 |
-
"text": "Is anyone else having issues with the
|
| 6 |
"timestamp": "2023-09-07T08:00:00Z",
|
| 7 |
"replies": [
|
| 8 |
{
|
|
@@ -18,12 +18,12 @@
|
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"user": "Alice Lewis",
|
| 21 |
-
"text": "Why
|
| 22 |
"timestamp": "2023-09-07T09:00:00Z",
|
| 23 |
"replies": [
|
| 24 |
{
|
| 25 |
"user": "HR_Kevin",
|
| 26 |
-
"text": "We understand your frustration, Alice.
|
| 27 |
"timestamp": "2023-09-07T09:10:00Z"
|
| 28 |
}
|
| 29 |
],
|
|
|
|
| 2 |
"messages": [
|
| 3 |
{
|
| 4 |
"user": "Peter Smith",
|
| 5 |
+
"text": "Is anyone else having issues with the OneSource? π",
|
| 6 |
"timestamp": "2023-09-07T08:00:00Z",
|
| 7 |
"replies": [
|
| 8 |
{
|
|
|
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"user": "Alice Lewis",
|
| 21 |
+
"text": "Why have we not heard about our return to work exemption? This is ridiculous! π‘",
|
| 22 |
"timestamp": "2023-09-07T09:00:00Z",
|
| 23 |
"replies": [
|
| 24 |
{
|
| 25 |
"user": "HR_Kevin",
|
| 26 |
+
"text": "We understand your frustration, Alice. Will look into it. π",
|
| 27 |
"timestamp": "2023-09-07T09:10:00Z"
|
| 28 |
}
|
| 29 |
],
|
utilities/data/json/slack_7.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
},
|
| 42 |
{
|
| 43 |
"user": "Felix Mars",
|
| 44 |
-
"text": "Why
|
| 45 |
"timestamp": "2023-09-07T10:00:00Z",
|
| 46 |
"replies": [
|
| 47 |
{
|
|
@@ -73,7 +73,7 @@
|
|
| 73 |
},
|
| 74 |
{
|
| 75 |
"user": "Laurence Welk",
|
| 76 |
-
"text": "Ugh,
|
| 77 |
"timestamp": "2023-09-07T11:20:00Z"
|
| 78 |
}
|
| 79 |
],
|
|
|
|
| 41 |
},
|
| 42 |
{
|
| 43 |
"user": "Felix Mars",
|
| 44 |
+
"text": "Why is the Starbucks line so long!? πβοΈ",
|
| 45 |
"timestamp": "2023-09-07T10:00:00Z",
|
| 46 |
"replies": [
|
| 47 |
{
|
|
|
|
| 73 |
},
|
| 74 |
{
|
| 75 |
"user": "Laurence Welk",
|
| 76 |
+
"text": "Ugh, processes at its finest. π",
|
| 77 |
"timestamp": "2023-09-07T11:20:00Z"
|
| 78 |
}
|
| 79 |
],
|
utilities/data/json/slack_8.json
CHANGED
|
@@ -1,84 +1,84 @@
|
|
| 1 |
{
|
| 2 |
"messages": [
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
}
|
| 18 |
-
},
|
| 19 |
-
{
|
| 20 |
-
"user": "Alice Lewis",
|
| 21 |
-
"text": "Why did our health benefits get cut again? This is ridiculous! π‘",
|
| 22 |
-
"timestamp": "2023-09-07T09:00:00Z",
|
| 23 |
-
"replies": [
|
| 24 |
-
{
|
| 25 |
-
"user": "HR_Kevin",
|
| 26 |
-
"text": "We understand your frustration, Alice. It was a tough decision. π",
|
| 27 |
-
"timestamp": "2023-09-07T09:10:00Z"
|
| 28 |
-
}
|
| 29 |
-
],
|
| 30 |
-
"reactions": {
|
| 31 |
-
"π‘": 7,
|
| 32 |
-
"π": 4
|
| 33 |
-
}
|
| 34 |
-
},
|
| 35 |
-
{
|
| 36 |
-
"user": "Natalie King",
|
| 37 |
-
"text": "Is it normal for the work-life balance to be this terrible? π",
|
| 38 |
-
"timestamp": "2023-09-07T10:00:00Z",
|
| 39 |
-
"replies": [
|
| 40 |
-
{
|
| 41 |
-
"user": "HR_Lisa",
|
| 42 |
-
"text": "We're sorry to hear that you're struggling, Natalie. Let's discuss how to improve. π₯",
|
| 43 |
-
"timestamp": "2023-09-07T10:10:00Z"
|
| 44 |
-
}
|
| 45 |
-
],
|
| 46 |
-
"reactions": {
|
| 47 |
-
"π": 6,
|
| 48 |
-
"π₯": 5
|
| 49 |
-
}
|
| 50 |
-
},
|
| 51 |
-
{
|
| 52 |
-
"user": "Mark Taylor",
|
| 53 |
-
"text": "Who else is tired of these last-minute meetings? π€",
|
| 54 |
-
"timestamp": "2023-09-07T11:00:00Z",
|
| 55 |
-
"replies": [
|
| 56 |
-
{
|
| 57 |
-
"user": "HR_Robert",
|
| 58 |
-
"text": "We hear you, Mark. We'll try to give more notice going forward. π",
|
| 59 |
-
"timestamp": "2023-09-07T11:10:00Z"
|
| 60 |
-
}
|
| 61 |
-
],
|
| 62 |
-
"reactions": {
|
| 63 |
-
"π€": 7,
|
| 64 |
-
"π": 3
|
| 65 |
-
}
|
| 66 |
-
},
|
| 67 |
-
{
|
| 68 |
-
"user": "Laura Johnson",
|
| 69 |
-
"text": "Why is the office always either too hot or too cold? π©",
|
| 70 |
-
"timestamp": "2023-09-07T12:00:00Z",
|
| 71 |
-
"replies": [
|
| 72 |
-
{
|
| 73 |
-
"user": "HR_Susan",
|
| 74 |
-
"text": "Sorry for the discomfort, Laura. We're working on the HVAC issues. π",
|
| 75 |
-
"timestamp": "2023-09-07T12:10:00Z"
|
| 76 |
-
}
|
| 77 |
-
],
|
| 78 |
-
"reactions": {
|
| 79 |
-
"π©": 6,
|
| 80 |
-
"π": 4
|
| 81 |
-
}
|
| 82 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
]
|
| 84 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"messages": [
|
| 3 |
+
{
|
| 4 |
+
"user": "Peter Smith",
|
| 5 |
+
"text": "Is anyone else having issues with OneSource? π",
|
| 6 |
+
"timestamp": "2023-09-07T08:00:00Z",
|
| 7 |
+
"replies": [
|
| 8 |
+
{
|
| 9 |
+
"user": "HR_Julia",
|
| 10 |
+
"text": "Sorry you're experiencing issues, Peter. We're working to fix them. π",
|
| 11 |
+
"timestamp": "2023-09-07T08:10:00Z"
|
| 12 |
+
}
|
| 13 |
+
],
|
| 14 |
+
"reactions": {
|
| 15 |
+
"π": 5,
|
| 16 |
+
"π": 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
}
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"user": "Alice Lewis",
|
| 21 |
+
"text": "Why did our health benefits change again? This is ridiculous! π‘",
|
| 22 |
+
"timestamp": "2023-09-07T09:00:00Z",
|
| 23 |
+
"replies": [
|
| 24 |
+
{
|
| 25 |
+
"user": "HR_Kevin",
|
| 26 |
+
"text": "We understand your frustration, Alice. It was a tough decision. π",
|
| 27 |
+
"timestamp": "2023-09-07T09:10:00Z"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"reactions": {
|
| 31 |
+
"π‘": 7,
|
| 32 |
+
"π": 4
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"user": "Natalie King",
|
| 37 |
+
"text": "Is it normal for the work-life balance to be this terrible? π",
|
| 38 |
+
"timestamp": "2023-09-07T10:00:00Z",
|
| 39 |
+
"replies": [
|
| 40 |
+
{
|
| 41 |
+
"user": "HR_Lisa",
|
| 42 |
+
"text": "We're sorry to hear that you're struggling, Natalie. Let's discuss how to improve. π₯",
|
| 43 |
+
"timestamp": "2023-09-07T10:10:00Z"
|
| 44 |
+
}
|
| 45 |
+
],
|
| 46 |
+
"reactions": {
|
| 47 |
+
"π": 6,
|
| 48 |
+
"π₯": 5
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"user": "Mark Taylor",
|
| 53 |
+
"text": "Who else is tired of these last-minute meetings? π€",
|
| 54 |
+
"timestamp": "2023-09-07T11:00:00Z",
|
| 55 |
+
"replies": [
|
| 56 |
+
{
|
| 57 |
+
"user": "HR_Robert",
|
| 58 |
+
"text": "We hear you, Mark. We'll try to give more notice going forward. π",
|
| 59 |
+
"timestamp": "2023-09-07T11:10:00Z"
|
| 60 |
+
}
|
| 61 |
+
],
|
| 62 |
+
"reactions": {
|
| 63 |
+
"π€": 7,
|
| 64 |
+
"π": 3
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"user": "Laura Johnson",
|
| 69 |
+
"text": "Why is the office always either too hot or too cold? π©",
|
| 70 |
+
"timestamp": "2023-09-07T12:00:00Z",
|
| 71 |
+
"replies": [
|
| 72 |
+
{
|
| 73 |
+
"user": "HR_Susan",
|
| 74 |
+
"text": "Sorry for the discomfort, Laura. We're working on the HVAC issues. π",
|
| 75 |
+
"timestamp": "2023-09-07T12:10:00Z"
|
| 76 |
+
}
|
| 77 |
+
],
|
| 78 |
+
"reactions": {
|
| 79 |
+
"π©": 6,
|
| 80 |
+
"π": 4
|
| 81 |
+
}
|
| 82 |
+
}
|
| 83 |
]
|
| 84 |
+
}
|