Updated the BrowseFilter Use Case#213
Open
hannah-em wants to merge 123 commits into
Open
Conversation
…tead of pet object
Adding entity for Gallery
pet class
adding Admin and Visitor; updating User entity to abstract
Modified logout system
BrowseFilter Use Case
current submit application usecase update
… files for application Fixed application entity bug and made changes. Added database files and interface adapter for applications.
…application submission use case, added in appbuilder the manageapplication view, changed user to non-abstract (deleted abstract keyword)
Changed application implementation to fit visitor implementation and application submission use case, added in appbuilder the manageapplication view, changed user to non-abstract (deleted abstract keyword)
Update DatabasePetGateway.java
small correction in user factory
Temporary fix for manage application so the program runs
Updated BrowseFilterViewModel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I updated the browse filter use case to include the BrowseFilterState and made any needed changes in presenter, viewmodel and view.