These are the standards that should be used when coding for this project.
- Code:
- Check with ESlint
- Follow google guide,
- Use design patterns from dofactory and addyosmani
- Test: use of QUnit via Karma,
- Documentation: use of jsdoc,
- Versioning: Semantic Versioning
- Branch: try to follow some kind of branching model
These standards are enforced using Continuous Integration with github-actions: builds using node (see .github/workflows/nodejs-ci.yml
) and yarn. The CI executes the lint and test scripts.
Others
- Icons: firefox-os styleguide
Services
- Github (status), build status
- Transifex: translations, dwv page
- Dependabot: dependency up to date bot checker, dwv page
Others:
- Code Climate (status): code review + test coverage + lint, dwv page
- Fossa: license check, dwv page
Generic
- Certification: Europe, US (FDA) -> IEC_62304
- Dicom Conformance Statement: dicomiseasy post
- Health Insurance Portability and Accountability Act (HIPAA): official, wikipedia
- Methods for De-identification of PHI (protected health information). See related DICOM Supplement 142 (and this presentation)