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

Fix empty header cells in utilization table #1640

Closed jasnakai closed 1 year ago

jasnakai commented 1 year ago

For ticket: #1566

Description

Copied and updated the frame_table tag as df_table to use a custom table instead of the pandas dataframe.to_html output.

Additional information

This PR does not address the Headcount table issues. The headcount table needs to be reviewed by design to devise a better solution for this information.

codecov-commenter commented 1 year ago

Codecov Report

Merging #1640 (3dc7412) into main (04de4bb) will increase coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1640      +/-   ##
==========================================
+ Coverage   94.14%   94.16%   +0.02%     
==========================================
  Files          66       66              
  Lines        4135     4150      +15     
==========================================
+ Hits         3893     3908      +15     
  Misses        242      242              

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

alexbielen commented 1 year ago

@cantsin or @edwintorres can one of you take a look at this?