CurricularAnalytics / CurricularAnalytics.jl

CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.
GNU Affero General Public License v3.0
23 stars 19 forks source link

Generate course ID #1

Closed haydenfree closed 6 years ago

haydenfree commented 6 years ago

Create a function generate_id(s::String) that creates a unique ID for the course. This is used when storing requisites.

For now just increment a global variable and assign the course a number starting at 1 for the first course.