Skip to content

Switching Semesters from Fall to Spring and Vice Versa

Quanquan Liu edited this page May 11, 2013 · 4 revisions

Regular Picker:

  1. Change in browse.html the header to the correct edition. For example, "Fall 2013 Edition."
  2. In config.js, change the term field to the correct semester. "SP" is for spring and "FA" is for fall.
  3. 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.)
  4. 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:
  5. Change in browse.html the header to the correct edition. For example, "Fall 2013 Edition."
  6. 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.
  7. 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."
  8. In config.js, change the "current_term_facet" variable to either "Fall" or "Spring."
Clone this wiki locally