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

Finish all user stories for v2.0 #143

Merged
merged 6 commits into from
Nov 1, 2023
Merged

Conversation

hshiah
Copy link

@hshiah hshiah commented Nov 1, 2023

Finish all user stories for v2.0

@hshiah hshiah closed this Nov 1, 2023
@hshiah hshiah reopened this Nov 1, 2023
@hshiah hshiah requested review from ryan1604, NeoMinWei, wwweert123 and YFshadaow and removed request for ryan1604 and NeoMinWei November 1, 2023 14:24
Copy link

@NeoMinWei NeoMinWei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -19,7 +23,7 @@ public UnmarkReminderCommand(RawCommand rawCommand) throws IllegalArgumentExcept
if (index == 0) {
throw new IllegalArgumentException("Index must be within the list");
}
if (index > ReminderList.getInstance().list.size()+1){
if (index > WishList.getInstance().list.size()+1){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (index > WishList.getInstance().list.size()+1){
if (index > WishList.getInstance().list.size() + 1){

@@ -3,7 +3,7 @@
import java.util.Arrays;

public enum ExpenseType {
DINING, ENTERTAINMENT, SHOPPING, TRAVEL, INSURANCE, NECESSITIES, OTHERS;
DINING, ENTERTAINMENT, SHOPPING, TRAVEL, INSURANCE, NECESSITIES, OTHERS, GOAL;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the goal be one of the expensetypes? ie. buy car would be under 'others'. so goal shouldnt be one of the types

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense.

Copy link

@ryan1604 ryan1604 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can add functions to save and load goal and reminder from storage

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I will do it in v2.1 as enhancement.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@hshiah hshiah merged commit 0544e3f into AY2324S1-CS2113-T18-2:master Nov 1, 2023
3 checks passed
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.

3 participants