CSAllenISD / 2023-ISP-AutomatedAttendance

3 stars 1 forks source link

Update the NewClass.html page to update the database rather than using local storage and make the classes.html page use the infomation from the database #84

Open AkshayVemulapalli opened 1 year ago

AkshayVemulapalli commented 1 year ago

Currently, the NewClass.html adds a new class to the classes page, but only on the local machine, so the changes are not permanent or universal. The New Class page should be updated to update the actual database so that it makes a permanent change that can be seen by anyone. The Classes.html page should also use the information from the database after it is changed by the NewClass.html to update the classes shown.

This needs to be completed quickly because updating the database makes the updated information universal to all pages on the website so that the updates made can actually be used by other parts of the project.