From 5d8345ed89ffd22770fcc30bcc29407c74d1c987 Mon Sep 17 00:00:00 2001 From: J-Y-Yan <142566176+J-Y-Yan@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:09:35 +0800 Subject: [PATCH] Update j-y-yan.md --- docs/team/j-y-yan.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/team/j-y-yan.md b/docs/team/j-y-yan.md index cf7703522..92b9122b8 100644 --- a/docs/team/j-y-yan.md +++ b/docs/team/j-y-yan.md @@ -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