-
Notifications
You must be signed in to change notification settings - Fork 0
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
API integration #2
Comments
The model totally fits I think! I just couldn't do it since I don't really have Node/NPM on my home computer. I'll try do this next week when I come to NYC unless @grungerabbit, @danagilliann, @oa495 can tackle this! It's very similar to the ones we do for start-week, etc. Would be happy to give you an API key and what-not. Let me know. edit: yeah location would be great. I don't think address would be useless, but if it's in Queens or San Francisco or Brooklyn, etc. |
@AbhiAgarwal awesome. Re
Thoughts? |
What's the plan here in terms of pulling the jobs from the API (which would allow bd to add postings from the intranet)?
We already have a Job model, which I'm guessing y'all know about because it looks like the Jekyll
.md
files are already using it's structure almost exactly. So I'm assuming the jekyll files are just hardcoded now for easy prototyping.Is there anything on the API side that's needed though for this to work? For example, the current Job model doesn't have
location
, which the Jekyll files do. I'm thinking we could maybe addJob.location
and link that to a Venue, which has anaddress
. Would that be sufficient? Are there any other cases?The text was updated successfully, but these errors were encountered: