generated from DSACMS/.github
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from DSACMS/repolinter-files
Add Missing Files to Satisfy Repolinter
- Loading branch information
Showing
4 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). | ||
|
||
<!-- TODO: Fill out where to get support --> | ||
## Contributions | ||
|
||
See [`contributing.md`][contributing] on how to contribute. | ||
|
||
|
||
## License | ||
|
||
[CC0 1.0][license] | ||
|
||
<!-- Definitions --> | ||
|
||
[license]: https://creativecommons.org/publicdomain/zero/1.0/legalcode | ||
|
||
[contributing]: CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters