ChicagoJS/chicagojs.org

Add Job Board Model / Data Structure

peterpme opened this issue · 0 comments

  • Create JobPosting model on CMS
  • Create job listing react template
  • fetch job postings from CMS using Gatsby Graphql Plugin

Job Posting Model

  • title (string)
  • type (enum) "Full-Time", "Part-Time"
  • company (string)
  • remote (bool)
  • content (string)
  • link (string)
  • zipCode (string)

Github Jobs has a nice example:

Job Listing
image

Job Detail
image