Counts the number of distinct days with at least one commit.
💡 Like tracking how many days a chef actually cooked versus planned, sourced, or managed, coding days show actual hands-on development time.
Counts the number of distinct days with at least one commit.
Counts each unique day that has at least one commit in the date range.
COUNT(DISTINCT DATE(commit.timestamp) WHERE timestamp BETWEEN measure_from AND measure_to)If a developer commits on 12 of 22 working days, their coding day ratio is 55%, they are actively writing code slightly more than half the time.
Connect GitHub and Shortcut in minutes. All metrics update automatically.