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

Main UI features #42

Merged
merged 10 commits into from
Dec 5, 2021
Merged

Main UI features #42

merged 10 commits into from
Dec 5, 2021

Conversation

selenasy
Copy link
Contributor

@selenasy selenasy commented Dec 5, 2021

This pull request implements all the features of the main program UI including creating, editing, and deleting decks. This also includes adding and editing cards in a deck. The menu for starting a session has functional option-picking for decks and session type.

In addition, MainUI.java was renamed to Main.java, and MainUIController.java was renamed to MainUI.java. These file name changes bring the main UI files in sync with the naming system of the rest of the UI. DeckUIController.java was merged into the new MainUI.java to eliminate the arbitrary separation between the functions in the two files. This resolves issue #33.

Within MainUI.java, the dummy account data currently in initialize() will need to removed for integration with account UI, and onStartSessionSubmit() will need to be adjusted to forward to the right session UI.

@selenasy selenasy merged commit 27c3868 into main Dec 5, 2021
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