forked from nus-cs2113-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51c0491
commit a3e3f88
Showing
1 changed file
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Yao Chenguang's Project Portfolio Page | ||
|
||
## Project: MathGenius | ||
MathGenius is a user-friendly application that provides a platform to enhance your equation-solving abilities. | ||
Given below are my contributions to the project. | ||
- **New Features** :Added the ability to generate problems | ||
- What it does : it allows user to generate problem sets in different types and difficulties | ||
- Justification : it constitutes the core function of this program | ||
- Highlights: user can define problems' length, number, operations and maximum digits of operands | ||
|
||
|
||
- **Code contributed** : [Reposense Link](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/?search=classskipper351&breakdown=true&sort=groupTitle%20dsc&sortWithin=title&since=2024-02-23&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other) | ||
|
||
|
||
- **Project management** : Managed releases `v1.0` - `v2.1` (3 releases) on GitHub | ||
|
||
|
||
- **Documentation**: | ||
|
||
- Developer Guide: | ||
- Added implementation details of the `ProblemGenerator` feature. | ||
|
||
|
||
- **Community**: | ||
- Reported bugs and suggestions for other teams in the class: [issues](https://github.com/issues) | ||
- Reviewed other teams documentation and gave comments | ||
|
||
- **Tools** : | ||
- IntelliJ |