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

feature: add delete product impl. and tests #73

Merged
merged 3 commits into from
Sep 27, 2023
Merged

feature: add delete product impl. and tests #73

merged 3 commits into from
Sep 27, 2023

Conversation

ran-isenberg
Copy link
Owner

@ran-isenberg ran-isenberg commented Sep 27, 2023

Summary

add delete product impl. and tests
update docs dal interface with delete function

User experience

If applicable, please share what the user experience looks like before and after this change

Checklist

If your change doesn't seem to apply, please leave them unchecked.

  • I have performed a self-review of this change
  • Changes have been tested
  • Changes are documented
  • PR title follows conventional commit semantics
Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@ran-isenberg ran-isenberg temporarily deployed to dev September 27, 2023 07:32 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f79d2fa) 100.00% compared to head (3cd5819) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #73   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        19    +2     
  Lines          238       278   +40     
=========================================
+ Hits           238       278   +40     
Files Coverage Δ
product/crud/dal/db_handler.py 100.00% <100.00%> (ø)
product/crud/dal/dynamo_dal_handler.py 100.00% <100.00%> (ø)
product/crud/domain_logic/handle_create_request.py 100.00% <100.00%> (ø)
product/crud/domain_logic/handle_delete_request.py 100.00% <100.00%> (ø)
product/crud/domain_logic/handle_get_request.py 100.00% <100.00%> (ø)
product/crud/handlers/delete_product.py 100.00% <100.00%> (ø)
product/crud/handlers/get_product.py 100.00% <100.00%> (ø)
product/crud/handlers/schemas/env_vars.py 100.00% <100.00%> (ø)
product/crud/schemas/input.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ran-isenberg ran-isenberg merged commit 0f96a22 into main Sep 27, 2023
6 checks passed
@ran-isenberg ran-isenberg deleted the delete branch September 27, 2023 07:42
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