diff --git a/StudentFunctions.py b/StudentFunctions.py index c4b494d..8436878 100644 --- a/StudentFunctions.py +++ b/StudentFunctions.py @@ -10,7 +10,8 @@ def createStudent(studentID, studentPWD, enrolledCourses = []): Item = { 'StudentId' : studentID, 'StudentPWD' : studentPWD, - 'EnrolledCourses' : enrolledCourses + 'EnrolledCourses' : enrolledCourses, + 'AuthToken' : None } ) @@ -19,4 +20,4 @@ def createStudent(studentID, studentPWD, enrolledCourses = []): if __name__ == "__main__": - createStudent("awp10101", "myPassword") \ No newline at end of file + createStudent("testUser", "myNewPassword") \ No newline at end of file diff --git a/class_registration_app/ngrok 2 b/class_registration_app/ngrok 2 new file mode 100755 index 0000000..bfb7c9a Binary files /dev/null and b/class_registration_app/ngrok 2 differ diff --git a/class_registration_app/src/components/DashBoard.vue b/class_registration_app/src/components/DashBoard.vue index aab5dc0..b4d7210 100644 --- a/class_registration_app/src/components/DashBoard.vue +++ b/class_registration_app/src/components/DashBoard.vue @@ -14,7 +14,9 @@ + + diff --git a/class_registration_app/src/components/EnrolledCourseList.vue b/class_registration_app/src/components/EnrolledCourseList.vue new file mode 100644 index 0000000..697cc61 --- /dev/null +++ b/class_registration_app/src/components/EnrolledCourseList.vue @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/class_registration_app/src/components/LoginPage.vue b/class_registration_app/src/components/LoginPage.vue index 1ea4c91..f7f3d1f 100644 --- a/class_registration_app/src/components/LoginPage.vue +++ b/class_registration_app/src/components/LoginPage.vue @@ -1,22 +1,58 @@ - - + +