Skip to content
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

Results dialog #113

Open
CSchmitz81 opened this issue May 11, 2019 · 1 comment
Open

Results dialog #113

CSchmitz81 opened this issue May 11, 2019 · 1 comment

Comments

@CSchmitz81
Copy link
Member

CSchmitz81 commented May 11, 2019

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.

@CSchmitz81 CSchmitz81 added this to the MVP milestone May 11, 2019
@CSchmitz81 CSchmitz81 added this to To do in cTree MVP via automation May 11, 2019
@bsolis19 bsolis19 self-assigned this Sep 13, 2019
@bsolis19 bsolis19 moved this from To do to In progress in cTree MVP Sep 13, 2019
@CSchmitz81
Copy link
Member Author

@bsolis19 Are you still working on this? If not, did you get any word done you can push into a branch for others to use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
cTree MVP
  
In progress
Development

No branches or pull requests

2 participants