Merethe Hansen
Merethe Hansen
@jayna-SkylightDigital 1. **_Are we currently auto-saving changes in other places in the application if a user navigates away?_** I think this is the first instance in the app where someone...
Met with @jayna-SkylightDigital, @kenieh, and @khayeni-SL and determined that if a user makes a change to the provider, they do not need to hit save again on the facility page...
since this has been deprioritized I'm unassigning myself and have pushed up what I had to this branch https://github.com/CDCgov/prime-simplereport/tree/merethe/backend-mult-providers Notes for picking this back up * in the above branch:...
Looks like when we added condition and test result filtering to the result page, we forgot to add it to the _Download results_ functionality as well - we pass the...
Reopening because I am still seeing this bug in `demo` with the test result filter. I think because the backend query is returning test events, we're going to get any...
should we change the default value here too? https://github.com/CDCgov/prime-simplereport/blob/b43dc34051df951e07e1bedb6076e6da5037c397/backend/src/main/java/gov/cdc/usds/simplereport/utils/BulkUploadResultsToFhir.java#L89-L90 also does `@Value` overwrite the explicit assignment? seems strange to assign at all? **edit** oh also here https://github.com/CDCgov/prime-simplereport/blob/5ba4455154efc068c4e5dae201338db95a7402ca/backend/src/main/java/gov/cdc/usds/simplereport/service/TestResultUploadService.java#L116-L117
~if someone uploads a CSV with a `processing_mode_code` column set to `T` in prod, does this mean we'll send it with `T` to the Covid pipeline but send it with...
> Added context: this impacts `training` env but not `prod`. Costs eng time to fix it each time. I think this will also impact `demo` env