sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Implement PageScraperController.java #50

Closed LKASTI closed 5 months ago

LKASTI commented 5 months ago

The controller contains one POST method checkForEvents(), could be renamed to better describe purpose, which...

  1. checks if the page has been updated using didPageUpdate() before carrying out other operations.
  2. Then if the page was updated, a list of new events is stored from the getNewEvents() method.
  3. Every new event in list is iterated through to store their location, appointment, and event data in the database

note(s):