OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Add V School to Code Schools #298

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Feature

Why is this feature being added?

This school has just been approved to accept the GI Bill, so they're trying to help get the word out. Originally requested in front-end repo: https://github.com/OperationCode/operationcode_frontend/issues/938

What should your feature do?

Add V School as a code school to production DB.

Prerequisites (~Marking as blocked until these are met~):

School info:

name: V School
url: http://vschool.io/contact/
logo: https://s3.amazonaws.com/operationcode-assets/codeSchoolLogos/v_school.jpg
full_time: true
hardware_included: false
has_online: true
online_only: false
email: team@vschool.io

locations:

- va_accepted: true
  address1: 150 State St.
  address2: # 1
  city: Salt Lake City
  state: UT
  zip: 84111
jjhampton commented 6 years ago

I've generated the code school logo, uploaded it to S3, and updated the school info's logo field in the issue w/ the URL to the S3 asset. This issue should be ready for back-end work whenever someone's available.

jjhampton commented 6 years ago

Closing, V School has now been added via the new admin dashboard, and can be viewed at https://operationcode.org/code_schools. Great job by the back-end team in creating the admin dashboard to expedite this process!