Skip to content

Conversation

@prgJ
Copy link

@prgJ prgJ commented Feb 26, 2022

No description provided.

damithc and others added 30 commits July 29, 2021 20:30
This reverts commit 94c1074.
* branch-Level-7:
  bug fixes
  saving functionality

# Conflicts:
#	src/main/java/DeadlineTask.java
#	src/main/java/Duke.java
#	src/main/java/EventTask.java
# Conflicts:
#	src/main/java/Duke/DukeInvalidCommandDataInput.java
#	src/main/java/Duke/Parser.java
#	src/main/java/Duke/Ui.java
# Conflicts:
#	src/main/java/Duke/Parser.java
#	src/main/java/Duke/TaskList.java
#	src/main/java/Duke/Ui.java
Duke needs a way to keep track of tasks completed in a given time frame.

A Stats command is useful as it allows users to keep track of their progress over time,
not just as a one-off event.

Let's update the Parser and TaskList to identify and process Stats command. Additionally, lets add a createdDate variable
to all the tasks.

The createDate variable will allow us to keep track of a task's creation relative to the current date, thus displaying completion
relative to current day.
Higher quality code makes easily maintainable code as well.

Lets:
*Remove unused methods
*implement good SLAP
*shorten long methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant