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

Reformatting and implementing building names loading from text files #26

Closed FuzzyAvocado closed 9 years ago

FuzzyAvocado commented 9 years ago

-Reformatted every file so the code is more readable, especially the files with big blobs.

-Moved methods regarding specified things into their own js file for cleaner and improved code management.

-Wrote a method to load building names from a text file called map_data.txt rather than hard coding it.

TODO (for me): -Test load time performance on webpage. So far it seems good but I want to make sure everything is completely optimized.

-Make the actual design of the site sexier...if possible.