From 12e8ba812c53a42f819d0843195b58d437acdb94 Mon Sep 17 00:00:00 2001
From: Justin San <102561570@student.swin.edu.au>
Date: Sat, 2 Jul 2022 00:11:15 +1000
Subject: [PATCH 1/2] Update README.md
---
README.md | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
index c7bc20f..48778e4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# C-SMS [MAIN BRANCH]
+# C-SMS
Team Members | Roles |
-------------|--------|
[Indra H](https://github.com/PolarK) | ```PROJECT MANAGER``` ```FRONT-END DEV``` |
@@ -10,12 +10,6 @@ Team Members | Roles |
-### About This Branch
-
-Release Branch, no commits should be present until the software are finilised and completed at the end of sprint.
-
-
-
### About This Project
The motivation behind the project is to bring researchers from all around the world together to share their ideas and findings through an online platform. The organisation funding this project, NSCLab, is a research organisation which strives to become one of the world’s research labs. NSCLab is funded by several research-focused entities including the Australian Research Council (ARC) and Deakin University.
From 74d92eb3553b68e4c938c33ec72df36c08703ae2 Mon Sep 17 00:00:00 2001
From: Justin San
Date: Sat, 2 Jul 2022 00:12:10 +1000
Subject: [PATCH 2/2] structural Changes
---
api/controller/baseController.php | 0
api/controller/userController.php | 0
api/inc/config.php | 0
api/inc/dbConfig.php | 0
api/index.php | 0
api/model/dbModel.php | 0
api/model/userModel.php | 0
data/myData.json | 0
data/myData.txt | 0
data/myData.xml | 0
10 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 api/controller/baseController.php
delete mode 100644 api/controller/userController.php
delete mode 100644 api/inc/config.php
delete mode 100644 api/inc/dbConfig.php
delete mode 100644 api/index.php
delete mode 100644 api/model/dbModel.php
delete mode 100644 api/model/userModel.php
delete mode 100644 data/myData.json
delete mode 100644 data/myData.txt
delete mode 100644 data/myData.xml
diff --git a/api/controller/baseController.php b/api/controller/baseController.php
deleted file mode 100644
index e69de29..0000000
diff --git a/api/controller/userController.php b/api/controller/userController.php
deleted file mode 100644
index e69de29..0000000
diff --git a/api/inc/config.php b/api/inc/config.php
deleted file mode 100644
index e69de29..0000000
diff --git a/api/inc/dbConfig.php b/api/inc/dbConfig.php
deleted file mode 100644
index e69de29..0000000
diff --git a/api/index.php b/api/index.php
deleted file mode 100644
index e69de29..0000000
diff --git a/api/model/dbModel.php b/api/model/dbModel.php
deleted file mode 100644
index e69de29..0000000
diff --git a/api/model/userModel.php b/api/model/userModel.php
deleted file mode 100644
index e69de29..0000000
diff --git a/data/myData.json b/data/myData.json
deleted file mode 100644
index e69de29..0000000
diff --git a/data/myData.txt b/data/myData.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/data/myData.xml b/data/myData.xml
deleted file mode 100644
index e69de29..0000000