teal icon indicating copy to clipboard operation
teal copied to clipboard

[Feature Request]: Make a new data-summary

Open gogonzo opened this issue 1 year ago • 2 comments

Blocked by https://github.com/insightsengineering/teal/issues/1229

  1. Module should produce the same table as FilteredData$ui_overview.
    • arguments: id, data (reactive teal_data)
    • output: reactive teal_data
  2. Module's server should be called just before passing data to the teal_module (look here)
  3. Beware that instead of data (teal_data), datasets (FilteredData) object could be still used in a module, and transform can't be performed on FilteredData. Please include summary under condition is_arg_used(modules$server, "data")
  4. 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

gogonzo avatar May 21 '24 17:05 gogonzo

Prefers to have it within the module (and collapsable if possible) instead of a separate tab

kumamiao avatar May 23 '24 14:05 kumamiao

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 avatar May 23 '24 18:05 gogonzo

@gogonzo just double checking we want this to be a feature implemented in teal based on a feature we had in teal.slice?

m7pr avatar Jul 02 '24 09:07 m7pr