rubyforgood / voices-of-consent

Open source tracking and inventory management application for nonprofit, Voices of Consent (Ruby for Good 2019)
https://voices-of-consent.herokuapp.com
MIT License
38 stars 82 forks source link

Volunteer CSV university_location_id #391

Open bransynluther opened 5 years ago

bransynluther commented 5 years ago

Add a lookup for Volunteer on row[9] and make that csv column be Location name, using where(name: row[9], location_type: "university").first_or_create!(...) to get or create Location. Add a find_by like you did for Volunteer in your User create.

maebeale commented 4 years ago

@bransynluther hey there! we're doing a hack night tomorrow eve for this (https://www.meetup.com/Code-for-Good-DC/events/268436980/), so we're going through all issues to check in with folks. you around to get back in to voices of consent mode?

bransynluther commented 4 years ago

WOOOOHOOOOO!!!!! Let's get back to business, this is now back in progress!

maebeale commented 4 years ago

Love it, @bransynluther !!!