-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement a job listing command #2
Comments
Where will the source of those postings be? |
This is a tough one. There are already a ton of things that do this already, but not for our use case (veterans helping veterans via internal recommendations) We could pull from various Slack sources, x-post to our LinkedIn community via API... definitely need to bake this a little longer. |
One way we could possibly approach this. Rather than scrape any job board (since there are already TONS of products that do this); let's create our own? So we create a question asking command available that takes a succession of inputs from the user and populates an airtable.
This would be exclusively for veteran to veteran (or opcode member) referrals. To add to it, we could have a second command that lists those jobs that are available. From there we could build in commands to remove postings at some point, mark listings as filled, and start to also build out metrics that show how many successful referrals have come out of opcode. |
Hmm. Key fields; "Job Title" / "Location" / "Link" / "Referring Member" should do the trick. That can go to Airtable. |
Having trouble getting the slashbot to pop up in our users directory for some reason. Are there any pending bot integration requests for slashbot on slack? |
As a member I should be able to type
/oc jobs
and see active job postings.The text was updated successfully, but these errors were encountered: