Boban
Boban
# PULL REQUEST ## Summary - Update npm build scripts to include static assets - Update docker-compose.yml to use the Dockerfile with npm run start
# PULL REQUEST ## General Summary - Use "use client" only where necessary, like when we are using browser and interactivity specific functionality. This allows us to default to server...
## Action Requested - As product manager, I want our test data to run through the ingestion service so that our demos show realistic data. ## Acceptance Criteria - Files...
## Action Requested - Create a new FHIR enhancer service. - Move over existing logic from FHIR Converter to add display names to LOINCs that do not have display names....
## Action Requested - `view more`/ `view less` buttons should contain [aria-expanded](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded) attribute depending on if it is open or closed ## Acceptance Criteria - `view more` and `view less`...
## Action Requested - Add visual focus indicator on lab result accordion buttons  ## Acceptance Criteria - Visual focus indicator is on each accordion button in lab results. ##...
## What needs to be done - Remove `saveSource` from the params of the `/save-fhir-data` endpoint - Remove unused `saveToPostgres` function - Update api docs for POST `/save-fhir-data` - Update...
## What needs to be done - Setup S3 localstack in docker-compose.yml - Update create seed data to save to S3 bucket ## Why it needs to be done -...
# PULL REQUEST ## Summary - Create new `extended_metadata_db.sql` file - **Written for SQL Server** - UUID type is supported in Postgres and SQL Server, but not MySQL or Oracle....
## What needs to be done - Add `tsc --noEmit` to our linting process ## Why it needs to be done - Currently there are 7 typescript errors in our...