-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
tdata
to teal_data
#163
tdata
to teal_data
#163
Conversation
Unit Test Performance Difference
Additional test case details
Results for commit 38ff81b ♻️ This comment has been updated with latest results. |
- remove dependency on teal.slice
Code Coverage Summary
Diff against main
Results for commit: 58832a6 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
- remove TealData occurrences in docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What little I can say.
Unless these are going to be removed soon, please prefix isolate
etc. with shiny::
in unit tests.
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: Dawid Kałędkowski <[email protected]>
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Aleksander Chlebowski <[email protected]>
This is a feature branch, DON'T MERGE and DON'T COMMENT. PR open to have a constant checks. We will start review this PR as a whole in the sprint 4.
Summary
TealData
and friends (enemies),teal.slice
data_extract_multiple_srv
andmerge_expression_srv
to work with (reactive)teal_data
Fixdatasets
arg indata_extract_srv
,merge_expression_srv
to work withteal_data
#159,data_extract_ui
to be independent from data. Now,data_extract_ui
can be initialized with "delayed" specs and choices/selected are updated by the server on init. [Bug]: Concept of delayed creates indirect dependency between data and UI elements #111