Add README
This commit is contained in:
parent
c1a3e700cb
commit
3b7055220d
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# README
|
||||||
|
|
||||||
|
This script extracts issue numbers from time logs, putting them in several additional columns added to the original CSV spreadsheet.
|
||||||
|
|
||||||
|
(It needs several columns, as people may have tagged multiple issues in one time period.)
|
||||||
|
|
||||||
|
If the issues are in Forgejo the script can also get the issue titles and URLs.
|
||||||
|
|
||||||
|
We do not yet do summing of time per issue, but could with a fair amount of work, probably with Pandas, splitting multiple times equally.
|
||||||
|
|
||||||
|
In the meantime this can be done with a spreadsheet:
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Download a spreadsheet from Harvest (or, one hopes someday, a better time tracking service). Copy the path to the downloaded CSV and paste it in at the prompt when you run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python generate_issues.py
|
||||||
|
```
|
Loading…
Reference in a new issue