-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improve documentation on creating custom teal module #1356
Comments
@kumamiao |
Just spoke with Vincent on this yesterday as well, I agree that adding more explicit documentation on creating customized modules will be helpful for our users. I agree with adding explanations along side the code to make the code examples less intimidating and include guidance on troubleshooting, and like the idea of utilizing the previous video. Besides mentioned above, a specific flow based on a pretty common use case would be easy-to-follow for app developers: I have a
|
Another topic that we have to include in the docs: functional subset for delayed data |
I asked teal assistant to help us build this. Creating a Custom
|
Just re-read this again and I don't think we should mention about using teal_data in UI definition because it's no longer allowed. I can continue conversing with the bot but just want to make sure that we're on the right path. |
I just spoke with the bot again to provide a more accurate response, including the code reproducibility aspect of |
As discussed, I'll move forward with the PR. |
I think you should prepare a file under which we could comment |
Summary
We currently have an article on how to create custom teal module here. However, I’m still receiving feedback from internal users about the difficulty in understanding the content of this vignette.
While we provide a full code example on how to write a teal module, there isn’t much context explaining what the code does, leaving users to figure it out themselves. Another common issue I’ve heard is related to troubleshooting custom teal modules. While it’s easy to do this with
browser()
, explicitly mentioning it in the documentation would be helpful.Let’s improve this documentation by providing a detailed step-by-step guide on building a teal module. We’ll focus on adding explanations alongside the code and include guidance on troubleshooting teal modules.
Personally, I really like the flow of explanation this topic in our youtube video. It would be great if we follow the same explanation style.
The text was updated successfully, but these errors were encountered: