Continue Documentation

This commit is contained in:
SowinskiBraeden authored and GitHub committed 2022-06-10 14:04:45 -07:00
1 parent 7e85215fcc
commit 255ea25edf
1 file changed
+114 -24
+114 -24
View File
@@ -44,6 +44,15 @@ The School Management API Documentation, defining all functions and their purpos
* [Password](#update-admin-password) - **(Coming Soon)** * [Password](#update-admin-password) - **(Coming Soon)**
* [Email](#update-admin-email) - **(Coming Soon)** * [Email](#update-admin-email) - **(Coming Soon)**
* [Photo](#update-admin-photo) - **(Coming Soon)** * [Photo](#update-admin-photo) - **(Coming Soon)**
* [Managing Contacts](#managing-contacts) - **(Not Documented)**
* [Create Contact](#create-contact) - **(Not Documented)**
* [Update Contact Name](#update-contact-name) - **(Not Documented)**
* [Update Contact Address](#update-contact-address) - **(Not Documented)**
* [Update Contact Home Phone](#update-contact-home-phone) - **(Not Documented)**
* [Update Contact Work Phone](#update-contact-work-phone) - **(Not Documented)**
* [Update Contact Email](#update-contact-email) - **(Not Documented)**
* [Update Contact Priority](#update-contact-priority) - **(Not Documented)**
* [Delete Contact](#delete-contact) - **(Not Documented)**
<br> <br>
@@ -131,7 +140,7 @@ There are several account that can be registered into the system. As you may gue
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/admin/create <API_URL>/api/v1/admin/create
``` ```
**Required:** **Required:**
@@ -163,7 +172,7 @@ There are several account that can be registered into the system. As you may gue
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/register <API_URL>/api/v1/teacher/register
``` ```
**Required:** **Required:**
@@ -194,7 +203,7 @@ There are several account that can be registered into the system. As you may gue
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/enroll <API_URL>/api/v1/student/enroll
``` ```
**Required:** **Required:**
@@ -247,7 +256,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Logging into Admin + ### Logging into Admin
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/admin/login <API_URL>/api/v1/admin/login
``` ```
**Required:** **Required:**
@@ -274,7 +283,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Logging into Teacher + ### Logging into Teacher
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/login <API_URL>/api/v1/teacher/login
``` ```
**Required:** **Required:**
@@ -301,7 +310,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Logging into Student + ### Logging into Student
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/login <API_URL>/api/v1/student/login
``` ```
**Required:** **Required:**
@@ -330,7 +339,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Get Admin Account + ### Get Admin Account
**Method:** `GET` **Method:** `GET`
``` ```
<API_URL>/admin <API_URL>/api/v1/admin
``` ```
**Required:** **Required:**
@@ -352,7 +361,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Get Teacher Account + ### Get Teacher Account
**Method:** `GET` **Method:** `GET`
``` ```
<API_URL>/teacher <API_URL>/api/v1/teacher
``` ```
**Required:** **Required:**
@@ -374,7 +383,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Get Student Account + ### Get Student Account
**Method:** `GET` **Method:** `GET`
``` ```
<API_URL>/student <API_URL>/api/v1/student
``` ```
**Required:** **Required:**
@@ -398,7 +407,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Name + ### Update Student Name
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateName <API_URL>/api/v1/student/updateName
``` ```
**Required:** **Required:**
@@ -428,7 +437,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Grade Level + ### Update Student Grade Level
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateGradeLevel <API_URL>/api/v1/student/updateGradeLevel
``` ```
**Required:** **Required:**
@@ -456,7 +465,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Homeroom + ### Update Student Homeroom
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateHomeroom <API_URL>/api/v1/student/updateHomeroom
``` ```
**Required:** **Required:**
@@ -484,7 +493,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Locker + ### Update Student Locker
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateLocker <API_URL>/api/v1/student/updateLocker
``` ```
**Required:** **Required:**
@@ -512,7 +521,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Year of Graduation + ### Update Student Year of Graduation
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateYOG <API_URL>/api/v1/student/updateYOG
``` ```
**Required:** **Required:**
@@ -540,7 +549,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Password + ### Update Student Password
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updatePassword <API_URL>/api/v1/student/updatePassword
``` ```
**Required:** **Required:**
@@ -570,7 +579,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Email + ### Update Student Email
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateEmail <API_URL>/api/v1/student/updateEmail
``` ```
**Required:** **Required:**
@@ -600,7 +609,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Address + ### Update Student Address
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updateAddress <API_URL>/api/v1/student/updateAddress
``` ```
**Required:** **Required:**
@@ -631,7 +640,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Student Photo + ### Update Student Photo
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/student/updatePhoto <API_URL>/api/v1/student/updatePhoto
``` ```
**Required:** **Required:**
@@ -657,7 +666,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Teacher Name + ### Update Teacher Name
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/updateName <API_URL>/api/v1/teacher/updateName
``` ```
**Required:** **Required:**
@@ -687,7 +696,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Teacher Homeroom + ### Update Teacher Homeroom
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/updateHomeroom <API_URL>/api/v1/teacher/updateHomeroom
``` ```
**Required:** **Required:**
@@ -715,7 +724,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Teacher Password + ### Update Teacher Password
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/updatePassword <API_URL>/api/v1/teacher/updatePassword
``` ```
**Required:** **Required:**
@@ -745,7 +754,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Teacher Email + ### Update Teacher Email
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/updateEmail <API_URL>/api/v1/teacher/updateEmail
``` ```
**Required:** **Required:**
@@ -775,7 +784,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Teacher Address + ### Update Teacher Address
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/updateAddress <API_URL>/api/v1/teacher/updateAddress
``` ```
**Required:** **Required:**
@@ -806,7 +815,7 @@ There are several account that can be registered into the system. As you may gue
+ ### Update Teacher Photo + ### Update Teacher Photo
**Method:** `POST` **Method:** `POST`
``` ```
<API_URL>/teacher/updatePhoto <API_URL>/api/v1/teacher/updatePhoto
``` ```
**Required:** **Required:**
@@ -848,3 +857,84 @@ There are several account that can be registered into the system. As you may gue
**Coming Soon...** **Coming Soon...**
<br></br> <br></br>
## Managing Conacts
**To be Documented...**
+ ### Creating Contact
**To be Documented...**
<br></br>
+ ### Update Contact Name
**To be Documented...**
<br></br>
+ ### Update Contact Address
**To be Documented...**
<br></br>
+ ### Update Contact Home Phone
**To be Documented...**
<br></br>
+ ### Update Contact Work Phone
**To be Documented...**
<br></br>
+ ### Update Contact Email
**To be Documented...**
<br></br>
+ ### Update Contact Priority
**To be Documented...**
<br></br>
+ ### Delete Conotact
**To be Documented...**
<br></br>
## Remove Users
**To be Documented...**
+ ### Remove Admin
**To be Documented...**
<br></br>
+ ### Remove Teacher
**To be Documented...**
<br></br>
+ ### Remove Student
**To be Documented...**
<br></br>
### Admin Commands
Administrators play a very important role in managing a school, they do much work behind the scenes to make sure that everything is correctly organized and working.
+ ### Update Locker Combination
**To be Documented...**
<br></br>
+ ### Enable Student Account
In the case a students acount has been disabled, an admin would require to enable the account.
**To be Documented...**
<br></br>
+ ### Enable Teacher Account
In the case a teachers acount has been disabled, an admin would require to enable the account.
**To be Documented...**
<br></br>