Skip to content

Commit

Permalink
Update j-y-yan.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Y-Yan committed Nov 14, 2023
1 parent 15c64cd commit 5d8345e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/team/j-y-yan.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ FITNUS is a desktop fitness tracking application that allows NUS students to set

## Contributions

### The ExerciseLog Class
The way that I contributed to the project is by creating and implementing the ExerciseLog class and its associated classes. For example,
there are specific commands that users who want to interact with the exercise log can use, which are the log, delete, update, and view commands.
This gives the user full CRUD functionality of the exercise log.
### The Calorie Goal Class
The way that I contributed to the project is by creating and implementing the Goal class and its associated classes including the various goal command classes, goal and goalList data type classes, and goal storage class. The app now allows user to input a new calories consumption target on a particular date. It is able to spot errors if the user input a wrong date that is passed or not in the format of DD/MM/YYYY or YYYY/MM/DD. It also allows user to make achievement from goals, with supported view function and delete function.

### Documentation
I contributed to the UG in the parts that are related to the ExerciseLog class and the introduction. In the DG, I contributed to the `Update Exercises from Log feature` section and all the diagrams in that section.
I contributed to the UG in the parts that are related to goal related classes. In the DG, I contributed to the `Update Exercises from Log feature` section and all the diagrams in that section.

### Team-Based Tasks
* Release various issues about improvement and bug reports of the app
Expand Down

0 comments on commit 5d8345e

Please sign in to comment.