amycommits / civic_hacking_hub

A place where people can find nonprofits to code for.
2 stars 13 forks source link

Add information to development seeds: Coding Orgs #59

Closed amycommits closed 3 years ago

amycommits commented 3 years ago

This is needed in order to have the site show information correctly:

server/db/seeds/development/code_organizations.js

The available fields are listed here: server/db/migrations/20200113212517_create_code_organizations.js

I have the name in the seeds, but I need the url and the description

The three that I have listed are: Ruby For Good: https://rubyforgood.org/ Code For America: https://www.codeforamerica.org/ Code For DC: https://codefordc.org/

But if you're aware of any other coding organizations that support non-profits, I'd appreciate you adding them!

DanTcheche commented 3 years ago

Hi, I can take this issue if you want to assign it to me. Thank you!

DanTcheche commented 3 years ago

I just opened the pull request. Thank you!