-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add support for a tree widget in forms #1139
Comments
pcdavid
added a commit
that referenced
this issue
Apr 13, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 13, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 13, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
… testing Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
… testing Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
… testing Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
… testing Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Apr 22, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 9, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 18, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 30, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 30, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 30, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 31, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
May 31, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Jun 29, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Jun 30, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Jul 11, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Jul 20, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Jul 20, 2022
Bug: #1139 Signed-off-by: Pierre-Charles David <[email protected]>
lfasani
added a commit
that referenced
this issue
Sep 12, 2022
Now there are two separated concepts: * The node style description concept that tells how the node is represented * The new concept of LayoutStrategyDescription that tells how the children are layouted. * Add new Styles - RectangularNodeStyleDescription - ImageNodeStyleDescription - SVGNodeStyleDescription - IconLabelNodeStyleDescription * Add a "childrenLayoutStrategy" feature to NodeDescription. There are two implementations - FreeFormLayoutStrategyDescription - ListLayoutStrategyDescription Bug: #1316 Bug: #1139 Signed-off-by: Laurent Fasani <[email protected]>
lfasani
added a commit
that referenced
this issue
Sep 19, 2022
Now there are two separated concepts: * The node style description concept that tells how the node is represented * The new concept of LayoutStrategyDescription that tells how the children are layouted. * Add new Styles - RectangularNodeStyleDescription - ImageNodeStyleDescription - IconLabelNodeStyleDescription * Add a "childrenLayoutStrategy" feature to NodeDescription. There are two implementations - FreeFormLayoutStrategyDescription - ListLayoutStrategyDescription Bug: #1316 Bug: #1139 Signed-off-by: Laurent Fasani <[email protected]>
39 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to display trees in form representations. For that, we will rely on the
<TreeView />
from MaterialUI since the use of the tree representation would be overkill for our need and it would require a large refactoring of the explorer.We will need to write an ADR showing the necessary GraphQL API for the tree widget in order support the needs of the
<TreeView />
along with the Java API of the tree widget description. We may need to discuss the ability (or not) to reuse the existingTreeDescription
andTree
GraphQL type.The text was updated successfully, but these errors were encountered: