From 9e92b5a99edf8fedee3f757de2787bc11f4f4a33 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Mon, 12 Feb 2024 13:40:27 -0600 Subject: [PATCH 1/4] add support.md Signed-off-by: Isaac Milarsky --- .github/SUPPORT.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/SUPPORT.md diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 0000000..ef3d4d6 --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,24 @@ +# Support + +This article explains where to get help with DSACMS/ecqm-dedupe. +Please read through the following guidelines. + +We adhere to the [CMS Open Source +Policy](https://github.com/CMSGov/cms-open-source-policy). If you have any +questions, just [shoot us an email](mailto:opensource@cms.hhs.gov). + + +## Contributions + +See [`contributing.md`][contributing] on how to contribute. + + +## License + +[CC0 1.0][license] + + + +[license]: https://creativecommons.org/publicdomain/zero/1.0/legalcode + +[contributing]: CONTRIBUTING.md From da6020537b844ed95802d1cfb3aa453429fa8977 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Mon, 12 Feb 2024 13:50:45 -0600 Subject: [PATCH 2/4] add changelog Signed-off-by: Isaac Milarsky --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..75409b1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# CHANGELOG.md + +## Version 1 + +Features: + + - Created flask frontend for dedupliFHIR interface + - Users used frontend to supply training data as well as show duplicates + - Use dedupe python library on the backend to deduplicate data + + +## Version 2 + +### Pre-Alpha + +Features: + - Rewrite backend with Splink data deduplication library + - Use Click to create our CLI + - Use Faker to generate test data + - Work Started on Electron front-end to replace flask front-end + - Create GitHub CI/CD action workflow for the repo \ No newline at end of file From 84d962a7bd6948933f46feb242200b0e5e4feb0e Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Mon, 12 Feb 2024 14:07:32 -0600 Subject: [PATCH 3/4] add link in documentation index Signed-off-by: Isaac Milarsky --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e66f73..ad7f373 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ An up-to-date list of core team members can be found in [MAINTAINERS.md](MAINTAI - [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) - [SECURITY.md](./SECURITY.md) - [LICENSE](./LICENSE) +- [SUPPORT.md](./.github/SUPPORT.md) ## Repository Structure From 82e31c60de35acdd1ec10d60407c077a16939bef Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Mon, 12 Feb 2024 16:07:34 -0600 Subject: [PATCH 4/4] remove 312 Signed-off-by: Isaac Milarsky --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 41a8e94..d71f129 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v4 - name: Install poetry