-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add department names #20
Comments
I didn't see this and opened a #29. It could be considered a duplicate issue.
A bit unclear about this. Will the user uploader have to type in the Due to non-standardization among different schools, it might be just easier to have a separate input form (and maybe include a fuzzy-search upon the already entered departments). |
Just noticed the issue title change. If then #29 won't be a duplicate as it is for the full title of each course. Example: |
Oof well this Issue is misnamed, it is referring to department names while Issue #27 is referring to course names. I have now renamed this Issue correctly. Basically each course should have a course name, but only the first course that is posted for any given department at a school should cause the user to be prompted to name the department. Basically if you were the first poster to post a CS class you would be asked to name it "Computer Science", but each poster of a CS course would be asked to name the specific course (CS 2110 SW dev methods, CS 4102 Algorithms etc) |
Possible Approach: When a new course is uploaded, check if the mnemonic (department) is new. If it is, query for the name of the department. Save a list of departments and their corresponding schools for later use.
names will be stored in a JSONfield dictionary in the schools object.
The text was updated successfully, but these errors were encountered: