|
|
|
|
@ -512,11 +512,11 @@ type Config struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type InstructorsSections struct {
|
|
|
|
|
InstructorID string `json:"instructor_id"`
|
|
|
|
|
InstructorID string `json:"uid"`
|
|
|
|
|
SectionID string `json:"section_id"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var statuses = []string{"JD", "LLM", "MCL", "PHD", "SJD", "MLS", "SPEC", "MNR", "CERT", "Admin", "Instructor"}
|
|
|
|
|
var statuses = []string{"JD", "LLM", "MCL", "PHD", "SJD", "MLS", "SPEC", "EXCH", "MNR", "CERT", "Admin", "Instructor"}
|
|
|
|
|
|
|
|
|
|
func GenerateUserData(config Config) []User {
|
|
|
|
|
// Build a weighted list of statuses
|
|
|
|
|
|