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

Support for school-defined class synonyms #150

Open
willbarkoff opened this issue Sep 1, 2020 · 3 comments
Open

Support for school-defined class synonyms #150

willbarkoff opened this issue Sep 1, 2020 · 3 comments
Labels
enhancement Feature requests and other enhancements needs api server Needs API server changes

Comments

@willbarkoff
Copy link
Member

At Cornell, we have FWS, which is an English class that all freshmen must take, but FWS could be a number of other things that aren't English classes. As a temporary measure, I added FWS in commit 4dffd8c, but we should have support for server defined class synonyms for quick add that can be used for different schools, similar to tags.

@thatoddmailbox
Copy link
Member

Is this same thing as #118/#126?

@willbarkoff
Copy link
Member Author

I'd say it's similar to #118 but more specifically about providing the class synonyms server side. Right now, the client defines an array of class synonyms:

var classSynonyms = [

I think it would be helpful to allow the server to be able to provide these synonyms/abbreviations so that a school could provide synonyms. Possibly it should be merged with #118?

@thatoddmailbox
Copy link
Member

Ah OK, that makes sense.

@thatoddmailbox thatoddmailbox changed the title Support for server-defined class synonyms Support for school-defined class synonyms Sep 1, 2020
@willbarkoff willbarkoff added enhancement Feature requests and other enhancements needs api server Needs API server changes labels Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and other enhancements needs api server Needs API server changes
Projects
None yet
Development

No branches or pull requests

2 participants