Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Interested button, with optional message. #83

Open
trusktr opened this issue Jan 22, 2016 · 6 comments
Open

[feature request] Interested button, with optional message. #83

trusktr opened this issue Jan 22, 2016 · 6 comments

Comments

@trusktr
Copy link
Contributor

trusktr commented Jan 22, 2016

Similar to angel.co, maybe you can put a button on Job listing that says "Interested" that will notify the job poster. An optional message could be included by the person clicking on "interested" which will be given to the job poster in the notification.

The same could apply in the other direction for developer listings.

Additionally, notifications can also be sent via email.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30127085-feature-request-interested-button-with-optional-message?utm_campaign=plugin&utm_content=tracker%2F515572&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F515572&utm_medium=issues&utm_source=github).
@nate-strauser
Copy link
Owner

i like this

thinking it should just be a simple one-sided action - send an email
message to the target user with the sending users message and contact info

  • target user can contact sender if desired

any user with a developer profile can be 'interested' in a job

any user can be 'interested' in a developer profile - thinking they don't
need to have an active job post in case they just want to target one or
more profiles rather than publicly posting

On Fri, Jan 22, 2016 at 3:56 PM, Joseph Orbegoso Pea <
notifications@github.com> wrote:

Similar to angel.co, maybe you can put a button on Job listing that says
"Interested" that will notify the job poster. An optional message could be
included by the person clicking on "interested" which will be given to the
job poster in the notification.

The same could apply in the other direction for developer listings.


Reply to this email directly or view it on GitHub
#83.

@chadnaylor
Copy link

Ooh, I might be willing to take a crack at this one if it's still a feature people want

@nate-strauser
Copy link
Owner

I still think it's a good feature. More than willing to review and accept
a PR for it.

On Tue, Oct 25, 2016 at 7:39 PM, Chad H. Naylor notifications@github.com
wrote:

Ooh, I might be willing to take a crack at this one if it's still a
feature people want


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#83 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAXyDrquzgWMA7kHJfOeLdWmhFfjZvlkks5q3pMZgaJpZM4HKr1u
.

@chadnaylor
Copy link

Started digging into it a bit. Do you think 'interests' should be represented/tracked on the db side at all, or just kick off an email to the relevant parties?

@nate-strauser
Copy link
Owner

I think it should be tracked on the user's who is interested - eg add

interestedInJobIds:{

type:[String],

optional:true

}

and

interestedInProfileIds:{

type:[String],

optional:true

}

here
https://github.com/nate-strauser/wework/blob/master/both/collections/users.js#L51

so that the user's object has 2 top level properties - one for jobs and one
for profiles

On Nov 3, 2016 6:30 PM, "Chad H. Naylor" notifications@github.com wrote:

Started digging into it a bit. Do you think 'interests' should be
represented/tracked on the db side at all, or just kick off an email to the
relevant parties?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#83 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAXyDg-qQphd0u3ySwRLzooqbr5dXCR7ks5q6mCVgaJpZM4HKr1u
.

@chadnaylor
Copy link

chadnaylor commented Nov 20, 2016

I like that. Will try to take a crack at it after thanksgiving

EDIT: Actually, ended up staying up and knocking it out for jobs tonight. Pull req'd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants