...
First, for any given day we find all actions a given user has. Actions include any commits or card activity that user has. Note: We skip weekends when considering a users FTE’s. This means that for any given week, a user can have a maximum of 5 FTE days. Then, we loop through the list of actions and run a calculation to find that actions FTE ratio.
...