stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

Add new detail to sequence json data #32

Closed Davidster closed 7 years ago

Davidster commented 7 years ago

Explanation

The sequences presented on Concordia's website sometimes include entries where the student is allowed to choose any courses from a given list (course a or course b or course c etc.). The sequence json spec needs to be enhanced to support this and in the future the front-end app will also need to account for this case with a UI element.

Example

The following screenshot was taken from following website: https://www.concordia.ca/encs/computer-science-software-engineering/students/course-sequences/sept-soen-real-time.html

image

Here is how our site currently reacts to this:

image

Davidster commented 7 years ago

working on this issue on branch improveSequenceJsonSpec

PeterGhimself commented 7 years ago

Is that the correct syntax for linking your branch? Stu did it like for his development starting on branch [feature_mutiple-dev-environments-29](/stumash/CoursePlanner/tree/feature_multiple-dev-environments-29)

minus the triple back ticks

Davidster commented 7 years ago

updated