Jack Meyer
Jack Meyer
## 🚀 Feature Proposal As part of the removing redux, this issue is to move user/session information into a `UserProvider` rather than stored in `redux`. The `UserProvider` should follow the...
Recently, the following was added to the `.eslintrc.js` file to warn about new linting rules. ``` 'react/require-default-props': ['warn'], 'react/default-props-match-prop-types': ['warn'] ``` It seems like these should be errors, however, more...
## 🚀 Feature Proposal When creating a Related Person, it assumes that the patient that you want to add as a related person already exists. If the related person does...
Given the following CQL: ``` define "SDE Payer": ["Patient Characteristic Payer": "Payer"abc] ``` The translator does not result in an error. However, ``` define "SDE Payer": ["Patient Characteristic Payer": "Payer"123]...
## 🚀 Feature Proposal There should be the ability to filter/search for data by column. The Table component will not actually be responsible for doing the filtering, but rather expose...
Forms
## 🚀 Feature Proposal Add forms to the component library. Forms should have: - [ ] form builder: outputs a jsonschema, including validation and field types - [ ] auto...
**Changes proposed in this pull request:** - updates @fortawesome/fontawesome-svg-core - updates react-bootstrap - updates @types/react
## 🚀 Feature Proposal Upgrade components library to react 17.0.x
* Update headers * Update travis token exchange