Add transformators and decorators to modules#338
Conversation
osenan
left a comment
There was a problem hiding this comment.
Hi, great that you achieved decorators and transformators in a single PR.
Minor comments:
We need to run devtools::document() so we update documentation. Let's try to fix failing checks as well.
We need to add check for the transformator as well.
I think it is ambitious and time saving to create all decorators and transformators on a single PR. However, if there is a lot of back and forth trying to fix here and there it might be better to create specific PR for more challenging modules. For the moment:
- In the example app, If I change the transformators row number limit, it does not show more the plot. It happens in all modules
Can you check if the problem is in the example or in the transformator implementation?
In addition, in the example app there are modules that fail:
- Patient Profile (error)
- Swimlane Plot: I cannot see the plot, it seems an issue with the decorator?
- Spider Plot: I cannot see the plot, it seems an issue with the decorator?
- Waterfall Plot: I cannot see the plot, it seems an issue with the decorator?
- Butterfly Plot: I cannot see the plot, it seems an issue with the decorator?
In the other modules the decorators seem to work.
Please check if the big issues mentioned are problems only in the example app or in the implementation
|
I just run |
osenan
left a comment
There was a problem hiding this comment.
Hi, thanks for the code changes. I think there are no more comments related to the documentation. I still have questions about the functionality:
Modules that fail:
- Patient Profile (error)
Modules that do not show the plot: - Butterfly
- Swimlane
- Waterfall
Decorators
Those work:
- Plot Title
- Footnote
Those do not work in all modules:
- Decorator title
If we change it the plot does not show anymore
Transformators
They do not work in any module. If we change it the plot is not shown.
Things to fix (sorted by priority)
- Error in patient profile module
- Plots not showing in the modules butterfly, swimlane and weterfall
- Transformators not working in any module or in the example
- Decorator name not working in any module
Thanks!
| reportable | ||
| zhanc | ||
| decoratable | ||
| transformators No newline at end of file |
There was a problem hiding this comment.
| transformators | |
| transformators | |
There was a problem hiding this comment.
Hi, all comments mentioned here:
Modules that fail:
- Patient Profile (error)
Modules that do not show the plot:- Butterfly
- Swimlane
- Waterfall
Those do not work in all modules:
- Decorator title
If we change it the plot does not show anymoreTransformators
They do not work in any module. If we change it the plot is not shown.
Things to fix (sorted by priority)
- Error in patient profile module
- Plots not showing in the modules butterfly, swimlane and weterfall
- Transformators not working in any module or in the example
- Decorator name not working in any module
In my previous comment are not fixed. I tried pulling your last commit and running again all problematic issues. Are you able to visualize plots in the modules I highlighted they have problems? Are you able to change number of rows in the plot using the transformator? Or to change the decorator name?
If not, we need to fix it.
Closes #333