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
- "user": "Captain Smith",
5
- "text": "Excited for the upcoming townhall! Lots of progress to discuss. πŸ˜„",
6
- "timestamp": "2023-09-07T08:00:00Z",
7
- "replies": [
8
- {
9
- "user": "Sergeant Davis",
10
- "text": "Couldn't agree more, Captain. This quarter was phenomenal. 🌟",
11
- "timestamp": "2023-09-07T08:10:00Z"
12
- },
13
- {
14
- "user": "Private Johnson",
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": "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 new payroll system? πŸ˜’",
6
  "timestamp": "2023-09-07T08:00:00Z",
7
  "replies": [
8
  {
@@ -18,12 +18,12 @@
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
  ],
 
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 does the coffee machine always break when I need it the most? πŸ˜–β˜•οΈ",
45
  "timestamp": "2023-09-07T10:00:00Z",
46
  "replies": [
47
  {
@@ -73,7 +73,7 @@
73
  },
74
  {
75
  "user": "Laurence Welk",
76
- "text": "Ugh, bureaucracy at its finest. πŸ˜–",
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
- "user": "Peter Smith",
5
- "text": "Is anyone else having issues with the new payroll system? πŸ˜’",
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 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
+ }