uibarra / PartnerUp

0 stars 0 forks source link

Should we just get all the class lists for a quarter and save it in the database? #8

Open uibarra opened 7 years ago

uibarra commented 7 years ago

That way we dont need to make a request each time we want to view the class list.

I was thinking more like if the class list doesn't exist in the database for that quarter, get it, save it to the database and whenever a user wants to see the classlist it makes a request to our database rather than websoc (also we wouldn't have to parse the webpage everytime we make the request since we have organized it in an easy to read manner the first time)

If the class list already exists in the database (for that quarter), dont need to make the request to websoc