Description
- Hard deadline value refresh using values from "Start date" and "Original esimation" (in my case: "Hard interval").
- Soft deadline value refresh using ratio 75% ratio of Original esimation.
- Stage refresh value using Hard deadline.
Installation
$ npm install
Create file .development.env and add:
TOKEN="perm:your-token"
BASE_URL="http://example.myjetbrains.com"
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod