asaf-kali / coursist

Open Source Workshop (67118) course team project
MIT License
6 stars 12 forks source link

BUG: Shnaton parser is insensitive to changes if a course is already in cache #114

Open matanel-oren opened 4 years ago

matanel-oren commented 4 years ago

There is no mechanism that checks if an html file of a course was changed after we toke and store it. I didn't see where we re-download the files that already in cache. It is not necessarily in touch to the parser, probably should be done in a separate script.

asaf-kali commented 4 years ago

You a correct, that is a good point. The cache was originally made for quick development purposes, and not for production. This needs to be addresses.