empirical-org / Empirical-Core

Empirical Core is the mono repo for the Quill.org codebase. This repo contains both the Quill Learning Tools, such as Quill Connect, and the Quill Learning Management System, the platform that enables teachers to provide assignments and view results. (Empirical is the name of the nonprofit building Quill.org).
http://www.quill.org/
GNU Affero General Public License v3.0
25 stars 4 forks source link

Create a rake task to titleize all schools in the database #3788

Closed petergault closed 6 years ago

petergault commented 6 years ago

Quill has a database of almost every school in the United States. Unfortunately, our data sets were inconsistent, so some of the formatting is different for different schools. In particular, the names of many schools are all capitalized, when they should be titleized.

Please write a rake task that will iterate through every school in the schools table and titelize the name, address, and other relevant data points of the school.

pandeykartikey commented 6 years ago

Hi @jaredsilver, I would like to work on this issue. Can you assign this to me?

jaredsilver commented 6 years ago

Hi @kartik-25, please feel free to go ahead and give it a shot!