bisq-network / growth

Bisq exchange growth experiments
https://bisq.wiki/Growth_team
25 stars 11 forks source link

Fix cycle / milestone calculation #210

Closed ghost closed 3 years ago

ghost commented 3 years ago

Each bisq cycle is associated with a github milestone label. The reporting tool queries comp requests based on this label. Unfortunately github does not allow query by the label name, only the id. So we have to convert from cycle number to milestone label id. Its a bit of a kludge but we live with it for now.

Also, remove annoying second confirmation prompt before report calculation. Its not needed.

m52go commented 3 years ago

utACK