Add Copenhagen location support - #1033
Conversation
katamatata
left a comment
There was a problem hiding this comment.
Thank you for working on this, @helloanil. It looks good to me 👍
I left a couple of comments (mostly for myself).
There are quite a few changes in the email sending. Have you tested emails for different locations to see that they work as expected? Have you tested the end-to-end journey (from registration to the match) for the Copenhagen users?
I would need to add the Copenhagen-related field in Salesforce production. Can you please let me know which object/s you updated it for?
| HAMBURG: GERMANY_CONNECT_LOCATION_DETAILS, | ||
| MALMO: { | ||
| senderName: 'ReDI Malmö Team', | ||
| senderEmail: 'career@redi-school.org', |
There was a problem hiding this comment.
Oh wow, all this time the sender for Malmo was career@redi-school.org. I'll mark it down as TBC in the future.
| contactEmail: 'career@redi-school.org', | ||
| websiteUrl: 'https://www.redi-school.org/', | ||
| mentorOnboardingCalendarUrl: 'https://calendar.app.google/9rdEH1MKqz3VqGoj6', | ||
| menteeSupportCalendarUrl: 'https://calendar.app.google/Q4sYTuqioz6t6ZXHA', |
There was a problem hiding this comment.
Something had been changed here. I will talk to Paulina & mark it down as TBC in the future.
| websiteUrl: 'https://www.redi-school.org/redi-school-malmo', | ||
| mentorOnboardingCalendarUrl: | ||
| 'https://calendar.app.google/u7EEPxtDVqif32Gz7', | ||
| menteeSupportCalendarUrl: 'https://calendar.app.google/u7EEPxtDVqif32Gz7', |
There was a problem hiding this comment.
These two links do not work O_o
I'll check with the Malmo team.
|
Hi @katamatata, here's the thing that needs to be added and how: Salesforce -> Setup -> Object Manager -> ReDI Connect Profile -> Fields & Relationships -> ReDI Location -> View ReDI Location (CON/TP) Value Set
Here a new one needs to be created as Copenhagen or COPENHAGEN (doesn't matter which because we will correct one of them in the next step anyway)
Then correct the API Name to COPENHAGEN (or the label to Copenhagen)
One more thing, we need to enable these values for Mentors and Mentees Object Manager -> ReDI Connect Profile -> Record Types Both for Mentors and Mentees, Copenhagen needs to be moved from left box to the right:
These steps should be sufficient to make this work! Let me know if extra help is needed. |






Summary
connectdk@redi-school.orgWhy
ReDI Denmark needs Copenhagen users to register in ReDI Connect and Talent Pool while keeping mentor discovery isolated to Copenhagen, matching the existing Malmö behavior.
Impact
connectdk@redi-school.orgValidation
nestjs-apiandredi-connectAll the best,/ReDI Copenhagen Teamsignaturegit diff --checkpassRollout Notes
COPENHAGENis present in the relevant restricted SalesforceReDI_Location__cpicklists before releaseconnectdk@redi-school.org