Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/schedule/2025Spring/Week2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import Link from '@docusaurus/Link';
- **Time:** 6:30pm-8:30pm

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


### 🚩 Agenda
Expand Down
88 changes: 72 additions & 16 deletions docs/schedule/2025Spring/Week4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ tag: meeting-notes
- **Date:** Feb 13th, 2025
- **Time:** 6:30pm-8:30pm

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


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


### 📓 Meeting Notes

**📄 Attendance**
- In-Person:
- Virtual:
<br/>
- In-Person: 14
- Virtual: 1

### Presentation Section
### 🗣️ Presentation Section
The problem:
- Integrate Discord with Engage @ UML

Features:
- MVP:
- Sync event data
- With introductory email

Project Architecture:
- Lambda functions
- Pull data
- Update and parse cache data
- Acting as a translation layer
- ECS Cluster to manage and contain, process, and feed data
- Discord application with Front-End


Teams
- Infrastructure Team
- ECS Cluster is configured
- API Team
- Prelim Python Code is done
- Front-End Team
- Front-end dashboard is mostly functional
- On-Boarding process is done
- Define settings to control in the dashboard

![Immersion Project Architecture](https://cdn.discordapp.com/attachments/1041436332402167879/1329181171804012675/image.png?ex=67b04c2e&is=67aefaae&hm=2e1a63ac0ae16e5131fa18783bc548425a7e64eff4fdadc7d1978cfc33ce6233&)

### 🧑‍💻 Hands On Section

Front-End Team progress:
- Introduced current working front-end
- Explained fundamentals of web development with HTML & CSS and some ReactJS/NextJS
- UI explain on Figma, some parts still work in progress

API Team progress:
- Introduced role of the Team
- Familiarized everyone with Git VCS
- Determined the types of objects and their purposes, still work in progress
- Began work on AWS Lambda functions, still work in progress

Infrastructure Team:
- Began deploying the CDK stack for DynamoDB with deletion protection
- Preliminary work on the ECS Cluster, scaling still work in progress

### 🪄 Meeting Resources

#### 🚀 Next meeting(s)
<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"
style={{ width: '693px', height: '476px', frameBorder: 0, borderRadius: '16px'}}>
</iframe>

#### 🚀 Next meeting(s)

We'll continue working on Immersion. Be sure to review some fundamentals for your team:

Front-End:
- HTML, CSS, React, Figma

API:
- Lambda Functions, Git, DynamoDB

Infrastructure:
- ECS Cluster, Project Architecture

We'll see you at the next meeting!
6 changes: 3 additions & 3 deletions docs/schedule/2025Spring/Week5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ tag: meeting-notes
### 📓 Meeting Notes

**📄 Attendance**
- In-Person:
- Virtual:
- In-Person: 10
- Virtual: 1
<br/>

### Presentation Section
### 🗣️ Presentation Section

### 🧑‍💻 Hands On Section

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const config = {
announcementBar: {
id: 'announcement-bar',
content:
'🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 13th! Come join us! 💬🍕🧑‍💻',
'🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 20th! Come join us! 💬🍕🧑‍💻',
backgroundColor: '#48a0ff',
textColor: '#fff',
isCloseable: false
Expand Down
Loading
Loading