AutomaticDoorControl / AutoDoorCtrlWeb

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

When a some API calls are made we need to reload after a successful call #10

Closed bsakai2000 closed 5 years ago

bsakai2000 commented 5 years ago

When certain API calls are made, they change information currently on the page. In order to update the information on the page, we reload once the API call succeeds in order to properly display the new information

For example, calling addAll() removes all students from the request tab and adds them to the active tab, but those students don't disappear from request until page reloads.