@@ -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}& action=embedview& 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!
0 commit comments