stumash / CoursePlanner

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

Add program info panel #73

Closed PeterGhimself closed 6 years ago

PeterGhimself commented 7 years ago

Should contain the formal title of the program, total min credits, and the URL that was used to scrape the data for that program.

Davidster commented 7 years ago

Let's place it on top of the semester table/list and format it as the program title with (# Credits) at the end and have be a hyperlink to the URL. I'll make the necessary changes to the recommendedSequence.json spec to include a new property: ~formalTitle~ prettyName

Davidster commented 7 years ago

Development done on branch addSequenceFormalTitle-73

Davidster commented 6 years ago

In the end, I removed the prettyName property from the sequence data and replaced it with sequenceInfo instead. See ab4f3f4 for more details.