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

Feature - Filter program based on term #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature - Filter program based on term #15

wants to merge 4 commits into from

Conversation

maximelets
Copy link

I want to minimize the values returned in the Intended Program List based on which Academic Term the Applicant selects.

Because there's no commit to Salesforce yet, there's no event that creates an application with a populated "intended term" field that a dependent question (Program) can look at and see "Oh, the Applicant wants to see only the Programs for Spring 2020. Go and select only those programs" which would be a small list.

@kyleschmid
Copy link
Collaborator

@maximelets There's already logic to throw an error for an invalid term/program combination when the application is created. The thought behind this was to reduce the number of applicants calling into the admissions office asking why programs weren't showing up on a list, but a number of users have requested the list be filtered immediately. To support both options, this should probably be a setting on the Application Control. Also, it can probably use the existing filtering logic as opposed to writing new logic (see the checkFields() method in the ApplicationCreate class). Are you willing to take this development on? Or should I log this as a new issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants