-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Improvement] Custom Reports tree endpoint #665
Conversation
…ting-endpoint' into 660-task-custom-reports-tree-listing-endpoint # Conflicts: # src/CustomReport/Repository/CustomReportRepository.php
…ting-endpoint' into 660-task-custom-reports-tree-listing-endpoint
…ting-endpoint' into 660-task-custom-reports-tree-listing-endpoint
Thanks for reviewing, in general I would prefer reviews after a pull request is done and I "request" an review. Should we, for the future, use the draft option for that? |
…ting-endpoint' into 660-task-custom-reports-tree-listing-endpoint
Sorry for that, I usually use the draft option like you suggested, that is why I thought your PR is ready. |
Absolutely no problem, I will use the draft option in the future as well. |
…ting-endpoint' into 660-task-custom-reports-tree-listing-endpoint
Quality Gate passedIssues Measures |
private string $order, | ||
#[Property(description: 'Label/display name of column', type: 'string', example: 'Attributes')] | ||
private string $label, | ||
#[Property(description: 'Id', type: 'string', example: 'extModel401-3')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we still need that example. Ext would be a extjs thing. Maybe something else might be better, but I am sure this will come up once FE is ready to implement that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, I will change the example as soon as we know how column ids in the new ui will look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes in this pull request
Resolves #660
Resolves #676
Additional info
Added 3 endpoints:
1.) Get reports to display in a tree, that is used to actually display the reports
2.) Get reports to display in a tree, that is used for configuring the reports
3.) Get full report configuration by name