Skip to the content.

Table of Contents

Overview

VolunteerAlly is a non-profit organization designed to help pair volunteers with organizations in need of service. Thus, the rainbowgeeks team has designed a web application that aims to ease the user’s experience when it comes to finding, applying, and volunteering for an organization.

Approach

When a volunteer signs up for an account and creates their profile, they can add information about their interests, environmental preferences, and availability to better pair them with an organization or opportunity.

Representatives of organizations can also sign up for an account and post their opportunities as a way to find and recruit volunteers.

Meanwhile, administrators monitor the site for inappropriate content or assist new users in the onboarding process.

Some mockup pages include:

Deployment

Application is not currently deployed.

ci-badge

Developer Guide

Installation

$ meteor npm install

Running the Application

$ meteor npm run start
=> Started proxy.
=> Started MongoDB.
I20220322-11:29:47.042(-10)? Creating the default user(s)
I20220322-11:29:47.063(-10)?   Creating user admin@foo.com with role ADMIN.
I20220322-11:29:47.171(-10)? Defining ADMIN admin@foo.com with password changeme
I20220322-11:29:47.175(-10)?   Creating user john@foo.com with role USER.
I20220322-11:29:47.284(-10)? Defining USER john@foo.com with password changeme
I20220322-11:29:47.287(-10)?   Creating user perkin@foo.com with role USER.
I20220322-11:29:47.381(-10)? Defining USER perkin@foo.com with password changeme
I20220322-11:29:47.383(-10)?   Creating user robin@foo.com with role USER.
I20220322-11:29:47.470(-10)? Defining USER robin@foo.com with password changeme
I20220322-11:29:47.473(-10)?   Creating user americanredcross@foo.com with role ORGANIZATION.
I20220322-11:29:47.572(-10)? Defining ORGANIZATION americanredcross@foo.com with password changeme
I20220322-11:29:47.574(-10)?   Creating user hugs@foo.com with role ORGANIZATION.
I20220322-11:29:47.658(-10)? Defining ORGANIZATION hugs@foo.com with password changeme
I20220322-11:29:47.662(-10)?   Creating user paph@foo.com with role ORGANIZATION.
I20220322-11:29:47.752(-10)? Defining ORGANIZATION paph@foo.com with password changeme
I20220322-11:29:47.754(-10)?   Creating user readtome@foo.com with role ORGANIZATION.
I20220322-11:29:47.837(-10)? Defining ORGANIZATION readtome@foo.com with password changeme
I20220322-11:29:47.838(-10)?   Creating user htbg@foo.com with role ORGANIZATION.
I20220322-11:29:47.924(-10)? Defining ORGANIZATION htbg@foo.com with password changeme
I20220322-11:29:47.926(-10)?   Creating user hawaiihumane@foo.com with role ORGANIZATION.
I20220322-11:29:48.010(-10)? Defining ORGANIZATION hawaiihumane@foo.com with password changeme
I20220322-11:29:48.017(-10)? Creating default data.
I20220322-11:29:48.017(-10)?   Adding: Basket (john@foo.com)
I20220322-11:29:48.032(-10)?   Adding: Bicycle (john@foo.com)
I20220322-11:29:48.034(-10)?   Adding: Banana (admin@foo.com)
I20220322-11:29:48.036(-10)?   Adding: Boogie Board (admin@foo.com)
I20220322-11:29:48.039(-10)? Creating default Organization.
I20220322-11:29:48.040(-10)?  Adding Organization: The American Red Cross of Hawaii
I20220322-11:29:48.096(-10)?  Adding Organization: HUGS
I20220322-11:29:48.105(-10)?  Adding Organization: Protect and Preserve Hawaii
I20220322-11:29:48.114(-10)?  Adding Organization: Read To Me International
I20220322-11:29:48.124(-10)?  Adding Organization: Hawaii Tropical BioReserve & Garden
I20220322-11:29:48.134(-10)?  Adding Organization: Hawaiian Humane Society
I20220322-11:29:48.152(-10)? Creating default Opportunities.
I20220322-11:29:48.209(-10)?  Adding: Disaster Response - Disaster Action Team (mattie@foo.com)
I20220322-11:29:48.312(-10)?  Adding: View & Power BI Applications Lead 18+ (blake@foo.com)
I20220322-11:29:48.344(-10)?  Adding: Regional Training Instructor (bary@foo.com)
I20220322-11:29:48.374(-10)?  Adding: Hurricane Evacuation Shelter Volunteers (mattie@foo.com)
I20220322-11:29:48.405(-10)?  Adding: Koa Memorial Garden (mac@foo.com)
I20220322-11:29:48.436(-10)?  Adding: Crafting activity set up and break down (cullen@foo.com)
I20220322-11:29:48.465(-10)?  Adding: SuperChill Saturday (felix@foo.com)
I20220322-11:29:48.491(-10)?  Adding: Mauka Missions (felix@foo.com)
I20220322-11:29:48.513(-10)?  Adding: Ho'omaluhia Botanical Garden (annabal@foo.com)
I20220322-11:29:48.538(-10)?  Adding: Hawaiian Humane Society - Dog Walker (obadiah@foo.com)
I20220322-11:29:48.558(-10)?  Adding: Test Opportunity (jackie@foo.com)
I20220322-11:29:48.573(-10)? Creating default profile-users.
I20220322-11:29:48.573(-10)?  Adding: John (john@foo.com)
I20220322-11:29:48.587(-10)?  Adding: Marry (robin@foo.com)
I20220322-11:29:48.589(-10)?  Adding: Perkin (perkin@foo.com)
I20220322-11:29:48.634(-10)? Monti APM: completed instrumenting the app
=> Started your app.

=> App running at: http://localhost:3000/
   Type Control-C twice to stop.

$ meteor reset

User Guide

The following pages will serve as a representation of the final implementation of the project.

Landing Page

Upon entering the website, the user can:

Sign Up Page

Login Page

Browse Opportunities Page

About Us Page

Administrator

Administrators have full access to the site and are able to manage volunteer accounts, organization accounts, and opportunties from the Admin Profile Page.

Admin Profile Page

From this page, administrators can also:

Using the following subsites, administrators can add, delete, or edit users and opportunity information.

Manage Users Page

Manage Organizations Page

Manage Opportunities Page

Analytics Page

Organization User

A member of an organization can sign up for an account as a representative of that organization to quickly and seamlessly find volunteers for their events.

Organization Profile Page

From the Organization Profile Page, users can:

Manage Opportunties Page

Users can search or filter existing opportunities and then be able to add, edit, or delete opportunities.

Add Opportunity Page

Users can add an opportunity by inputting necessary information to properly describe it. Volunteers will then be able to view and sign up for these opportunities.

Manage Hours Page

Users can approve volunteer hours for each opportunity and export the data as a PDF.

Volunteer User

When a volunteer signs up for an account, they can create and customize their profile with interests, availability, etc.

Create New Profile Page

Edit Profile Page

From the Volunteer Profile Page, users can:

Volunteer Profile Page

Track Hours Page

Volunteers can navigate to the Browse Opportunities Page to find opportunities that suit their interests.

Browse Opportunities Page

Upon clicking on an opportunity, volunteers can view more information about the opportunity as well as contact information of a member of the organization.

Example Opportunity Page

Volunteers can also navigate to the Organization Library Page to search for organizations that have an account on VolunteerAlly. Upon clicking on an organization card, the user can learn more about the organization and the currently posted opportunities they are offering.

Organization Library Page

Development History

Meet the Developers