teal
teal copied to clipboard
Exploratory Web Apps for Analyzing Clinical Trial Data
### Summary This task is to handle the CSS changes of the proposed design for PoC: https://github.com/insightsengineering/teal/issues/1289 Blocked by #1316 as the HTML layout would need to be completed first....
### Summary This task is to handle the HTML layout of the proposed design for PoC: #1289 ### Acceptance Criteria: - Move the sidebar to the left-hand side. - Move...
Related: https://github.com/insightsengineering/nestdevs-tasks/issues/58 ### Summary The work on the teal transform module has prompted us to take a second look at the teal UI to ensure it is efficient, intuitive. and...
Recently we have moved the landing popup feature to become one of the arguments of `init()`. I don't think it's correct. If you compare the relevance of all the other...
Follow-up on: https://github.com/insightsengineering/teal/pull/1253 Resolve all "TODO:" * inline comments: https://github.com/search?q=repo%3Ainsightsengineering%2Fteal+todo+path%3A%2F%5ER%5C%2F%2F&type=code * test skips: https://github.com/search?q=repo%3Ainsightsengineering%2Fteal%20skip(%22todo%22)&type=code Apparently, all of them has been introduced in the aforementioned PR
### What happened? There is a different behaviour of data flow in modules when using transform during init. The transform module server seems to be called for every module. But,...
In the projects like TLG-Catalog, where we produce a lot of small apps for WebR I want to be able to disable lockfile creation
### Summary Currently, users can apply multiple `teal_transform_module` instances to a module. If one of the `teal_transform_module` fails, the current behavior is as follows: * Validation or assertion occurs to...
### What happened? When `ANL` (or any new dataset) is created in `teal_transform_module` and `teal_module` is based on this **new** dataset only, then related datasets are ignored when building an...