Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: style errors from productivity measurement PR (OpenAdaptAI#480
) * check for long gaps in recording * display basic productivity data in html page similar to visualize * show images for each window change * show productivity info for each window * WIP find tasks/cycles of ActionEvents * WIP find tasks/cycles of ActionEvents * WIP implementing brent's algorithm * implemented brent's algorithm * add task duration info + style changes to display * comments * floyd's algorithm and basic implementation of counting errors * implement longest repeated non-overlapping substring algorithm * removed unused code * small bug fixes * no empty window titles * small fixes * add title * edge case * make longest repeated substring recursive * changed window/tab switching * add number of actions in a task * add comments * make sure no non-repeating tasks are found * fix off by 1 error with window event screenshots * remove unused functions, comments, and some refactoring * docstrings * black * Undo changing PLOT_PERFORMANCE * style changes
- Loading branch information