User Productivity format#

Section covering the formats for Dataset Releases.

class redbrick.types.productivity.UserProductivity#

User productivity.

date: str#

Date in ISO format

tasksCompleted: int#

Tasks completed in the given stage

timeSpentMs: int#

Time spent (in ms) to complete the tasks in the given stage

tasksPassed: int#

Tasks accepted by the reviewer in the given stage that were completed by the current user

tasksFailed: int#

Tasks rejected by the reviewer in the given stage that were completed by the current user

tasksCorrected: int#

Tasks corrected by the reviewer in the given stage that were completed by the current user