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

CON-3477 Provider can choose to receive email when an employer rejects their vacancy #967

Conversation

Howesy77
Copy link
Contributor

No description provided.

@Howesy77 Howesy77 changed the base branch from master to CON-1432-Employers-&-Providers-Collaborate-Feature May 21, 2021 08:16
Paul Howes added 3 commits May 21, 2021 09:36
…o CON-3477-Provider-can-choose-to-receive-email-when-an-employer-rejects-their-vacancy
@Howesy77 Howesy77 marked this pull request as ready for review May 24, 2021 13:51
@@ -95,6 +96,7 @@ private ManageNotificationsViewModel GetViewModelFromDomainModel(UserNotificatio
IsVacancyRejectedSelected = (preferences.NotificationTypes & NotificationTypes.VacancyRejected) == NotificationTypes.VacancyRejected,
IsVacancyClosingSoonSelected = (preferences.NotificationTypes & NotificationTypes.VacancyClosingSoon) == NotificationTypes.VacancyClosingSoon,
IsApplicationSubmittedSelected = (preferences.NotificationTypes & NotificationTypes.ApplicationSubmitted) == NotificationTypes.ApplicationSubmitted,
IsVacancyRejectedByEmployerSelected = (preferences.NotificationTypes & NotificationTypes.VacancyRejectedByEmployer) == NotificationTypes.VacancyRejectedByEmployer,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason not to use HasFlag() here?

Copy link
Contributor

@cofaulco cofaulco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 comment

Paul Howes and others added 12 commits May 26, 2021 11:52
…o CON-3477-Provider-can-choose-to-receive-email-when-an-employer-rejects-their-vacancy
…o CON-3477-Provider-can-choose-to-receive-email-when-an-employer-rejects-their-vacancy
…ows users with Individual and organisation preferences set
…this allows users with Individual and organisation preferences set"

This reverts commit d90f44d.
…o CON-3477-Provider-can-choose-to-receive-email-when-an-employer-rejects-their-vacancy
…vidual-email-scope

CON-3617 Vacancy rejected individual email scope
@Howesy77 Howesy77 merged commit c56f48d into CON-1432-Employers-&-Providers-Collaborate-Feature Jun 15, 2021
@Howesy77 Howesy77 deleted the CON-3477-Provider-can-choose-to-receive-email-when-an-employer-rejects-their-vacancy branch June 15, 2021 09:27
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.

3 participants