-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research interaction between data, filter panel and modules #32
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Users feedback:
Team conclusions:
|
Also note: https://github.com/insightsengineering/coredev-tasks/issues/256 - added into list above |
Thanks @gogonzo for adding my feedback above, one addition I would like to add here: for really high dimensional MAE we don't expect automatic ingestion in tmc, tmg, etc. |
I'm happy to close this item in favor of: We reached the conclusion of having teal components being more universal and being able to be called by non-teal shiny apps. For this item (1) we already created necessary issues. After (1) is completed we plan to refactor data_merge/data_extract in another increment as doing both in the same is to much for the team capacity. Postponing data_merge gives us also a time to gid more into chevron , to find the way to enable teal for |
As
teal
andteal.devel
have been separated to packages:teal
,teal.code
,teal.data
,teal.logger
,teal.slice
,teal.transform
&teal.widgets
, it is worthwhile to consolidate the interaction between different packages.An example case:
teal.slice
should only be slicing the data and not do any data manipulation. Once users filter out some factor levels, should there be dropping of the empty levels? Should the level dropping happen on the app level or each module level?What done looks like: finish user interviews on user preferences, implement changes either on teal level, or teal modules level.
This item is a research issue on whole team framework. Issue parts are:
Design doesn't have to be specific to the level of all methods and fields in the classes. Conclusion should contain relationships between packages/classes and general assumptions.
Issues
get_rcode
dependency onchunks
andFilteredData
is a part of this Simplify Chunks - implement quosure #45dm
teal.data#8https://github.com/insightsengineering/coredev-tasks/issues/363The text was updated successfully, but these errors were encountered: