fix header on InstructorSection; add other user statuses

master
Joshua Herring 3 weeks ago
parent fb61af3308
commit 9eeaa5c960

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

Loading…
Cancel
Save