Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pragya] iP #415

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

[Pragya] iP #415

wants to merge 33 commits into from

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