Jack Meyer

Results 25 issues of 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...

🚀enhancement
core-team
🚧blocked

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...

in progress
ci/cd

## 🚀 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...

🚀enhancement
needs requirements
help wanted
in progress
needs clinical feedback
core-team
critical
patients
LOE - medium

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]...

question

## 🚀 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...

enhancement
in progress

## 🚀 Feature Proposal Add forms to the component library. Forms should have: - [ ] form builder: outputs a jsonschema, including validation and field types - [ ] auto...

enhancement
help wanted
good first issue

**Changes proposed in this pull request:** - updates @fortawesome/fontawesome-svg-core - updates react-bootstrap - updates @types/react

in progress
dependencies

## 🚀 Feature Proposal Upgrade components library to react 17.0.x

in progress
dependencies

* Update headers * Update travis token exchange

bug
technical debt
help wanted