Timesheet Logger
At this milestone, we built an MDD Session timesheet logger that allows you to begin and end a Session, start and stop a break, and time missions for any GitHub repository. This milestone is split into three phases.
Phase 1
☑ At first the app only records dummy timesheet messages to the JavaScript console but cannot view them.
Phase 2
The app is able to …
At this milestone, we built an MDD Session timesheet logger that allows you to begin and end a Session, start and stop a break, and time missions for any GitHub repository. This milestone is split into three phases.
Phase 1
☑ At first the app only records dummy timesheet messages to the JavaScript console but cannot view them.
Phase 2
The app is able to write SessionTimespan objects to indexeddb and view the timesheets for all repos in the browser extension Options menu SPA.
Phase 3
The app is able to display specific repo timesheets using a combo box drop down menu, and search for sessions by date range and by basic string search pattern match.