Skip to content

Tool for managing Pixel2HTML's team holidays

Notifications You must be signed in to change notification settings

Pixel2HTML/holidays

 
 

Repository files navigation

Pixel2HTML’s Holidays

The goal of the app is to scratch one of our personal itches as a remote team: handling our holidays.

Stack

  • Rails 4.2

  • React.js

  • Redux as Flux implementation

  • Webpack for js management

  • MySQL

Installation instructions

$ git clone git@github.com:pixel2html/holidays.git
$ bundle install
$ npm install -g webpack
$ npm install
$ rake db:setup
$ foreman start -f Procfile.dev

Configuration

Slack notifications

If you use Slack and you want to receive notifications about vacation requests activity in a certain channel don’t forget to set the SLACK_WEBHOOK_URL environment variable pointing to the webhook url.

SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/KEY

Mailers

To change the default from email address just change it here:

/config/initializers/custom_configuration.rb

About

Tool for managing Pixel2HTML's team holidays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 43.9%
  • CoffeeScript 33.8%
  • CSS 17.2%
  • HTML 4.5%
  • Other 0.6%