Skip to content

Commit 03a9281

Browse files
authored
Chore/meeting notes (#179)
* chore: Add Week 4 Meeting notes * chore: Updated Docusaurus
1 parent f3fa1be commit 03a9281

6 files changed

Lines changed: 626 additions & 790 deletions

File tree

docs/schedule/2025Spring/Week2.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import Link from '@docusaurus/Link';
1616
- **Time:** 6:30pm-8:30pm
1717

1818
### 🎥 Meeting Recording
19-
{/* <div class="iframe-container">
19+
<div class="iframe-container">
2020
<iframe
21-
src=""
21+
src="https://www.youtube.com/embed/KBF2w_FeFxs?si=NAO1xtjIbb6NVTRE"
2222
title="Spring 2025 Kickoff Meeting"
2323
frameborder="0"
2424
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
@@ -30,7 +30,7 @@ import Link from '@docusaurus/Link';
3030
}}
3131
>
3232
</iframe>
33-
</div> */}
33+
</div>
3434

3535

3636
### 🚩 Agenda

docs/schedule/2025Spring/Week4.mdx

Lines changed: 72 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ tag: meeting-notes
1313
- **Date:** Feb 13th, 2025
1414
- **Time:** 6:30pm-8:30pm
1515

16-
### 🎥 Meeting Recording:
17-
{/* <div class="iframe-container">
16+
### 🎥 Meeting Recording
17+
<div class="iframe-container">
1818
<iframe
19-
src=""
20-
title=""
19+
src="https://www.youtube.com/embed/uQm-kL_4kUo?si=9ywOOou60HSN6nmS"
20+
title="Spring 2025 Week 4 Meeting"
2121
frameborder="0"
2222
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
2323
referrerpolicy="strict-origin-when-cross-origin"
@@ -28,29 +28,85 @@ tag: meeting-notes
2828
}}
2929
>
3030
</iframe>
31-
</div> */}
31+
</div>
3232

3333

3434
### 🚩 Agenda
35-
1. Have fun with some Pizza and general conversation
36-
2. Introduction to the Immersion Project
37-
1. Discuss project impact
38-
2. Discuss details of Project infrastructure
39-
3. Form project teams with discussion of responsibilities for each time
40-
4. On-board onto Coder/Immersion team
35+
1. Break for Pizza at the beginning
36+
2. Introducing Immersion
37+
3. Break into Teams and work
4138

4239

4340
### 📓 Meeting Notes
4441

4542
**📄 Attendance**
46-
- In-Person:
47-
- Virtual:
48-
<br/>
43+
- In-Person: 14
44+
- Virtual: 1
4945

50-
### Presentation Section
46+
### 🗣️ Presentation Section
47+
The problem:
48+
- Integrate Discord with Engage @ UML
49+
50+
Features:
51+
- MVP:
52+
- Sync event data
53+
- With introductory email
54+
55+
Project Architecture:
56+
- Lambda functions
57+
- Pull data
58+
- Update and parse cache data
59+
- Acting as a translation layer
60+
- ECS Cluster to manage and contain, process, and feed data
61+
- Discord application with Front-End
62+
63+
64+
Teams
65+
- Infrastructure Team
66+
- ECS Cluster is configured
67+
- API Team
68+
- Prelim Python Code is done
69+
- Front-End Team
70+
- Front-end dashboard is mostly functional
71+
- On-Boarding process is done
72+
- Define settings to control in the dashboard
73+
74+
![Immersion Project Architecture](https://cdn.discordapp.com/attachments/1041436332402167879/1329181171804012675/image.png?ex=67b04c2e&is=67aefaae&hm=2e1a63ac0ae16e5131fa18783bc548425a7e64eff4fdadc7d1978cfc33ce6233&)
5175

5276
### 🧑‍💻 Hands On Section
5377

78+
Front-End Team progress:
79+
- Introduced current working front-end
80+
- Explained fundamentals of web development with HTML & CSS and some ReactJS/NextJS
81+
- UI explain on Figma, some parts still work in progress
82+
83+
API Team progress:
84+
- Introduced role of the Team
85+
- Familiarized everyone with Git VCS
86+
- Determined the types of objects and their purposes, still work in progress
87+
- Began work on AWS Lambda functions, still work in progress
88+
89+
Infrastructure Team:
90+
- Began deploying the CDK stack for DynamoDB with deletion protection
91+
- Preliminary work on the ECS Cluster, scaling still work in progress
92+
5493
### 🪄 Meeting Resources
5594

56-
#### 🚀 Next meeting(s)
95+
<iframe src="https://studentuml.sharepoint.com/sites/UMLCloudComputingClub/_layouts/15/Doc.aspx?sourcedoc={148a3fb0-501d-4a67-92c4-223abe2bf571}&amp;action=embedview&amp;wdAr=1.7777777777777777"
96+
style={{ width: '693px', height: '476px', frameBorder: 0, borderRadius: '16px'}}>
97+
</iframe>
98+
99+
#### 🚀 Next meeting(s)
100+
101+
We'll continue working on Immersion. Be sure to review some fundamentals for your team:
102+
103+
Front-End:
104+
- HTML, CSS, React, Figma
105+
106+
API:
107+
- Lambda Functions, Git, DynamoDB
108+
109+
Infrastructure:
110+
- ECS Cluster, Project Architecture
111+
112+
We'll see you at the next meeting!

docs/schedule/2025Spring/Week5.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ tag: meeting-notes
4040
### 📓 Meeting Notes
4141

4242
**📄 Attendance**
43-
- In-Person:
44-
- Virtual:
43+
- In-Person: 10
44+
- Virtual: 1
4545
<br/>
4646

47-
### Presentation Section
47+
### 🗣️ Presentation Section
4848

4949
### 🧑‍💻 Hands On Section
5050

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const config = {
121121
announcementBar: {
122122
id: 'announcement-bar',
123123
content:
124-
'🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 13th! Come join us! 💬🍕🧑‍💻',
124+
'🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 20th! Come join us! 💬🍕🧑‍💻',
125125
backgroundColor: '#48a0ff',
126126
textColor: '#fff',
127127
isCloseable: false

0 commit comments

Comments
 (0)