While on most repos, 1 day is about as granular as you'll need, it would be nice to have the option to set granularity to, say, 0.5 days, or even some number of hours, to look at hackathon projects (which typically span just 24-48 hours).
For such short projects (e.g. https://github.com/launchpals/open-now), the burndowns don't present very interesting data (granularity=1):
"Global": [
[ 343, 0, 0 ],
[ 309, 470371, 0 ],
[ 309, 470341, 2073 ],
],
I'm very interesting in implementing this, though it looks like it won't be all too trivial (a lot of the code seems focused around granularity as days). Any pointers would be appreciated!
it seems like this might be related to #134, but I'm not sure what the plans are for that one, and whether or not it's part of burndown
While on most repos, 1 day is about as granular as you'll need, it would be nice to have the option to set granularity to, say, 0.5 days, or even some number of hours, to look at hackathon projects (which typically span just 24-48 hours).
For such short projects (e.g. https://github.com/launchpals/open-now), the burndowns don't present very interesting data (
granularity=1):I'm very interesting in implementing this, though it looks like it won't be all too trivial (a lot of the code seems focused around granularity as days). Any pointers would be appreciated!
it seems like this might be related to #134, but I'm not sure what the plans are for that one, and whether or not it's part of
burndown