ghing / learning-collaborative-maps

Web map to help coordinate healthy relationships education in the Chicago area.
0 stars 0 forks source link

Add 2016-2017 school year agencies #57

Closed ghing closed 7 years ago

Mattwalsh129 commented 7 years ago

For these agencies they will also have more potential program types as listed below:

· General Health

· Leadership Development

· Community Violence

On Tue, Dec 20, 2016 at 12:58 PM, Geoffrey Hing notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ghing/learning-collaborative-maps/issues/57, or mute the thread https://github.com/notifications/unsubscribe-auth/ARceHDh8FmZ5bZr2uqylA5gjXl68KdQFks5rKCVUgaJpZM4LSLGe .

-- Matthew Kennedy Walsh

Mattwalsh129 commented 7 years ago

Oh and here are all of the new agencies:

New Collab participants to add to Map:

More organizations are still applying – so I will likely have a few others to add to this list:

· Brighton Park Neighborhood Council

· Chicago Children’s Advocacy Center

· Community Crisis Center, Inc.

· Family Rescue, Inc.

· Free Lunch Academy

· Girls in the Game

· Response

· Take Back the Halls

· University of Illinois – Extension

· Thousand Waves

· Z Center

On Thu, Dec 22, 2016 at 3:10 PM, Matt Walsh mattwalsh129@gmail.com wrote:

For these agencies they will also have more potential program types as listed below:

· General Health

· Leadership Development

· Community Violence

On Tue, Dec 20, 2016 at 12:58 PM, Geoffrey Hing notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ghing/learning-collaborative-maps/issues/57, or mute the thread https://github.com/notifications/unsubscribe-auth/ARceHDh8FmZ5bZr2uqylA5gjXl68KdQFks5rKCVUgaJpZM4LSLGe .

-- Matthew Kennedy Walsh

-- Matthew Kennedy Walsh

ghing commented 7 years ago

@Mattwalsh129, I copied the agency names to this spreadsheet. Can you fill out the remaining columns for the new agencies and then let me know when you've done that via a comment in this issue?

Mattwalsh129 commented 7 years ago

Is there a specific website that gives color markers? I remember we used one last time

On Wed, Jan 4, 2017 at 7:43 PM, Geoffrey Hing notifications@github.com wrote:

@Mattwalsh129 https://github.com/Mattwalsh129, I copied the agency names to this spreadsheet https://docs.google.com/spreadsheets/d/1_DRDNFkjbnRXOj2UgEEi108coHNcSki8JAZTDeuXHvc/edit#gid=0. Can you fill out the remaining columns for the new agencies and then let me know when you've done that via a comment in this issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ghing/learning-collaborative-maps/issues/57#issuecomment-270541351, or mute the thread https://github.com/notifications/unsubscribe-auth/ARceHAwnBsYw3HyrNr93XKPcQswdngoeks5rPErAgaJpZM4LSLGe .

-- Matthew Kennedy Walsh

ghing commented 7 years ago

There are lots. I just Googled "HTML color picker". Here's one: http://htmlcolorcodes.com/

Mattwalsh129 commented 7 years ago

Filled out the address's and colors. I don't think we need the catchment area anymore? and people can choose their own program types (including the ones listed in this message)

On Fri, Jan 6, 2017 at 10:57 AM, Geoffrey Hing notifications@github.com wrote:

There are lots. I just Googled "HTML color picker". Here's one: http://htmlcolorcodes.com/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ghing/learning-collaborative-maps/issues/57#issuecomment-270949179, or mute the thread https://github.com/notifications/unsubscribe-auth/ARceHPO-whtxQA9hD8OXMY2f4gQnLxePks5rPnKXgaJpZM4LSLGe .

-- Matthew Kennedy Walsh

ghing commented 7 years ago

Address and colors are fine. I'll update ASAP.

ghing commented 7 years ago

I've added these agencies using the npm run createagencies management script. Here's how I did it.

I exported the Agencies worksheet of the project Google Spreadsheet to CSV.

I then dumped the production database since we're overwriting the entire agencies collection:

mongodump --host <obfuscated> --port <obfuscated> --username <obfuscated>

--db

I then pointed my local management scripts at the production API:

export LC_API_URL="http://<obfuscated>/api/1"

Finally, I ran the management script:

cat Learning\ Collaborative\ Mapping\ Program\ -\ Agencies.csv | npm run createagencies

I loaded the production app and confirmed that the 2017 agencies appeared. Closing.