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

[1068] Add support for displaying details on arbitrary element kinds #1076

Merged
merged 3 commits into from
Feb 21, 2022

Conversation

sbegaudeau
Copy link
Member

  • [1068] Add support for displaying details on arbitrary element kinds
  • [test] Add additional tests to the collaborative form project

@sbegaudeau sbegaudeau added this to the 2022.03.0 milestone Feb 17, 2022
@sbegaudeau sbegaudeau linked an issue Feb 17, 2022 that may be closed by this pull request
@sbegaudeau sbegaudeau changed the title sbe/enh/properties [1068] Add support for displaying details on arbitrary element kinds Feb 17, 2022
CHANGELOG.adoc Outdated Show resolved Hide resolved
formDescriptions.add(formDescription2);

FormDescriptionAggregator aggregator = new FormDescriptionAggregator();
Optional<FormDescription> optional = aggregator.aggregate(formDescriptions, List.of(object), new IObjectService.NoOp());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it relevant to test the behavior of the FormDescriptionAggregator when there are many objects?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would only test that we iterate properly on a for loop somewhere. I wanted to have at least one test here for now.

Bug: #1068
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Signed-off-by: Guillaume Coutable <guillaume.coutable@obeo.fr>
@gcoutable gcoutable merged commit 4bcf663 into master Feb 21, 2022
@gcoutable gcoutable deleted the sbe/enh/properties branch February 21, 2022 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for displaying details on arbitrary element kinds
2 participants