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

Development of WordBank List #71

Merged
merged 7 commits into from Oct 15, 2019
Merged

Development of WordBank List #71

merged 7 commits into from Oct 15, 2019

Conversation

sreesubbash
Copy link

No description provided.

@sreesubbash sreesubbash merged commit 4a14935 into master Oct 15, 2019
Copy link

@kohyida1997 kohyida1997 left a comment

Choose a reason for hiding this comment

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

Thanks for the efforts! Minor issues in the MainWindow class but otherwise it looks good.

@@ -221,8 +221,9 @@ private CommandResult executeCommand(String commandText) throws CommandException
}

//So is this. Todo: Compile both the above and below into a new "UpdateUI" class.

if (commandText.equals("list")) {
if (commandText.equals("bank")) {

Choose a reason for hiding this comment

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

Perhaps we can move these checks away from MainWindow, so we don't break the abstraction of UI.

Copy link
Author

Choose a reason for hiding this comment

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

Ok I believe @dragontho is figuring a way to restructure the views.

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.

None yet

2 participants