xpeppers / trackerbot

Our serverless time tracking bot
https://www.xpeppers.com
8 stars 5 forks source link

Add command to track day off ranges, closes #24 #35

Closed ilbonte closed 5 years ago

ilbonte commented 5 years ago

Usage: /ferie 10-12

Also this range command is affected by this issue: https://github.com/xpeppers/trackerbot/issues/34

ilbonte commented 5 years ago

Currently

const DEFAULT_HOLIDAY_PROJECT = {
  id: "8352044",
  description: "Ferie",
  tags: ["Ferie"]
}

is duplicated in dayoff.js and dayoffinterval.js Any suggestion on where I should put it?