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

BRS-357: Separate each variance into individual cells; increase timeout on exporters #367

Closed
wants to merge 2 commits into from

Conversation

davidclaveau
Copy link
Collaborator

Ticket:

#357

Description:

  • Update the Variance Report Export to contain columns for each variance report item

    • Take the items in EXPORT_VARIANCE_CONFIG and flatten the keys into an array
    • Use the flattened array to compare against the record.fields, which are the variance items found in each record
    • If the key matches a field, then we push the key to the record under their own item record[field.key] (as opposed to daisy chaining all the variances under notes).
  • Fix the Variance test as the databases are now (as #291) recreated for each test, so the test will never find an existing export job i.e. Variance report export job already running

  • Also, increase timeout for the exporter in #291 as they seem to take a little longer with the V3 SDK

@davidclaveau davidclaveau deleted the BRS-357 branch August 13, 2024 21:23
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