-
Notifications
You must be signed in to change notification settings - Fork 917
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] OUI Compliance audit of the vis_type_tagcloud
plugin
#4100
Comments
tag_cloud.scss has four custom classes. tgcChart__container and tgcChart__wrapperOpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/tag_cloud.scss Lines 8 to 12 in 20c928f
They are used in OpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/tag_cloud_chart.tsx Lines 83 to 89 in 20c928f
I suggest replacing tgcChartOpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/tag_cloud.scss Lines 14 to 21 in f017eaa
This class is used in tag_cloud_visualization.js OpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/tag_cloud_visualization.js Lines 50 to 54 in 20c928f
I suggest element creation should be realized as a function. Otherwise, it is hard to substitute tgcChart__labelOpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/tag_cloud.scss Lines 23 to 27 in f017eaa
This class is used to style the label of a tag cloud. Apparently, this label is not shown, as the property OpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/label.js Lines 33 to 49 in f017eaa
Later, OpenSearch-Dashboards/src/plugins/vis_type_tagcloud/public/components/tag_cloud_visualization.js Lines 92 to 95 in f017eaa
I suggest Conclusion
|
@joshuarrrr @BSFishy could you assign me to this issue? |
@nurSaadat Do you mind moving your audit findings to a new issue? Sorry for the extra administrative overhead, but it will help us track progress on the overall initiative easier. |
@joshuarrrr sure. Opened as #4285 |
Tracking issue for OUI compliance audit of the
vis_type_tagcloud
plugin.Follow the steps in #3945 to complete the audit, then open another issue with findings. Once the work of performing the audit is done, this issue can be closed.
Related files
If this issue isn't already assigned to someone and you'd like to take on this work, please ping @BSFishy in the comments and I can assign it to you.
The text was updated successfully, but these errors were encountered: