Skip to content

[Discussion] Connecting matched partners #77

@angelocordon

Description

@angelocordon

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:

platform emails both matches,
match 1 replies back on the thread ---> gets sent to the platform ---> gets sent to match 2,
and then vice versa. 

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    [priority] highHigh-priority issues[state] in-discussionThis issue is being considered and we'd welcome your thoughts and ideas[tech] infrastructureResolution is likely to involve infrastructure[tech] javascriptResolution is likely to involve JavaScript[tech] meteorjsResolution is likely to require basic understanding of MeteorJS[type] featureA new feature or significant change to site functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions