In Finland the standard work week is 37.5 hours. In the long term you are supposed to keep your logged hours within a reasonable margin of that standard. This app sums up the total amount of hours you have logged to Harvest and compares it to the standard hours, taking any national holidays into account.
- Elm 0.18.0
- Elm-test
- Heroku toolbelt: https://toolbelt.heroku.com/
- Node JS with ES6 support
- MongoDB (for storing user data and sessions)
- local-ssl-proxy:
npm install -g local-ssl-proxy
- nodemon:
npm install -g nodemon
- an OAuth2 API client set up in Harvest
.env
file in project root with the required environment variables:SESSION_SECRET
: Express session secretCLIENT_ID
: Harvest API client idCLIENT_SECRET
: Harvest API client secretCALLBACK_URL
: Harvest API redirect URI, for local development this should be: https://localhost:5001/auth/callbackORGANIZATION
: Your organization name in HarvestIGNORE_TASK_IDS
: A comma-separated list of any Harvest task IDs you want to exclude from the total amountKIKY_TASK_IDS
: A comma-separated list of special KiKy task idsSTART_DATE
: Hour entries are calculated starting from this date. InYYYYMMDD
format.
./run-local
Go to https://localhost:5001/
elm-test
- an OAuth2 API client set up in Harvest
- the above environment variables need to be set up
- the following Heroku buildpacks:
- https://github.com/srid/heroku-buildpack-elm
- heroku/nodejs