AutomaticDoorControl / AutoDoorCtrlWeb

The Website portion of the Automatic Door Control project.
https://rpiadc.com
MIT License
2 stars 1 forks source link

Modified to work with new API #57

Closed bsakai2000 closed 4 years ago

bsakai2000 commented 4 years ago

This PR does a lot of code cleanup and simplification, and gets the web client ready for the new API. It also adds support for the new /logout endpoint and removes the dual-login system of admin and students with a single login service. This has the benefit of shrinking our codebase and removing duplicate code.

bsakai2000 commented 4 years ago

Note that this should be merged simultaneously with https://github.com/AutomaticDoorControl/AutoDoorCtrlWebAPIPHP/pull/20

bsakai2000 commented 4 years ago

Coverage drop ain't great. Look into it? Not sure it's fixable