-
Notifications
You must be signed in to change notification settings - Fork 145
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
Comments
i like this thinking it should just be a simple one-sided action - send an email
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 On Fri, Jan 22, 2016 at 3:56 PM, Joseph Orbegoso Pea <
|
Ooh, I might be willing to take a crack at this one if it's still a feature people want |
I still think it's a good feature. More than willing to review and accept On Tue, Oct 25, 2016 at 7:39 PM, Chad H. Naylor notifications@github.com
|
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? |
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 so that the user's object has 2 top level properties - one for jobs and one On Nov 3, 2016 6:30 PM, "Chad H. Naylor" notifications@github.com wrote:
|
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. |
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).The text was updated successfully, but these errors were encountered: