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

Cleanup of purchase data #190

Merged
merged 8 commits into from
Sep 22, 2023
Merged

Cleanup of purchase data #190

merged 8 commits into from
Sep 22, 2023

Conversation

TTA777
Copy link
Member

@TTA777 TTA777 commented Jul 15, 2023

Closes #130

The migrations have been tested on a both a local copy of current prd and dev data, and appear to work as intended

Purchase type should also be set in all places where appropriate in the code

@TTA777 TTA777 requested a review from a team July 15, 2023 19:55
@ghost
Copy link

ghost commented Jul 15, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@TTA777 TTA777 marked this pull request as ready for review July 16, 2023 14:24
@sonarcloud
Copy link

sonarcloud bot commented Jul 26, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

47.7% 47.7% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@TTA777 TTA777 force-pushed the feature/purchaseDataCleanup branch from 1d810c3 to d2ff9d4 Compare August 30, 2023 15:09
@TTA777 TTA777 force-pushed the feature/purchaseDataCleanup branch from d2ff9d4 to cf90f16 Compare September 21, 2023 20:03
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2023

Codecov Report

Patch coverage: 0.73% and project coverage change: -2.24% ⚠️

Comparison is base (051e0b7) 10.23% compared to head (e89e58f) 8.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop    #190      +/-   ##
==========================================
- Coverage    10.23%   8.00%   -2.24%     
==========================================
  Files          147     157      +10     
  Lines         7708   10007    +2299     
  Branches       457     458       +1     
==========================================
+ Hits           789     801      +12     
- Misses        6902    9188    +2286     
- Partials        17      18       +1     
Files Changed Coverage Δ
...ations/20230711144034_AddPurchaseTypes.Designer.cs 0.00% <0.00%> (ø)
...rary/Migrations/20230711144034_AddPurchaseTypes.cs 0.00% <0.00%> (ø)
...ons/20230711161456_PurchaseDataCleanup.Designer.cs 0.00% <0.00%> (ø)
...y/Migrations/20230711161456_PurchaseDataCleanup.cs 0.00% <0.00%> (ø)
...eOrderIdUniqueAndExternalTransactionId.Designer.cs 0.00% <0.00%> (ø)
...6_PurchaseOrderIdUniqueAndExternalTransactionId.cs 0.00% <0.00%> (ø)
...20230818201050_PurchaseTypeNonNullable.Designer.cs 0.00% <0.00%> (ø)
...grations/20230818201050_PurchaseTypeNonNullable.cs 0.00% <0.00%> (ø)
...brary/Migrations/CoffeeCardContextModelSnapshot.cs 0.00% <0.00%> (ø)
...ecard/CoffeeCard.Library/Services/MapperService.cs 0.00% <0.00%> (ø)
... and 7 more

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

@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

46.7% 46.7% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@jonasanker jonasanker enabled auto-merge (squash) September 22, 2023 18:54
@jonasanker jonasanker merged commit 3942151 into develop Sep 22, 2023
6 of 7 checks passed
@jonasanker jonasanker deleted the feature/purchaseDataCleanup branch September 22, 2023 18:54
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.

Redesign data model for Purchases, Vouchers and Free Products
3 participants