Hayden Free
Hayden Free
Docs are currently linked via the [GitHub Pages](https://curricularanalytics.github.io/CurricularAnalytics.jl/latest/index.html) hyperlink but we should create a docs badge
Should be in gitignore
Current docs don't include all the keyword args, namely learning outcomes.
Set up documentation up for optimization in the docs/src/optimization.md since this functionality was moved out of the base toolbox
The visualizations do not show up in the NBViewer version of the notebooks. A WebIO not detected error is given. One solution might be to render the visualization as an...
Allow for the display of course-level custom data. This could be done by one of the following: Allow course names to break to a new line to display the data...
A suggestion from Rick Miranda, Provost CSU. For example, all core courses as one color. This might be a datatype on the course or at the graph level on a...
https://github.com/CurricularAnalytics/CurricularAnalytics.jl/blob/a46afde1bfad3c5cf57c945a963fe012ca4b52c6/src/Simulation/PassRate.jl#L53 Passing grades are currently hardcoded as a string value, but users should be able to pass these in. Additionally, we should leverage the Grade type defined in DegreeRequirements https://github.com/CurricularAnalytics/CurricularAnalytics.jl/blob/a46afde1bfad3c5cf57c945a963fe012ca4b52c6/src/DataTypes/DegreeRequirements.jl#L5-L48
The CSV file format currently does not support learning outcomes. Users should be able to include the learning outcomes of a course and of a curriculum. Users should be able...
Does the StudentRecord structure need a dictionary to store attributes like ethnicity, race, gender, etc