-
Notifications
You must be signed in to change notification settings - Fork 1
Switching Semesters from Fall to Spring and Vice Versa
Quanquan Liu edited this page May 11, 2013
·
4 revisions
Regular Picker:
- Change in browse.html the header to the correct edition. For example, "Fall 2013 Edition."
- In config.js, change the term field to the correct semester. "SP" is for spring and "FA" is for fall.
- In config.js, change the current_year field to the correct current year. Years start in the fall so the spring semester in 2013 corresponds to "2013" but the fall semester in 2013 corresponds to "2014." (Yes. It is confusing.)
- In config.js, change the "current_term_facet" variable to either "Fall" or "Spring."
NOTE: In all of these changes, please make sure to use the exact wording as stated in the steps. If you don't, the code will not run.
Course Picker Alpha:
- Change in browse.html the header to the correct edition. For example, "Fall 2013 Edition."
- Change in index.html the "choose-term-browse" radio button field to the correct semester. If the current semester is Fall, placed the "checked" field within that button's tag.
- In config.js, change the current_year field to the correct current year. Years start in the fall so the spring semester in 2013 corresponds to "2013" but the fall semester in 2013 corresponds to "2014."
- In config.js, change the "current_term_facet" variable to either "Fall" or "Spring."