Giter Site home page Giter Site logo

doublehranch's Introduction

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

  • Install Ruby 2.4.1 (chruby, rbenv, rvm, etc)
  • bin/setup initially, then bin/update thereafter

What This App Does

  • Admins import user data for alumni staff, counselors, campers, & volunteers into the system
  • Admins trigger an email for individuals to: verify their info and account settings, create a login, and adjust their privacy settings
  • Users are taken to a hub that aggregates social media data and links to:
    • events calendar
    • donor system
    • volunteer system
    • photo sharing / tagging /commenting
    • chat
    • facebook feed
    • twitter feed
  • Admin dashboard provides user data (number of invites sent, active users, etc)

Architecture

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

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 protected]", salutation: "Mrs.", password: "asdflkjasd;flkjasf;")
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

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.

doublehranch's People

Contributors

aceofbassgreg avatar arbianchi avatar dmjurg avatar jjlangholtz avatar jwieringa avatar maebeale avatar marshmalien avatar michaelbyrd avatar pratt0923 avatar seanmarcia avatar zph avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.