-
Notifications
You must be signed in to change notification settings - Fork 7
[Discussion] Connecting matched partners #77
Copy link
Copy link
Open
Labels
[priority] highHigh-priority issuesHigh-priority issues[state] in-discussionThis issue is being considered and we'd welcome your thoughts and ideasThis issue is being considered and we'd welcome your thoughts and ideas[tech] infrastructureResolution is likely to involve infrastructureResolution is likely to involve infrastructure[tech] javascriptResolution is likely to involve JavaScriptResolution is likely to involve JavaScript[tech] meteorjsResolution is likely to require basic understanding of MeteorJSResolution is likely to require basic understanding of MeteorJS[type] featureA new feature or significant change to site functionalityA new feature or significant change to site functionality
Milestone
Metadata
Metadata
Assignees
Labels
[priority] highHigh-priority issuesHigh-priority issues[state] in-discussionThis issue is being considered and we'd welcome your thoughts and ideasThis issue is being considered and we'd welcome your thoughts and ideas[tech] infrastructureResolution is likely to involve infrastructureResolution is likely to involve infrastructure[tech] javascriptResolution is likely to involve JavaScriptResolution is likely to involve JavaScript[tech] meteorjsResolution is likely to require basic understanding of MeteorJSResolution is likely to require basic understanding of MeteorJS[type] featureA new feature or significant change to site functionalityA new feature or significant change to site functionality
Feature Story:
As a matched user, I should be able to connect with my matched partner intuitively.
--
The original idea stated that matches will be emailed by the platform so that their personal email addresses are anonymized. A matched user can then reply to the email and an email chain will be created:
I think there's an in between layer here that handles the emails from the server side, but that seems very murky to me currently.
--
I want to propose that we explore alternative routes as multiway emails are really difficult to manage + outside variables that can potentially send emails from our platform to a user's spam folder, then missing connections.
I think it might be a more doable challenge to build out an in-platform messaging feature as we can control the environments more proactively, and also be able lean in more on Meteor's own reactive system (data on the wire philosophy).
We would still need to use emails as a form of notifications, but at least that way we've cut that down to a one way flow (our only responsibility is to notify users, we don't have to listen for incoming messages).
--
Relative issue for reference: #8