Updating Contention Classification DC Lookup Table - department-of-veterans-affairs/abd-vro GitHub Wiki

Getting the lookup table updated

Submitting Updates

  • Please make updates to the lookup table in a separate PR without any additional changes to application logic!
  • Ensure the title of the PR indicates that the lookup table is being updated and include the version number
  • this will make sure that users can see the lookup table updates from the releases section on github!

Spreadsheet Versioning

  • Currently we store the mappings in a spreadsheet HERE.
  • There are different sheets available for different versions.

Locking

Make sure the latest version intended for release has been "locked" so no further edits can be made to the sheet. Screenshot 2023-06-15 at 2 25 06 PM

Export the desired sheet as .csv

Github

Make sure the .csv filename follows the file format

"Contention Classification Diagnostic Codes Lookup table master sheet - DC Lookup {{ TABLE_VERSION }}.csv"

Add the new .csv file to domain-cc/cc-app/src/python_src/util/data

Update table_version.py to include the updated version number

If the CI passes, you should be good-to-go! Have a great day 💫