Skip to content
asalexanderlee edited this page May 24, 2016 · 7 revisions

All of the current problems with this code are listed below. Once you choose an issue to fix, initial next to it to indicate that you are working on it, then create a new branch. Once you feel that you have fixed the code, ask another member to review it and merge it onto the main branch.

Current issues:

  • figure out the equivalent of innerHTML in Raphael and fix the getCRN() function AA

  • move the CRN search box to the right side of the page

  • Add a browse section that resembles this layout:

      Browse:
      By Distribution Requirement:
          Follow this link: (link to Katy's course finder)
      By Department:
          Dropdown with Depts (once you click on a department, object pops up with a table of available courses)
    
  • only highlight when there is course information (and display more information about the course?)

  • fix the remove function (there is skeleton code already)

  • if user tries to add overlapping course, ask whether to delete or keep conflicting course

  • grab some courses from the CSV (on Katy's course finder github) and add them for testing purposes

OPTIONAL:

  1. keep a cache where users can save courses without adding them to the schedule?
  2. have a different color for each course added?

Clone this wiki locally