[Feature Request]: Make a new data-summary
Blocked by https://github.com/insightsengineering/teal/issues/1229
- Module should produce the same table as
FilteredData$ui_overview.- arguments:
id,data(reactive teal_data) - output: reactive teal_data
- arguments:
- Module's server should be called just before passing data to the teal_module (look here)
- Beware that instead of
data(teal_data),datasets(FilteredData) object could be still used in a module, and transform can't be performed onFilteredData. Please include summary under conditionis_arg_used(modules$server, "data") - Module's ui should be included in a relevant place to inform how data have changed in a "transformation".
Hide existing filter-panel-summary so we don't need to make changes in teal.slice. Please keep in mind this issue
Prefers to have it within the module (and collapsable if possible) instead of a separate tab
Prefers to have it within the module (and collapsable if possible) instead of a separate tab
What do you mean specifically? If you want this in the teal_module, then it will be in the encoding panel, and it will be something which module-developer will have to add (call the summary-module inside of own teal_module).
Current idea is that summary will be inserted in the sidebar where filter-panel is and where teal_transform will be. Every item in this sidebar will be collapsible.
@gogonzo just double checking we want this to be a feature implemented in teal based on a feature we had in teal.slice?