rubyforgood / doublehranch

Double H Ranch Project 2017
MIT License
2 stars 10 forks source link

About this Project

"Orchard" is a one-stop social networking platform for alumni counselors, staff, campers, and volunteers to engage with camp -- and each other!

Setup

What This App Does

Architecture

The app is built using Rails 5 with Postgres and AWS S3 for storing data.

A visual representation of the database schema is shown below to give users and contributors a better sense of the overall application structure included within this project:

Heroku

Paperclip requires an additional buildpack for imagemagick

heroku buildpacks:add --index 1 https://github.com/ello/heroku-buildpack-imagemagick -a doublehranch

Adding users via rails console

$ rails console
r> u = User.new(last_name: "Last", first_name: "First", email: "email@example.com", salutation: "Mrs.", password: "asdflkjasd;flkjasf;", privacy_settings: "")
r> u.save
# Pretend to have received the confirmation email
r> u.confirm

If you need to do this on the production app

heroku run -a doublehranch -- rails console
# Follow instructions above

Contributing

Our process is very similar to the guide created by Gitub:

Please let us know if you have any question. Thanks again for your interest in contributing.

About Double H Ranch

Double H Ranch is a nonprofit that provides specialized programs and year-round support for children and their families dealing with life-threatening illnesses. All programs are free of charge and capture the magic of the Adirondacks of upstate New York, and is one of the most uplifting places you could every visit.

Double H has limited engagement with former volunteers, campers, and summer staff, so would like to a system through which it can engage and build community with people who are no longer at camp. We'll build a greenfield product for them that will interface with a few of their existing systems (Facebook, Google calendar, Raiser's Edge), link to others, and provide a centralized location with some special features to allow everyone to interact.

Visit the Double H Homepage for more information.