teal icon indicating copy to clipboard operation
teal copied to clipboard

Exploratory Web Apps for Analyzing Clinical Trial Data

Results 182 teal issues
Sort by recently updated
recently updated
newest added

### Feature description The app object created using the `init` function is a list of UI and Server functions. It will be nice to have a print method for this...

enhancement
core

There are no `shinytest2` tests yet for `teal_transform_module`. The only ones are added for the decorator use case in this PR https://github.com/insightsengineering/teal/pull/1357

good first issue
question
core

### What is your question? When missing data is passed to the application we need to show the warning somewhere. When data is loaded from `teal_data_module`, then the warnings about...

question
core

Instead of exposing `reporter` argument in the `module` and appending reporter `card` to the `reporter` object (via `simple_reporter_srv`), we can just return reporter card from the module, which automatically will...

enhancement
core

I think summary table can be improved a little by indenting child datasets. | Current | Desired | | -------- | ------- | | | ![image](https://github.com/user-attachments/assets/12bd6347-e968-4c63-bf3f-6e2747e38b9d) |

core

Currently, the `teal_data_module` and `teal_transform_module` just prints the UI and Server functions and the attributes when we print them. It will be nice if we can format this to showcase...

enhancement
core

### What happened? Possible Edge case: - App developer uses object in pre-processing - Such as a function - `datanames ≠ "all"` (is **NOT** set to `all`) - 🔴 Data...

bug
core

Blocked by https://github.com/insightsengineering/teal/issues/1368 - Assign yourself to a single module by adding your name next to the item. - add the decorator functionality to the module and update relevant documentation...

core

### What is your question? I've explored teal pretty deeply and was looking for clarification of the delayed data loading approach illustrated by the delayed gallery code: https://github.com/insightsengineering/teal.gallery/blob/main/delayed-data/app.R. While this...

question
core

### What happened? When an app has many modules containing predefined filters, the **Filter Manager** pop-up grows beyond the viewport and becomes difficult to use — parts of the UI...

bug
core