Skip to content

Commit

Permalink
Update progress for cheehongw
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehongw committed Apr 24, 2024
1 parent dcba22d commit b6aa596
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
3 changes: 2 additions & 1 deletion students/cheehongw/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<span id="github">https://www.github.com/cheehongw</span>

<!-- Give your internal and external projects related to the module -->
<span id="projects">[CATcher](https://github.com/CATcher-org/CATcher)</span>
<span id="projects">[CATcher](https://github.com/CATcher-org/CATcher)</span>
<span id="projects">[SourceAcademy Frontend](https://github.com/source-academy/frontend)</span>
7 changes: 6 additions & 1 deletion students/cheehongw/knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ Resources:
Part of working with CATcher source code was frequently encountering Observables and Observers. RxJS supports `Observers` and `Observables`, allowing updates to some `Observable` to be received by some `Observer` that is subscribed to it. With this pattern, we can trigger updates in many dependent objects automatically and asynchronously when some object state changes.

Resources:
- https://rxjs.dev/
- https://rxjs.dev/



-------------------------------------------------------------------------------

47 changes: 47 additions & 0 deletions students/cheehongw/progress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# CS3282 Progress

## Before-semester contributions

### CATcher

| Date | Role | Description | Key Achievements |
|------- | ------| ----------- | ---------------- |
| 13 Jun 2023 | Mentor | [Question: @angular/common version to use #1191](https://github.com/CATcher-org/CATcher/issues/1191) | Provided guidance on how to resolve the issue |
| 12 Jun 2023 | PR author | [Fix peer dependencies #1193](https://github.com/CATcher-org/CATcher/pull/1193) |
| 19 Jul 2023 | Issue Reporter | [Documentation for CATcher's parser #1204](https://github.com/CATcher-org/CATcher/issues/1204) | Created issue to discuss documentation for CATcher's parser |
| 19 Sep 2023 | PR author | [Upgrade to Angular 11 #1203](https://github.com/CATcher-org/CATcher/pull/1203) |


### WATcher

| Date | Role | Description | Key Achievements |
| ---- |------- | ----------- | ---------------- |
| 29 Jun 2023 | PR Reviewer | [Detail page detail list #131](https://github.com/CATcher-org/WATcher/pull/131)
| 29 Jun 2023 | PR Reviewer | [Add wrap for username in issues-viewer's card-view #147](https://github.com/CATcher-org/WATcher/pull/147)
| 29 Jun 2023 | PR Reviewer | [Disable milestone filter if there are no milestones #149](https://github.com/CATcher-org/WATcher/pull/149)
| 29 Jun - 18 Jul | PR Reviewer | [Add reset labels feature #150](https://github.com/CATcher-org/WATcher/pull/150) | Mentored PR author to improve code quality and readability
| 30 Jun 2023 | PR Reviewer | [Show loading spinner on switch repository #151](https://github.com/CATcher-org/WATcher/pull/151)
| 28 Oct 2023 | PR Reviewer | [Option to Limit Repository Access #215](https://github.com/CATcher-org/WATcher/pull/215)
|


## Semester contributions

### CATcher

| Date | Role | Description | Key Achievements |
| ---- | ---- | ----------- | ---------------- |
| Week 2 | PR Reviewer | [Uncaught error when invalid link is clicked #1239](https://github.com/CATcher-org/CATcher/pull/1239)
| Week 4 | PR Author | [Angular 12 #1242](https://github.com/CATcher-org/CATcher/pull/1242)
| Week 5 | PR Reviewer | [Faulty list view when back navigating #1243](https://github.com/CATcher-org/CATcher/pull/1243)
| Week 6 | PR Reviewer | [Fix markdown blockquote preview difference #1245](https://github.com/CATcher-org/CATcher/pull/1245)
| Week 7 | PR Reviewer | <ul><li>[Create release 3.5.3 #1252](https://github.com/CATcher-org/CATcher/pull/1252)</li><li>[New release for 3.5.3 #1254](https://github.com/CATcher-org/CATcher/pull/1254)</li></ul> | Assisted in the creation of new CATcher release
| Week 7 - 8| Issue Reporter & PR Author | <ul><li>[Clean up dependencies #1248](https://github.com/CATcher-org/CATcher/pull/1248)</li><li>[Remove wait-on from devDep #1244](https://github.com/CATcher-org/CATcher/issues/1244)</li><li>[tslib unused #1246](https://github.com/CATcher-org/CATcher/issues/1246)</li><li>[Remove node-fetch as direct dependency #1253](https://github.com/CATcher-org/CATcher/issues/1253)</li></ul> | Address neglected depenedencies in CATcher
| Week 11 | PR Reviewer | [https://github.com/CATcher-org/CATcher/pull/1240](https://github.com/CATcher-org/CATcher/pull/1240)


### WATcher

| Date | Role | Description | Key Achievements |
| ---- | ---- | ----------- | ---------------- |

0 comments on commit b6aa596

Please sign in to comment.