Skip to content
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

Improve Course Duplication detection #708

Open
philipmjohnson opened this issue Jul 2, 2021 · 1 comment
Open

Improve Course Duplication detection #708

philipmjohnson opened this issue Jul 2, 2021 · 1 comment
Labels
enhancement MINOR new feature or request

Comments

@philipmjohnson
Copy link
Collaborator

Please do work for this task in a branch called issue-708.

Currently, it's pretty easy to define a course twice. Please update the add course method to check that neither the course name nor course number fields are already defined when creating a new course.

@philipmjohnson philipmjohnson added the enhancement MINOR new feature or request label Jul 2, 2021
@cammoore
Copy link
Contributor

cammoore commented Jul 2, 2021

I suggest we remove the slug and num fields from the form and replace them with department and course number fields. We can then construct the course slug and course num values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement MINOR new feature or request
Projects
None yet
Development

No branches or pull requests

4 participants