-
Notifications
You must be signed in to change notification settings - Fork 285
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
Refactor cube summary #3952
Refactor cube summary #3952
Conversation
This is a big thing to throw into |
It was my suggestion to target v3, thinking we might otherwise fall foul of forthcoming code changes there, as it's moved on so much. Master will hopefully soon move forward to encompass v3. We can re-consider this, should not be a big problem as this is only one commit + introduces all-new content. |
I just put up a PR with some ideas that I've been adopting to get the basic operations working. |
Before making more concrete suggestions/requests, I want to wait until the code here settles a bit + you have some added tests. In the meantime though, I do have some general points you might like to consider ... (1) the instance properties (either controls or maybe just "constants") intended to control indenting :
(2) Where we have general context and control-info to "pass down" through Section and Summary creation, I think it would be easier + better to simply pass the parent reference to the sub-components.
|
@stephenworsley and @pp-mo I think this PR shouldn't be targeting Is it okay to close this PR? I think that we should be targeting |
🚀 Pull Request
Description
Refactors cube summary to make tabular representation more straightforward.