18F / tock

We use Tock to track and report our time at 18F
https://18f.gsa.gov/2015/05/21/TockingTime/
Other
121 stars 37 forks source link

Add Allocation % to Timecard CSVs / API #1526

Open sheelio opened 1 year ago

sheelio commented 1 year ago

For Tock data analysis, we'd like to figure out how many hours we're billing to each project. Most of our projects now use weekly allocation. The actual # of hours we bill is dependent on OOO time for that user for that timecard, so it's easiest to just use the % allocation so that we can then perform any downstream analysis we need.

There are a few places this information would be useful:

Its probably easiest for me to use the Timecards Bulk endpoint (if we need to prioritize where we add it)

carjug commented 1 year ago

Note to whoever takes this on: this is a completely separate endpoint and part of the codebase than the UI csv downloads. Perhaps worth consolidating??? 🤔

melchoyce commented 1 year ago

Would this fall under the javascript label?

sheelio commented 1 year ago

For what its worth, it turns out that the Timecards API does have weekly allocation data (so this is slightly less important).

annepetersen commented 1 year ago

Given this ^, should this be prioritized any more? @kfoley-18F @abrouilette