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

Delete Item button #50

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Delete Item button #50

merged 2 commits into from
Nov 8, 2023

Conversation

ldbonkowski
Copy link
Contributor

@ldbonkowski ldbonkowski commented Nov 8, 2023

Describe your changes

This PR accomplishes the following:

  • Adds a button to delete an item

Issue ticket number and link

This PR addresses: #16

Checklist before requesting a review

  • I have performed a self-review of my code
  • Necessary java docs are present
  • Necessary UML diagrams are created
  • Necessary tests are written

Screenshots (if applicable)

e.g. UI screenshots, UML screenshots, etc

Copy link
Contributor

@owencooke owencooke left a 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

Copy link
Contributor

@jdrco jdrco left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@owencooke owencooke left a comment

Choose a reason for hiding this comment

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

🚀

@ldbonkowski ldbonkowski merged commit a403f48 into main Nov 8, 2023
1 check passed
jdrco pushed a commit that referenced this pull request Nov 9, 2023
* Delete Item button

* PR changes
jdrco added a commit that referenced this pull request Nov 9, 2023
* 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>
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.

3 participants