fractal-bootcamp / fractal-coding-bootcamp

Coding Bootcamp
5 stars 1 forks source link

Setup "Class" Data Model #27

Open ajroberts0417 opened 8 months ago

ajroberts0417 commented 8 months ago

A Class Should Have all the details needed to reproduce a class listing like this:

https://fractalnyc.com/fractalnyc/At-Play-with-Poetry-6699a1f7b59e44d495c791fc3d12535d

Here is an example of a class listing as JSON:

{
  "title": "Civic Hacking 101 -- Writing Software for New York City",
  "url": "https://fractalnyc.notion.site/Civic-Hacking-101-Coding-for-NYC-fc9e1ba651ee4aa282d875fb55fc2c29?pvs=74",
  "instructor": {
    "firstName": "Andrew",
    "lastName": "Rose",
    "contact": {
      "phone": "(480) 244-1101",
      "email": "ajroberts0417@gmail.com"
    }
  },
  "priceRange": "$0-250",
  "description": "You will learn how to create and contribute to public tools used by government and political organizations by actually contributing to live tools. You will learn / use: data science, web scraping, full-stack web frameworks, Git & Github, open source contributions. No prior experience is necessary, mentorship will be provided and we will match the difficulty of work to your skill level.",
  "schedule": {
    "numberOfClasses": 5,
    "startDate": "2/7",
    "location": "61 St. Felix",
    "days": "Wednesdays",
    "time": "6-9pm"
  }
}