Skip to content

Commit 492e7cf

Browse files
committed
[doc] Add a shape to show a description in the new representation modal
Signed-off-by: Gwendal Daniel <gwendal.daniel@obeosoft.com>
1 parent a4f7d79 commit 492e7cf

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Keep details tab open on selection change
88
- Add support the for selection dialog that can be confirmed without making a selection
9+
- Add a description in the new representation modal
910

1011
=== Architectural decision records
1112

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
= Add a description in the new representation modal
2+
3+
== Problem
4+
5+
The name of a representation description may not be expressive enough to inform the user on what the description actually does.
6+
7+
== Key Result
8+
9+
Sirius Web should display a description of the selected representation in the new representation modal.
10+
11+
=== Acceptance Criteria
12+
13+
- A Cypress test should leverage the new functionality and validate the whole user experience.
14+
15+
== Solution
16+
17+
Sirius Web's backend will send the description as part of the representation description metadata already sent to display the content of the modal.
18+
A default implementation returning `RepresentationDescription#description` will be provided for representations defined with the view DSL.
19+
The description will be displayed under the representation drop down menu.
20+
image::images/new_representation_modal_with_description[The updated modal with the description of the representation, width=500, align=center]
21+
22+
=== Cutting backs
23+
24+
== Rabbit holes
25+
26+
== No-gos
31.5 KB
Loading

0 commit comments

Comments
 (0)