Skip to content

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

1.2 (Beta 1)

23 Jul 19:51
9bd855c
Compare
Choose a tag to compare
1.2 (Beta 1) Pre-release
Pre-release

Changes

old package url removed from readme [PR158]
using github actions, kickoff a production package release without having to enter the packaging org [PR159]
remove matching rule (can't redeploy) [PR160]

1.1

21 Jul 21:05
Compare
Choose a tag to compare
1.1

Install

https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004m3vr

Critical Changes

move doc that is in Quip into the readme file for messaging

Changes

relabeling of "Service" objects to "Referral service"

1.1 (Beta 1)

21 Jul 20:52
797ff42
Compare
Choose a tag to compare
1.1 (Beta 1) Pre-release
Pre-release

Critical Changes

move doc that is in Quip into the readme file for messaging [PR155]

Changes

relabeling of "Service" objects to "Referral service" [PR156]

Pull requests with no release notes

  • remove dupe rule [PR157]

1.0

16 Jul 18:58
Compare
Choose a tag to compare
1.0

Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004m3Sy

Critical Changes

added layouts for recommendations LWC, wrapper class, and flow launch logic
update inner class
includes initial flow for sending referrals
Add methods to Email Service class
Add test class to test the EmailService class
bulkification and additional test method
Added additional unit tests
change format of service rec fields
Added helper classes to create emails
Added Visualforce email template
Added Visualforce component
add outer div to show no recommendations
refresh recommendations
test server call to getRecommendations
merge updated get recordId format
Fixed an issue found when testing, updated unit test to catch the bug
changed syntax on imperative method
Update email template to include more dynamic info, where the field is available
added child component for service recommendation
working server side getRecommendations
added code to send the referral followup email/text
add new email component and new VF email for followup messages
Icons can now be changed based on ProgramType passed to service recommendation
changes to recommendations outer layout
add js and apex logic to add Feed Item to Service recommendation
Added new custom metadata records to hold info for additional carriers
remove hard coded recordId from serviceRecommendations.
Get the open hours and put them in the email
Add an email service for inbound responses to recommendations
updated layout for ratings and map expansion
added map modal and css static resource for modal width
Added several more messages to the conversation flow
Included updated layout for expanded map modal including filter view
Layout and UI changes including adding star rating and. multiselect picklists for service types
changed prevent default on relevance dropdown
Updated email templates with referral information and referral owner
added download logic
Only deploys Scoring CMDT if there are changes (test fix)
github action will create a beta release package on every PR merge.
apex testing for buildable test coverage (75%+)
updated test classes
Capture the scores returned by the client. adds unit tests and response email sent after score is saved.
creates new Referral_Response__c object
adds logic to create/update records when emails are sent and responses are received
Change the tracking of emails to be via the referral response rather than by the referral
Update the logic in the email handler so that it provides directed guidance messages
add email that goes to the case manager when the client asks for help
created an apex schedulable batch to sent initial referral messages
fixes to the email sender to correctly work in batch
LWC updates when client profile is changed by flow
Create the batch class and the test class
change the initial referral batch job so that it is triggered by a task of "Info to Client"
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
expose Scoring.ScoreAll as global
CI doesn't run on doc changes
added templates to allow us to have two messages for each conversation node, one for email and one for text
added logic to use the correct template based on preferred channel specified in the referral
remove debug statement and create task for context user when org wide email address verification link is received by the email handler

Changes

layout changes
minor layout changes
Updated .gitignore
Updated layouts and logic for multiselect picklist events
change relavance div layout and add time formatting
print referral vfp stub
some test coverage and namespace resolution utilities
flow for package release (will make a github action next)
removes .localdevserver and .history
history ignore fix
rename packaging action
automate org deletion of beta and testing orgs
fix post-package deploy check
also run ci on branches with / in the
Add scoring logic and CMDT for Preferred services and distance (first negative-weight metric)
housing status fields on client_profile and service
scoring for housing status
cmdt metrics and weights
matches as string[] on ServiceRecommendation (simpler than indicators, potentially more useful for @AIrwin33 on filters)
mapping.yml has new fields for dataseet_extract
stabilized print function
Platform event (to be hooked into Client_Profile update flow in future work) causes LWC to refresh its query #91
runs config_dev flow on push to make sure test data is still ok
turns off LWC/UI caching for dev org
doesn't show TodaysHours if it's null
scoring range fix
nice data logging
add employment criteria
updated layouts
added logic to filter by type
updated format and fixed referral flow logic
add ReviewCount to track total number of reviews on recommendations
Add referralCount to ServiceRecommendation for client-side sorting @AIrwin33
Flow uses the Other Address field from Contact on client profile. Modify the flow if you want to use another location field
UI changes and removing filtering
remove deprecated @track (perf)
clean up icon handling markup/js with a imported map file and a getter (perf)
added HiddenAll flag
updated refresh event after hidden is updated
hiddenAll on serviceRecommendation populated
layout changes on menu items
improved setup for beta (package install orgs), including data load
beta orgs have flag to allow CMDT deploys from apex
add app
add flow to contact page
put our version of contact flexipage as the app default
remove the other contact record page
fix on flow for housing status
docs with new folder.
changed service rec wrapper to handle formatting of indicators
updated Flow template for minor formatting
docs
link to Marci's guide

1.0 (Beta 39)

16 Jul 17:48
e69b87d
Compare
Choose a tag to compare
1.0 (Beta 39) 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]
CI doesn't run on doc changes [PR141]
added templates to allow us to have two messages for each conversation node, one for email and one for text [PR143]
added logic to use the correct template based on preferred channel specified in the referral [PR143]
remove debug statement and create task for context user when org wide email address verification link is received by the email handler [PR152]

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]
...

Read more

1.0 (Beta 38)

15 Jul 23:27
76a1064
Compare
Choose a tag to compare
1.0 (Beta 38) 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]
CI doesn't run on doc changes [PR141]
added templates to allow us to have two messages for each conversation node, one for email and one for text [PR143]
added logic to use the correct template based on preferred channel specified in the referral [PR143]

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](https://github.com/Salesforce-org-Impact-Labs/01Hou...

Read more

1.0 (Beta 37)

15 Jul 18:16
c2060a4
Compare
Choose a tag to compare
1.0 (Beta 37) 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]
CI doesn't run on doc changes [PR141]

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 an...

Read more

1.0 (Beta 36)

10 Jul 21:53
dde0cb9
Compare
Choose a tag to compare
1.0 (Beta 36) 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 35)

10 Jul 19:49
101f592
Compare
Choose a tag to compare
1.0 (Beta 35) 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 34)

10 Jul 18:25
1ed6784
Compare
Choose a tag to compare
1.0 (Beta 34) 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