Skip to content

Releases: Salesforce-org-Impact-Labs/01HousingandHomelessness

1.0 (Beta 33)

10 Jul 17:11
8a3b87d
Compare
Choose a tag to compare
1.0 (Beta 33) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]
change the initial referral batch job so that it is triggered by a task of "Info to Client" [PR130]
Add a task Id field to Referral_Response__c object and populate it w a reference to the task that caused the question to be sent, when possible [PR132]
expose Scoring.ScoreAll as global [PR134]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing st...

Read more

1.0 (Beta 32)

10 Jul 16:42
dd7f79e
Compare
Choose a tag to compare
1.0 (Beta 32) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]
change the initial referral batch job so that it is triggered by a task of "Info to Client" [PR130]
Add a task Id field to Referral_Response__c object and populate it w a reference to the task that caused the question to be sent, when possible [PR132]
expose Scoring.ScoreAll as global [PR134]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing st...

Read more

1.0 (Beta 31)

10 Jul 15:56
b6c24ad
Compare
Choose a tag to compare
1.0 (Beta 31) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]
change the initial referral batch job so that it is triggered by a task of "Info to Client" [PR130]
Add a task Id field to Referral_Response__c object and populate it w a reference to the task that caused the question to be sent, when possible [PR132]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [[PR88...

Read more

1.0 (Beta 30)

09 Jul 17:58
f14f140
Compare
Choose a tag to compare
1.0 (Beta 30) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]
change the initial referral batch job so that it is triggered by a task of "Info to Client" [PR130]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [[PR88](https://github.com/Sale...

Read more

1.0 (Beta 29)

09 Jul 17:44
5053ff0
Compare
Choose a tag to compare
1.0 (Beta 29) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]
change the initial referral batch job so that it is triggered by a task of "Info to Client" [PR130]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [[PR88](https://github.com/Sale...

Read more

1.0 (Beta 28)

09 Jul 17:21
c72d713
Compare
Choose a tag to compare
1.0 (Beta 28) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]
change the initial referral batch job so that it is triggered by a task of "Info to Client" [PR130]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [[PR88](https://github.com/Sale...

Read more

1.0 (Beta 27)

09 Jul 17:09
02b49a3
Compare
Choose a tag to compare
1.0 (Beta 27) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [PR88]
mapping.yml has new fields for dataseet_extract [[PR92](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessnes...

Read more

1.0 (Beta 26)

09 Jul 14:04
4116f5d
Compare
Choose a tag to compare
1.0 (Beta 26) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [PR88]
mapping.yml has new fields for dataseet_extract [[PR92](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessnes...

Read more

1.0 (Beta 25)

08 Jul 18:59
4fe0e82
Compare
Choose a tag to compare
1.0 (Beta 25) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]
Create the batch class and the test class [PR123]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [PR88]
mapping.yml has new fields for dataseet_extract [[PR92](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessnes...

Read more

1.0 (Beta 24)

08 Jul 15:27
79d4a47
Compare
Choose a tag to compare
1.0 (Beta 24) Pre-release
Pre-release

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic [PR16]
update inner class [PR17]
includes initial flow for sending referrals [PR19]
Add methods to Email Service class [PR25]
Add test class to test the EmailService class [PR25]
bulkification and additional test method [PR28]
Added additional unit tests [PR29]
change format of service rec fields [PR30]
Added helper classes to create emails [PR39]
Added Visualforce email template [PR39]
Added Visualforce component [PR39]
add outer div to show no recommendations [PR42]
refresh recommendations [PR42]
test server call to getRecommendations [PR42]
merge updated get recordId format [PR43]
Fixed an issue found when testing, updated unit test to catch the bug [PR44]
changed syntax on imperative method [PR45]
Update email template to include more dynamic info, where the field is available [PR46]
added child component for service recommendation [PR47]
working server side getRecommendations [PR47]
added code to send the referral followup email/text [PR48]
add new email component and new VF email for followup messages [PR49]
Icons can now be changed based on ProgramType passed to service recommendation [PR50]
changes to recommendations outer layout [PR51]
add js and apex logic to add Feed Item to Service recommendation [PR52]
Added new custom metadata records to hold info for additional carriers [PR53]
remove hard coded recordId from serviceRecommendations. [PR54]
Get the open hours and put them in the email [PR56]
Add an email service for inbound responses to recommendations [PR57]
updated layout for ratings and map expansion [PR58]
added map modal and css static resource for modal width [PR59]
Added several more messages to the conversation flow [PR62]
Included updated layout for expanded map modal including filter view [PR63]
Layout and UI changes including adding star rating and. multiselect picklists for service types [PR64]
changed prevent default on relevance dropdown [PR66]
Updated email templates with referral information and referral owner [PR69]
added download logic [PR72]
Only deploys Scoring CMDT if there are changes (test fix) [PR73]
github action will create a beta release package on every PR merge. [PR77]
apex testing for buildable test coverage (75%+) [PR78]
updated test classes [PR80]
Capture the scores returned by the client. adds unit tests and response email sent after score is saved. [PR82]
creates new Referral_Response__c object [PR85]
adds logic to create/update records when emails are sent and responses are received [PR85]
Change the tracking of emails to be via the referral response rather than by the referral [PR87]
Update the logic in the email handler so that it provides directed guidance messages [PR113]
add email that goes to the case manager when the client asks for help [PR114]
created an apex schedulable batch to sent initial referral messages [PR117]
fixes to the email sender to correctly work in batch [PR121]
LWC updates when client profile is changed by flow [PR122]

Changes

layout changes [PR20]
minor layout changes [PR21]
Updated .gitignore [PR61]
Updated layouts and logic for multiselect picklist events [PR67]
change relavance div layout and add time formatting [PR68]
print referral vfp stub [PR70]
some test coverage and namespace resolution utilities [PR73]
flow for package release (will make a github action next) [PR73]
removes .localdevserver and .history [PR73]
history ignore fix [PR77]
rename packaging action [PR78]
automate org deletion of beta and testing orgs [PR78]
fix post-package deploy check [PR81]
also run ci on branches with / in the [PR83]
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric) [PR86]
housing status fields on client_profile and service [PR88]
scoring for housing status [PR88]
cmdt metrics and weights [PR88]
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters) [PR88]
mapping.yml has new fields for dataseet_extract [PR92]
stabilized print function [PR110]
Pla...

Read more