diff --git a/README.md b/README.md index 6c7df10c..dd434a66 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,73 @@ -

ClassConnect

+ class-connect logo + + [![Issue Tracking](https://img.shields.io/badge/Issue_Tracking-GitHub_Issues-yellow)](https://github.com/COS301-SE-2024/ClassConnect/issues) + [![Build Status](https://img.shields.io/badge/Build_Status-GitHub_Actions-brightgreen)](https://github.com/COS301-SE-2024/ClassConnect/actions/workflows/linter.yml) + [![codecov](https://codecov.io/github/COS301-SE-2024/ClassConnect/graph/badge.svg?token=W2cOxCJT1g)](https://codecov.io/github/COS301-SE-2024/ClassConnect) + ![Uptime Robot status](https://img.shields.io/uptimerobot/status/m797015486-75c486778a8f87b141372bd7) + +
+
+

📄 Description

-class-connect logo - -[![Issue Tracking](https://img.shields.io/badge/Issue_Tracking-GitHub_Issues-yellow)](https://github.com/COS301-SE-2024/ClassConnect/issues) [![Build Status](https://img.shields.io/badge/Build_Status-GitHub_Actions-brightgreen)](https://github.com/COS301-SE-2024/ClassConnect/actions/workflows/linter.yml) [![codecov](https://codecov.io/github/COS301-SE-2024/ClassConnect/graph/badge.svg?token=W2cOxCJT1g)](https://codecov.io/github/COS301-SE-2024/ClassConnect) ![Uptime Robot status](https://img.shields.io/uptimerobot/status/m797015486-75c486778a8f87b141372bd7) +ClassConnect is an innovative educational platform that blends the traditional learning hub with a 3D learning environment. Its primary objective is to leverage cutting-edge and emerging 3D technologies to enrich learning experiences. This is achieved by enabling students to interact with 3D models that correspond to their study material. This interactive approach not only fosters a deeper understanding of the subject matter but also ensures that the learning experience is memorable. In essence, ClassConnect is revolutionising education by making learning more immersive and engaging. - +

📁 Documentation

+
+ + Services Requirement Specification (SRS) + -## 📄 Description + - [SRS Document V1](https://drive.google.com/file/d/1_EG2l7GWTb_-C0pbum3-EAEQ1Ve1242p/view?usp=sharing) + - [SRS Document V2]() +
-ClassConnect is an innovative educational platform that blends the traditional learning -hub with a 3D learning environment. Its primary objective is to leverage cutting-edge -and emerging 3D technologies to enrich learning experiences. This is achieved by -enabling students to interact with 3D models that correspond to their study material. -This interactive approach not only fosters a deeper understanding of the subject matter -but also ensures that the learning experience is memorable. In essence, ClassConnect -is revolutionising education by making learning more immersive and engaging. +
+ + Additional Documentation + -## 📁 Documentation + - [Coding Standards]() + - [Testing Policy]() + - [Architecture Document]() + - [Contributions]() +
-- [SRS Document](https://drive.google.com/file/d/1_EG2l7GWTb_-C0pbum3-EAEQ1Ve1242p/view?usp=sharing) +

🎬 Demo Videos

-## 🎬 Demo Video +
+ + Demo Videos + -- [Demo 1 Video](https://drive.google.com/file/d/1AJAgftIAKCBaGVa4KQGHvoX01R3dvBUb/view?usp=sharing) + - [Demo 1 Video](https://drive.google.com/file/d/1AJAgftIAKCBaGVa4KQGHvoX01R3dvBUb/view?usp=sharing) + - [Demo 2 Video](https://drive.google.com/file/d/1ghBQ9XuCCzSb2AlCx-fG7FqwTJvoJDyO/view?usp=sharing) +
-## 🔧 Technologies -

+

🔧 Technologies

+

-## 📋 Project Management +

📋 Project Management

[Project Board](https://github.com/orgs/COS301-SE-2024/projects/80) -## 👥 Team Members +

👥 Team Members

| Name | Profile Picture | Role | Socials | | -------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **Joshua Wereley** | Joshua's Profile Picture | Project Manager | GitHub LinkedIn | -| **Ashley Kapaso** | Ashley's Profile Picture | Architect | GitHub LinkedIn | -| **Eugene Mpande** | Eugene's Profile Picture | DevOps Engineer | GitHub LinkedIn | -| **Lunga Ndlovu** | Lunga's Profile Picture | Frontend Engineer | GitHub LinkedIn | -| **Ayanda Juqu** | Ayanda's Profile Picture | Backend Engineer | GitHub LinkedIn | +| **Joshua Wereley** | Joshua's Profile Picture | Project Manager | GitHub LinkedIn | +| **Ashley Kapaso** | Ashley's Profile Picture | Architect | GitHub LinkedIn | +| **Eugene Mpande** | Eugene's Profile Picture | DevOps Engineer | GitHub LinkedIn | +| **Lunga Ndlovu** | Lunga's Profile Picture | Frontend Engineer | GitHub LinkedIn | +| **Ayanda Juqu** | Ayanda's Profile Picture | Backend Engineer | GitHub LinkedIn | -## ✉️ Contact +

✉️ Contact

### phantomworks.capstone@gmail.com diff --git a/src/server/workspace/package-lock.json b/src/server/workspace/package-lock.json index a4c987eb..29eea6b3 100644 --- a/src/server/workspace/package-lock.json +++ b/src/server/workspace/package-lock.json @@ -19,7 +19,7 @@ "bcrypt": "^5.1.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", - "mongoose": "^8.4.0", + "mongoose": "^8.4.1", "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", @@ -7038,9 +7038,10 @@ } }, "node_modules/mongoose": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.4.0.tgz", - "integrity": "sha512-fgqRMwVEP1qgRYfh+tUe2YBBFnPO35FIg2lfFH+w9IhRGg1/ataWGIqvf/MjwM29cZ60D5vSnqtN2b8Qp0sOZA==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.4.1.tgz", + "integrity": "sha512-odQ2WEWGL3hb0Qex+QMN4eH6D34WdMEw7F1If2MGABApSDmG9cMmqv/G1H6WsXmuaH9mkuuadW/WbLE5+tHJwA==", + "license": "MIT", "dependencies": { "bson": "^6.7.0", "kareem": "2.6.3", diff --git a/src/server/workspace/package.json b/src/server/workspace/package.json index 052ef34a..59df21c3 100644 --- a/src/server/workspace/package.json +++ b/src/server/workspace/package.json @@ -30,7 +30,7 @@ "bcrypt": "^5.1.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", - "mongoose": "^8.4.0", + "mongoose": "^8.4.1", "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0",