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

Add Missing Files to Satisfy Repolinter #33

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/SUPPORT.md
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
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading