Skip to content

Commit 95020e4

Browse files
committed
chore: make affected areas a free text prompt in pr template
Signed-off-by: Jan-Hendrik Spahn <jan-hendrik.spahn@soptim.de>
1 parent 4215e09 commit 95020e4

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,7 @@
2626

2727
## Affected Areas
2828

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 -->
4330

4431
<details>
4532
<summary>Detailed feature test checklist</summary>
@@ -86,12 +73,12 @@
8673
- [ ] Security and data information displayed
8774
- [ ] Copyright and version information displayed
8875

89-
### Editor MenuBar
76+
### Editor - MenuBar
9077
- [ ] Search function works with all filters (All Datasets, Current Dataset, Current Graph, Current Package)
9178
- [ ] Search finds classes, attributes, associations, packages
9279
- [ ] "Enable Editing" button appears for readonly datasets
9380

94-
### Editor Navigation
81+
### Editor - Navigation
9582
- [ ] Hierarchical display (Datasets → Schemas → Packages) works
9683
- [ ] Selection is highlighted
9784
- [ ] Selecting a class does not change dataset/schema/package selection
@@ -141,7 +128,7 @@
141128
- [ ] Edit diagram works
142129
- [ ] Delete diagram works
143130

144-
### Editor Package View
131+
### Editor - Package View
145132
- [ ] Class diagram displays correctly
146133
- [ ] Moving nodes works and layout changes persist after reload
147134
- [ ] Loading animation shows while loading
@@ -159,7 +146,7 @@
159146
- [ ] Add class works (disabled in readonly datasets)
160147
- [ ] Paste class works (disabled in readonly datasets)
161148

162-
### Editor Class Editor
149+
### Editor - Class Editor
163150
- [ ] Display and edit class properties: Label, Namespace, Package, Derived from, Abstract, Stereotypes, Attributes, Associations, Comment
164151
- [ ] Delete class works
165152
- [ ] Save changes works
@@ -170,12 +157,12 @@
170157
- [ ] Attribute/association Constraints View works
171158
- [ ] Class Constraints View works
172159

173-
### Editor Delete Dialog
160+
### Editor - Delete Dialog
174161
- [ ] Package, Classes, Attributes and Associations are correctly listed
175162
- [ ] Delete, Keep, Move to default works
176163
- [ ] Set all works
177164

178-
### Editor Custom Diagram View
165+
### Editor - Custom Diagram View
179166
- [ ] Class diagram displays correctly
180167
- [ ] Moving nodes works and layout changes persist after reload
181168
- [ ] Loading animation shows while loading

0 commit comments

Comments
 (0)