Hayden Free

Results 22 issues of 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

documentation

Should be in gitignore

Current docs don't include all the keyword args, namely learning outcomes.

documentation

Set up documentation up for optimization in the docs/src/optimization.md since this functionality was moved out of the base toolbox

documentation

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...

bug
visualization

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...

visualization

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...

enhancement
visualization

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

simulation

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