finddx / FINDtestdirData

0 stars 0 forks source link

Update report and workflow for chagas - dev app with multiple performances #41

Open findanna opened 1 year ago

findanna commented 1 year ago

@benubah please use 00O6900000BnnLZEAZ for adding the chagas report on the workflow. This report is the new format web report, so we need to update the meta_cols file as well.

The new report contains multiple performances per submission. The prod app should still show one row per submission. We should build a dev app which will show an expandable table with unique top row for each submission and underneath it multiple entries of performances, similar to what we did for COVID-19 multiple submissions but never pushed to prod.

benubah commented 1 year ago

On this, but can't find the branch with nested DT columns.

findanna commented 1 year ago

@benubah no luck finding the branch yet? Check here maybe: https://github.com/finddx/shinytestdir/tree/c367bc1c62b586f7b4a4f1daccf00243bf0da0f9

benubah commented 1 year ago

Yes, could not find it. It's also not there at the link you provided above.

Will try to show something tomorrow

benubah commented 1 year ago

Some trials with both datatable and reactable.

Reactable seems more stable for this.

https://finddx.shinyapps.io/chagas_dev_datatable/

https://finddx.shinyapps.io/chagas_dev_reactable/

benubah commented 1 year ago
benubah commented 1 year ago

@findanna I've updated both the production app and dev apps with the new web report and the requests in the PR https://github.com/finddx/FINDtestdirData/pull/43