-
Notifications
You must be signed in to change notification settings - Fork 5
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
Group Management #88
Group Management #88
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's reformat the flow of this increment
@@ -34,6 +34,12 @@ public boolean isExit() { | |||
return false; | |||
} | |||
|
|||
/** | |||
* Returns whether the current command is a switch command or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ayo what
@@ -63,6 +64,8 @@ public static Command parseCommand(String commandString, String taskExpression) | |||
// Fallthrough | |||
case "chart": | |||
throw new LongAhException(ExceptionMessage.COMMAND_NOT_IMPLEMENTED); | |||
case "switchgroup": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wut
Add ability to create different groups and switch between them such that each group maintains their own member and transaction list. Let me know if there is a neater way to implement this outside of LongAh main.
Todo: