|
26 | 26 |
|
27 | 27 | ## Affected Areas |
28 | 28 |
|
29 | | -<!-- Check every area your change touches, then verify the corresponding items in the detailed checklist below. --> |
30 | | - |
31 | | -- [ ] General behavior (data reload, readonly mode, dialogs, undo/redo) |
32 | | -- [ ] Global MenuBar |
33 | | -- [ ] Welcome Page |
34 | | -- [ ] Editor – Navigation & context menus |
35 | | -- [ ] Editor – Package View (diagram) |
36 | | -- [ ] Editor – Class Editor |
37 | | -- [ ] Editor – Custom Diagram View |
38 | | -- [ ] Editor – Delete Dialog |
39 | | -- [ ] Prefixes Page |
40 | | -- [ ] Changelog Page |
41 | | -- [ ] Compare Page |
42 | | -- [ ] Migrate Schema Page |
| 29 | +<!-- Which parts of the app does this change touch? e.g. Navigation, Class Editor, Package View --> |
43 | 30 |
|
44 | 31 | <details> |
45 | 32 | <summary>Detailed feature test checklist</summary> |
|
86 | 73 | - [ ] Security and data information displayed |
87 | 74 | - [ ] Copyright and version information displayed |
88 | 75 |
|
89 | | -### Editor – MenuBar |
| 76 | +### Editor - MenuBar |
90 | 77 | - [ ] Search function works with all filters (All Datasets, Current Dataset, Current Graph, Current Package) |
91 | 78 | - [ ] Search finds classes, attributes, associations, packages |
92 | 79 | - [ ] "Enable Editing" button appears for readonly datasets |
93 | 80 |
|
94 | | -### Editor – Navigation |
| 81 | +### Editor - Navigation |
95 | 82 | - [ ] Hierarchical display (Datasets → Schemas → Packages) works |
96 | 83 | - [ ] Selection is highlighted |
97 | 84 | - [ ] Selecting a class does not change dataset/schema/package selection |
|
141 | 128 | - [ ] Edit diagram works |
142 | 129 | - [ ] Delete diagram works |
143 | 130 |
|
144 | | -### Editor – Package View |
| 131 | +### Editor - Package View |
145 | 132 | - [ ] Class diagram displays correctly |
146 | 133 | - [ ] Moving nodes works and layout changes persist after reload |
147 | 134 | - [ ] Loading animation shows while loading |
|
159 | 146 | - [ ] Add class works (disabled in readonly datasets) |
160 | 147 | - [ ] Paste class works (disabled in readonly datasets) |
161 | 148 |
|
162 | | -### Editor – Class Editor |
| 149 | +### Editor - Class Editor |
163 | 150 | - [ ] Display and edit class properties: Label, Namespace, Package, Derived from, Abstract, Stereotypes, Attributes, Associations, Comment |
164 | 151 | - [ ] Delete class works |
165 | 152 | - [ ] Save changes works |
|
170 | 157 | - [ ] Attribute/association Constraints View works |
171 | 158 | - [ ] Class Constraints View works |
172 | 159 |
|
173 | | -### Editor – Delete Dialog |
| 160 | +### Editor - Delete Dialog |
174 | 161 | - [ ] Package, Classes, Attributes and Associations are correctly listed |
175 | 162 | - [ ] Delete, Keep, Move to default works |
176 | 163 | - [ ] Set all works |
177 | 164 |
|
178 | | -### Editor – Custom Diagram View |
| 165 | +### Editor - Custom Diagram View |
179 | 166 | - [ ] Class diagram displays correctly |
180 | 167 | - [ ] Moving nodes works and layout changes persist after reload |
181 | 168 | - [ ] Loading animation shows while loading |
|
0 commit comments