-
Notifications
You must be signed in to change notification settings - Fork 0
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
Delete Item button #50
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.
Sweet and simple. Just minor changes
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.
LGTM
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.
🚀
* Delete Item button * PR changes
* feat: implement reset for make filter. feat: autofill existing make filter * refactor: call reset filter based on filter class type * fix: remove unused methods in make filter fragment * docs: added java docs for resetting * Espresso testing for Add Item (#47) * Working Espresso test for Add Item Uses two utility functions: 1. Sets up MainActivity with a test user 2. Added a 'waitForView' method to allow waiitng for UI to load --------- Co-authored-by: ldbonkowski <lbonkows@ualberta.ca> Co-authored-by: ldbonkowski <77549591+ldbonkowski@users.noreply.github.com> * Delete Item button (#50) * Delete Item button * PR changes * fix: reinitialize itemList array * fix: remove extra semicolon * feat: save and auto fill last make filter --------- Co-authored-by: Owen Cooke <90405643+owencooke@users.noreply.github.com> Co-authored-by: ldbonkowski <lbonkows@ualberta.ca> Co-authored-by: ldbonkowski <77549591+ldbonkowski@users.noreply.github.com>
Describe your changes
This PR accomplishes the following:
Issue ticket number and link
This PR addresses: #16
Checklist before requesting a review
Screenshots (if applicable)
e.g. UI screenshots, UML screenshots, etc