agiledigital-labs / agiledigital-labs/probabilistic-forecast
Print the dates for each sprint (or week or custom time interval)
- 主要语言
- TypeScript
- 星标
- 5
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
In output like
```
Resolved 2 tickets in sprint 1.
Resolved 3 tickets in sprint 2.
Resolved 7 tickets in sprint 3.
Resolved 5 tickets in sprint 4.
Resolved 10 tickets in sprint 5.
```
The numbers in "sprint 1", "sprint 2", etc. aren't meaningful to the user. Let's change it to print the date ranges instead. That would also be useful when you're running the script regularly and saving the results so you can see how accurate the predictions were and whether they're getting better or worse.
For example:
```
Resolved 2 tickets in sprint 2021-03-01 to 2021-03-14.
Resolved 3 tickets in sprint 2021-02-15 to 2021-03-01.
...
```
_Originally posted by @kn-ad in https://github.com/agiledigital-labs/probabilistic-forecast/issues/2#issuecomment-802457658_
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。