Build Status

Face-Off Game Screen

A Yammer/Django Application application built for the gamification of learning the names of your fellow colleagues. One difficult part of joining a new company is putting names to faces. Utilizing Yammer OAuth, this webapp can make the learning process more fun.

Quick-Start Guide


1. Yammer Client Application

2. Development Environment Setup

3. Heroku Deployment (Optional)


Required Items


Steps

Required Environment Variables Checklist

Environmental Variable Name Value (example)
SOCIAL_AUTH_YAMMER_KEY xxxxxxx
SOCIAL_AUTH_YAMMER_SECRET xxxxxxx
NPM_CONFIG_PRODUCTION true
DJANGO_SETTINGS_MODULE face-off.settings.production
REDISTOGO_URL redis://redistogo:xxxx@test.redistogo.com:10355/
AWS_ACCESS_KEY_ID xxxx
AWS_SECRET_ACCESS_KEY xxxx
AWS_STORAGE_BUCKET_NAME xxx-bucket

Tests


Unit Tests

Selenium Tests w/ Behave