You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new dialog to display the cTree results, following the same pattern as all other dialogs for this project. This would be displayed when the d parameter is set to "results" (no other parameters would be used).
The dialog should display a text based tree based on the ctree-structure-list code (probably adding new optional functionality to it). The data can be randomly generated test data in part or in whole, whatever is easiest.
Each entry should display a percentage after the title based on a value in the data object (each object would have a rating, percentage is calculated by adding ratings for all siblings and dividing the object rating by the total rating). The items with the top percentage value should be expanded by default. If the tree is large enough the contents of the dialog should scroll both horizontally and vertically.
This should use the ctree-structure-list components. These can be updated as needed, as they aren't used anymore by other parts of the code and aren't currently fully functional.
The text was updated successfully, but these errors were encountered:
Create a new dialog to display the cTree results, following the same pattern as all other dialogs for this project. This would be displayed when the
d
parameter is set to "results" (no other parameters would be used).The dialog should display a text based tree based on the ctree-structure-list code (probably adding new optional functionality to it). The data can be randomly generated test data in part or in whole, whatever is easiest.
Each entry should display a percentage after the title based on a value in the data object (each object would have a rating, percentage is calculated by adding ratings for all siblings and dividing the object rating by the total rating). The items with the top percentage value should be expanded by default. If the tree is large enough the contents of the dialog should scroll both horizontally and vertically.
This should use the ctree-structure-list components. These can be updated as needed, as they aren't used anymore by other parts of the code and aren't currently fully functional.
The text was updated successfully, but these errors were encountered: