-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement reporter buttons and simple previewer inside "simple shiny"/NEST App #5
Comments
Please also create an issue in coredev tasks to add the created sample app to teal.gallery (don't add it yet as once we add it we will need to release teal.reporter which we may not want to do this increment) |
So I would separate this into two different tasks, one to get the reporter working in teal apps (i.e. via teal::init) and one to get it working with specific tmg/tmc modules. My overriding principle for getting the reporter into teal::init is that the app developer should not need to know anything about the reporter therefore - for now I propose:
Note also worth keeping insightsengineering/teal#624 in mind as a future requirement - therefore inside modules with reporter we may want to make it so that if you are running the module outside of teal::init then you do not have to give a reporter object if you don't want to - or some other clever idea |
Where to put the previewer module is a bit of a problem - |
@kpagacz we have this insightsengineering/teal#535 which should make it easier to create teal modules |
Note also worth keeping insightsengineering/teal#624 in mind as a future requirement - therefore inside modules with reporter we may want to make it so that if you are running the module outside of teal::init then you do not have to give a reporter object if you don't want to - or some other clever idea |
The Nik answer not raise the important aspect of how to turn off/on the reporter functionality, for the whole app and each module. |
Current conclusion is:
|
Note @pawelru @arkadiuszbeer once this is done then teal.reporter will be a dependency of teal so will need to be released and open sourced when teal is |
Are we sure we want to add it right before planned release? Or it's intended to stay in the feature branch? |
I am very happy about @nikolas-burkoff implementaion insightsengineering/teal#635 (comment) Looks like we are home. I think we should be ready, still depending how many capacity will be allocated on the teal.reporter. |
linked to insightsengineering/NEST-roadmap#11
When Simple Previewer, reporter buttons are ready we have to create example apps for nonNEST and NEST scenario.
DEMO for End Users and Business partners.
This have to be done before UAT.
The text was updated successfully, but these errors were encountered: