-
Notifications
You must be signed in to change notification settings - Fork 1
03 03 Check in
f6zhang edited this page Mar 6, 2021
·
1 revision
Report Name | Report Date | Participant | What did you get done since last report? | What's plan to get done before the next report? | Any blockers? |
---|---|---|---|---|---|
Daily Standup | 3-Mar | Steven Steiner | Worked on establishing templates for Jest and Cypress testing web components, including calling a function on a component, listening for an event, and using a virtual DOM and localStorage for testing purposes. | Hoping to finish up the timer tests before tomorrow so they can be used examples for testing the rest of the components. | No Answer |
Daily Standup | 3-Mar | Richard Duong | Finished Jest unit testing for local storage (ty nicole and steven) but can't get code coverage on line 15 and 39. | Probably not much since I need to study for my midterm | Time and can't get get code coverage on line 15 and 39 because var date = new Date() is called within the function and line 15 and 39 checks date.getHours() >= 4. If anyone knows how to mock the date inside the function |
Daily Standup | 3-Mar | Michael Donaldson | Added audio playing on volume/audio change, created a few more Cypress tests to test sidebar functionality | Likely nothing b/c of midterm | No Answer |
Daily Standup | 3-Mar | Nicole Trappe | Got feedback on design choices (e.g. icons vs text and placement of 'Stats'). Wrote branch with basic timer functionality & Cypress tests to call functions & global vars. Updated the Wiki to reflect the new testing. Did office hours to help people do testing with Steven. Meeting with Chad to go over Jest vs Cypress. | Try ti get template Jest tests up for non-shadow DOM modules. | Waiting on other branches to finish initial tests and combine with timer. Can't do dark/light mode until then. |
Daily Standup | 3-Mar | Bryant Shao | Added new linter rules, looked into Code Factor for code quality. | Look into testing colors of modes, look into Code Factor more deeply and integrate into pipeline | No Answer |
Daily Standup | 3-Mar | Zilu Zhu | Finalized sound choice to a pleasant ringing alarm Documentation: JSDocs for function headers Code style: cleaned up code and added comments Manual tests: tried to break code, didn’t find anything as of far Added comments on issue | No Answer | No Answer |
Daily Standup | 3-Mar | Felix Zhang | Didn’t do anything b/c midterm of an other class | Jest | Nope |
Daily Standup | 3-Mar | Brandon Liu | Added more testing | Finish testing | No Answer |
Daily Standup | 3-Mar | Vy Truong | Wrote unit tests for pomo-info Edited elements' classes of pomo-finish.js, pomo-finish.css | No Answer | pomo-info and pomo-finish shares the same css file. While the shadow doms are independent of each other and elements with same ids cause no problem, cypress flags errors for html elements that use the same id |