BradleyCai / ucr-schedule-visualizer

Generates an hour by hour view and shows the locations of all the classes from a raw class list from GROWL.
https://waa.ai/ucrsv
MIT License
5 stars 2 forks source link

Store schedule in cookie #79

Closed BradleyCai closed 8 years ago

BradleyCai commented 8 years ago

It would be nice if a user would only have to input their schedule once, and everytime they visit the site from then on they would see their schedule immediately instead of having to re-enter it.

To do this we could store the user's schedule in a cookie and remember it the next time they visit the website.

Implementation should use js-cookie or any other cookie framework to make things easier and faster to implement.

If we do go through with this feature, we need to be sure to update the privacy policy and announce it in our alert box.

emmiegit commented 8 years ago

Fixed in #81, closing issue.