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

Adding Jobs Capability #13

Open
GFLEMING133 opened this issue Oct 7, 2019 · 1 comment
Open

Adding Jobs Capability #13

GFLEMING133 opened this issue Oct 7, 2019 · 1 comment

Comments

@GFLEMING133
Copy link
Member

GFLEMING133 commented Oct 7, 2019

Similar to the Slack plugin, a few eBoard members were talking about whether or not a plugin similar to the Historian plugin would be a good idea. The general consensus was yes, so this issue is an in-progress issue about introducing a job postings namespace to the service and adding the functionality for a pugin to put stuff there.

--- update ---

A new table in a new workspace in Airtable will be set up to hold jobs.
Structure:
| JobName | Company | Description | Application Due Date | ApplicationLink

An endpoint should be created to return a simple list in JSON of jobs with these fields as attributes:

{
 "jobs" : [
  { 
    "name" : "Job1",
    "company" : "SupremeSoftware",
     "Description" : "Come build software with the best",
     "DueDate" : "December 1st 2019",
    "ApplicationLink" : "http://www.google.com"
 },
  { 
    "name" : "Job2",
    "company" : "CoolComputing",
     "Description" : "Come build computers with the coolest people EVER...",
     "DueDate" : "January 1st 2020",
    "ApplicationLink" : "http://www.google.com"
 }
]
}
@msoe-sse-webmaster
Copy link
Member

To whomever starts work on this -- post your email here and I'll add you to our Airtable instance as a collaborator.

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

2 participants