DSACMS / dedupliFHIR

Prototype for basic deduplication and aggregation of eCQM data
Creative Commons Zero v1.0 Universal
8 stars 1 forks source link

Dedupe-Data: Deduplication & Downloading Results #36

Closed natalialuzuriaga closed 6 months ago

natalialuzuriaga commented 6 months ago

Dedupe-Data: Deduplication & Downloading Results

Problem

Our features for the alpha version consist of:

This PR implements step 2 and step 3 of above.

Solution

Test Plan

TODO: Ask Pat about testing, leaning towards Jest

patsier-cms commented 6 months ago

We also might want to add the generated .xlsx file to the .gitignore to make development easier

IsaacMilarky commented 6 months ago

@natalialuzuriaga Looks amazing! I did run into an issue downloading the excel spreadsheet however it might be a platform difference since I ran the frontend on my linux machine.

image

IsaacMilarky commented 6 months ago

It looks like it created a file called frontenddeduped_record_mapping.xlsx in the root of the repository

natalialuzuriaga commented 6 months ago

@IsaacMilarky Ahhhh super cool to see it working in a different OS! Made a fix to this file path issue, hopefully it works now