diff --git a/students/nknguyenhc/progress.md b/students/nknguyenhc/progress.md index 3292fa82f..0f7a1e223 100644 --- a/students/nknguyenhc/progress.md +++ b/students/nknguyenhc/progress.md @@ -32,6 +32,13 @@ | 4 | [#254](https://github.com/CATcher-org/WATcher/pull/254) Refactor Label model | | 5 | [#255](https://github.com/CATcher-org/WATcher/pull/255) Add shareable repo-specific URL | | 7 | [#282](https://github.com/CATcher-org/WATcher/pull/282) Three-state labels | +| 9 | [#309](https://github.com/CATcher-org/WATcher/pull/309) Hide redundant column pagination | +| 9 | [#310](https://github.com/CATcher-org/WATcher/pull/310) Status filter checkboxes | +| 10 | [#320](https://github.com/CATcher-org/WATcher/pull/320) Add preset views | +| 10 | [#326](https://github.com/CATcher-org/WATcher/pull/326) Fix for no milestone case | +| 10 | [#327](https://github.com/CATcher-org/WATcher/pull/327) Create release 1.2.0 | +| 11 | [#338](https://github.com/CATcher-org/WATcher/pull/338) Fix preset view selection appearance | +| 11 | [#346](https://github.com/CATcher-org/WATcher/pull/346) Hide column issue count | **Issues created** @@ -41,6 +48,12 @@ | 3 | [#236](https://github.com/CATcher-org/WATcher/issues/236) Bypass logging in if viewing public repos only | | 3 | [#240](https://github.com/CATcher-org/WATcher/issues/240) Hiding labels do not work as expected | | 4 | [#251](https://github.com/CATcher-org/WATcher/issues/251) Add shareable repo-specific URL | +| 5 | [#256](https://github.com/CATcher-org/WATcher/issues/256) Refactor test cases for Label model | +| 7 | [#277](https://github.com/CATcher-org/WATcher/issues/277) Add current filters to URL | +| 7 | [#278](https://github.com/CATcher-org/WATcher/issues/278) Make URL redirect to work with activity dashboard | +| 8 | [#287](https://github.com/CATcher-org/WATcher/issues/287) Reading property of `undefined` when switching repo in activity dashboard | +| 11 | [#343](https://github.com/CATcher-org/WATcher/issues/343) Hide column issue count if only one page | +| 11 | [#344](https://github.com/CATcher-org/WATcher/issues/344) Change the repo change form from popup to dropdown | **PRs reviewed** @@ -48,3 +61,17 @@ |---|---| | 6 | [#261](https://github.com/CATcher-org/WATcher/pull/261) Refactor sorting | | 7 | [#281](https://github.com/CATcher-org/WATcher/pull/281) Keep filters when switching repos | +| 9 | [#307](https://github.com/CATcher-org/WATcher/pull/307) Add tooltip for hidden users | +| 9 | [#308](https://github.com/CATcher-org/WATcher/pull/308) Setup grouping strategy and service | +| 9 | [#311](https://github.com/CATcher-org/WATcher/pull/311) Keep milestones when switching repo | +| 9 | [#313](https://github.com/CATcher-org/WATcher/pull/313) Integrate Grouping Service | +| 10 | [#314](https://github.com/CATcher-org/WATcher/pull/314) Add filters to url | +| 10 | [#315](https://github.com/CATcher-org/WATcher/pull/315) Split 'Without a milestone' option | +| 10 | [#316](https://github.com/CATcher-org/WATcher/pull/316) Implement group by milestone | +| 10 | [#318](https://github.com/CATcher-org/WATcher/pull/318) Add sorting by Status | +| 10 | [#322](https://github.com/CATcher-org/WATcher/pull/322) Update repo on back and forth navigation | +| 10 | [#323](https://github.com/CATcher-org/WATcher/pull/323) Refactor MilestoneGroupingStrategy to match changes in #315 | +| 10 | [#325](https://github.com/CATcher-org/WATcher/pull/325) Enable npm run test in Github Action | +| 10 | [#331](https://github.com/CATcher-org/WATcher/pull/331) Deploy V1.2.0 | +| 11 | [#337](https://github.com/CATcher-org/WATcher/pull/337) Add icon for PRs without milestones | +| 11 | [#337](https://github.com/CATcher-org/WATcher/pull/347) Implement dropdown menu for repo change |