-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/nus-cs3281/2025
- Loading branch information
Showing
5 changed files
with
49 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
| Week | Achievements | | ||
|------|----------------------------------------------------------| | ||
| 2 | Submitted Issue: [Duplicate Feedback Sessions Appear on Student Page #13199](https://github.com/TEAMMATES/teammates/issues/13199) | | ||
| 4 | Reviewed PR: [[#12048] Migrate tests for GetAccountActionTest](https://github.com/TEAMMATES/teammates/pull/13212) | | ||
| Week | Achievements | | ||
|------|----------------------------------------------------------------------------------------------------------------------------------------------| | ||
| 2 | Submitted Issue: [Duplicate Feedback Sessions Appear on Student Page #13199](https://github.com/TEAMMATES/teammates/issues/13199) | | ||
| 4 | Reviewed PR: [[#12048] Migrate tests for GetAccountActionTest #13212](https://github.com/TEAMMATES/teammates/pull/13212) | | ||
| 5 | Submitted Issue: [Standardize the Naming Convention for FeedbackSession Actions #13228](https://github.com/TEAMMATES/teammates/issues/13228) | | ||
| 6 | Merged PR: [[#12048] Migrate Tests for DeleteStudentActionTest #13204](https://github.com/TEAMMATES/teammates/pull/13204) | | ||
| 6 | Merged PR: [[#12048] Migrate Tests for DeleteStudentsActionTest #13205](https://github.com/TEAMMATES/teammates/pull/13205) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
### Tool/Technology 1 | ||
### ESLint | ||
Learnt about how ESLint ensures a unified style of JS/TS code. | ||
Had the chance to go through the ESLint documentation for | ||
member-delimiter-style, | ||
https://eslint.style/rules/ts/member-delimiter-style, | ||
understand how it works, and make the modifications in the ESLint | ||
configurations and the codebase to ensure CI job for lintFrontend passes. | ||
|
||
List the aspects you learned, and the resources you used to learn them, and a brief summary of each resource. | ||
### Vite | ||
Learnt about how Vite build identifies the base directory when | ||
serving static assets. | ||
|
||
### Tool/Technology 2 | ||
### Vercel | ||
Learnt how to configure Vercel on a GitHub repository. | ||
|
||
... | ||
### Immutability in Java | ||
Learnt about the various aspects to consider when designing | ||
and immutable class in Java, such as: | ||
- private and final variables | ||
- elimination of setter methods | ||
- returning copies for mutable variables | ||
- considerations for constructor design (method overloading vs Builder pattern) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
| Week | Achievements | ||
| ---- | ------------------------------------- | ||
| 5 | Authored issues #2602, #2603 | ||
| 5 | Explored debugger configurations for JetBrains IDEs and VSCode | ||
| 5 | Explored Markdown-it codebase | ||
| 5 | Deployed local LLM and fed aggregated MarkBind codebase to it |