GithubHelp home page GithubHelp logo

efactor's Introduction

#E-Factor

Making an interface to log actual work time, and why that work stopped.

##Setup

###Install Ruby Gems

bundle install

###Omniaith

GitHub

export GITHUB_KEY=YOUR_GITHUB_CLIENT_ID
export GITHUB_SECRET=YOUR_GITHUB_CLIENT_SECRET

BitBucket

export BITBUCKET_KEY=YOUR_BITBUCKET_KEY
export BITBUCKET_SECRET=YOUR_BITBUCKET_SECRET

##Running Locally

rackup -E development config.ru

##Deploying to Heroku

heroku apps:create <your-app-name>
heroku config:set GITHUB_KEY=$GITHUB_KEY
heroku config:set GITHUB_SECRET=$GITHUB_SECRET
heroku config:set BITBUCKET_KEY=BITBUCKET_KEY
heroku config:set BITBUCKET_KEY=$BITBUCKET_KEY
heroku config:set BITBUCKET_SECRET=$BITBUCKET_SECRET
heroku config:set MONGOLAB_URI="mongodb://<dbuser>:<dbpassword>@ds061268.mongolab.com:61268/efactor"
git push heroku master

efactor's People

Contributors

otternq avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

efactor's Issues

Data export

I would like to add a data export for: JSON, XML, CSV

Work Session Search and Sorting

The current interface simply shows all of the entries made by the user. They should be able to sort and search the data so that they can make analysis

Enable access to non developers

Currently, the only OAuth services available are GitHub and BitBucket. I'd like to add access for Twitter, Google+, Facebook

3rd Party API access

Users should be able to:

  • Manipulate Body Hours (think auto export from their time system)
  • Manipulate Work Sessions - maybe they don't want to go to my ugly website

Graphs

Graph the following

  • E-Factor = actual work / body hours
  • number of interruptions
  • actual work
  • body hours

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.