StevensSEC / stevens-web-extension

A portable, centralized hub for collecting, analyzing, and presenting data for Stevens students.
GNU General Public License v3.0
6 stars 0 forks source link

Display free rooms based on solely the room scheduling website #22

Closed dcarpenter31 closed 4 years ago

dcarpenter31 commented 4 years ago

This would be a first step to resolving #8. This displays the rooms available according to the Stevens scheduling website in the popup. A known limitation of this is that it cannot determine if the room has been booked by something like a club- this does not use any data from Virtual EMS. It could also look prettier in the popup, but there are no features with any CSS yet, so a new issue could be opened for that.

adapap commented 4 years ago

Great implementation of this feature! I agree that this is a very nice starting point -- you managed to scrape the data necessary (we should come to an agreement on what library or libraries to use for HTML scraping in Javascript), as well as implement the display of said data. I believe that as time goes on we will find what works best and standardize our features to use a similar structure, but again, great work!