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

QPPA-8312: added mock AdminClaim and cost data #732

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

ckawell-sb
Copy link
Contributor

@ckawell-sb ckawell-sb commented Nov 16, 2023

ICF


Related Tickets & Documents

https://jira.cms.gov/browse/QPPA-8312


Description

See ticket description.


What type of PR is this?

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore
  • ⏩ Revert

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ Confluence
  • πŸ™… no documentation needed

@@ -63,7 +63,9 @@ function convertCsvToJson(csvPath: string, performanceYear: number, jsonFileName

//populate some default values if they are not found in the csv.
measure.isToppedOutByProgram = measure.isToppedOutByProgram || false;
measure.averagePerformanceRate = measure.averagePerformanceRate || null;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This code change is to auto update the averagePerformanceRate value and set it as a number instead of a string.

Copy link

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ckawell-sb ckawell-sb merged commit 2daa5cb into develop Nov 17, 2023
3 checks passed
@ckawell-sb ckawell-sb deleted the feat/QPPA-8312 branch November 17, 2023 16:15
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