bec-widgets 2.5.3__py3-none-any.whl → 2.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. .github/ISSUE_TEMPLATE/bug_report.yml +41 -0
  2. .gitlab/issue_templates/documentation_update_template.md → .github/ISSUE_TEMPLATE/documentation_update.md +10 -0
  3. .github/ISSUE_TEMPLATE/feature_request.md +3 -2
  4. .gitlab/merge_request_templates/default.md → .github/pull_request_template.md +8 -3
  5. .github/scripts/pr_issue_sync/pr_issue_sync.py +342 -0
  6. .github/scripts/pr_issue_sync/requirements.txt +2 -0
  7. .github/workflows/sync-issues-pr.yml +40 -0
  8. CHANGELOG.md +39 -0
  9. PKG-INFO +1 -1
  10. bec_widgets/cli/client.py +31 -1
  11. bec_widgets/examples/jupyter_console/jupyter_console_window.py +1 -1
  12. bec_widgets/widgets/containers/dock/dock_area.py +9 -4
  13. bec_widgets/widgets/plots/image/image.py +72 -8
  14. bec_widgets/widgets/plots/image/setting_widgets/__init__.py +0 -0
  15. bec_widgets/widgets/plots/image/setting_widgets/image_roi_tree.py +375 -0
  16. bec_widgets/widgets/plots/roi/image_roi.py +36 -14
  17. bec_widgets/widgets/plots/waveform/waveform.py +2 -0
  18. {bec_widgets-2.5.3.dist-info → bec_widgets-2.6.0.dist-info}/METADATA +1 -1
  19. {bec_widgets-2.5.3.dist-info → bec_widgets-2.6.0.dist-info}/RECORD +23 -20
  20. pyproject.toml +1 -1
  21. .github/ISSUE_TEMPLATE/bug_report.md +0 -26
  22. .gitlab/issue_templates/bug_report_template.md +0 -17
  23. .gitlab/issue_templates/feature_request_template.md +0 -40
  24. {bec_widgets-2.5.3.dist-info → bec_widgets-2.6.0.dist-info}/WHEEL +0 -0
  25. {bec_widgets-2.5.3.dist-info → bec_widgets-2.6.0.dist-info}/entry_points.txt +0 -0
  26. {bec_widgets-2.5.3.dist-info → bec_widgets-2.6.0.dist-info}/licenses/LICENSE +0 -0
@@ -2,15 +2,19 @@
2
2
  .gitlab-ci.yml,sha256=1nMYldzVk0tFkBWYTcUjumOrdSADASheWOAc0kOFDYs,9509
3
3
  .pylintrc,sha256=eeY8YwSI74oFfq6IYIbCqnx3Vk8ZncKaatv96n_Y8Rs,18544
4
4
  .readthedocs.yaml,sha256=ivqg3HTaOxNbEW3bzWh9MXAkrekuGoNdj0Mj3SdRYuw,639
5
- CHANGELOG.md,sha256=a-5K4eIEGBice3dErNnICNqoArHymBZHBSPCN3QsZQw,285213
5
+ CHANGELOG.md,sha256=UMAxyGL8L3SEVLaiIRGwj-WIvOosd4LpvLf-QLbOCek,286468
6
6
  LICENSE,sha256=Daeiu871NcAp8uYi4eB_qHgvypG-HX0ioRQyQxFwjeg,1531
7
- PKG-INFO,sha256=VqmKjp8bcEOad2tr_zm_yQ2CDpAo8L9ghAyGYAzWj1s,1273
7
+ PKG-INFO,sha256=pua05uKIy7F948gBaM-0CScT8KHdQ5FJWYokhts7U88,1273
8
8
  README.md,sha256=oY5Jc1uXehRASuwUJ0umin2vfkFh7tHF-LLruHTaQx0,3560
9
- pyproject.toml,sha256=xabkxryTFqrDnGTgSU49RDtVBFzhiQscuZZOleTyz7o,2902
9
+ pyproject.toml,sha256=l_INkmUxwZGkuSlmSFcZzy-W0fbEzhG1vm4CNuqg7Qw,2902
10
10
  .git_hooks/pre-commit,sha256=n3RofIZHJl8zfJJIUomcMyYGFi_rwq4CC19z0snz3FI,286
11
- .github/ISSUE_TEMPLATE/bug_report.md,sha256=EnMCP_Fo6ozZ0epRQqprabyJDMzSEHvHPRW6xAJVnR0,491
12
- .github/ISSUE_TEMPLATE/feature_request.md,sha256=JmGrIly0ougXdUShMwsvWi6cgK1fcYNKkF03lKgQH44,1649
11
+ .github/pull_request_template.md,sha256=F_cJXzooWMFgMGtLK-7KeGcQt0B4AYFse5oN0zQ9p6g,801
12
+ .github/ISSUE_TEMPLATE/bug_report.yml,sha256=WdRnt7HGxvsIBLzhkaOWNfg8IJQYa_oV9_F08Ym6znQ,1081
13
+ .github/ISSUE_TEMPLATE/documentation_update.md,sha256=uMJB4McuJCElSK9C2_-x7Kwkm5DgpcqFxfz-o9WksIE,1015
14
+ .github/ISSUE_TEMPLATE/feature_request.md,sha256=XCo_ZfIAF5nOROBKWkdxYFiefpJEbyfxXuc2redzFVs,1675
13
15
  .github/actions/bw_install/action.yml,sha256=BrU864WOM9mTWMawQGmkuCn3FKOMEAOqlZOdwxwARig,1928
16
+ .github/scripts/pr_issue_sync/pr_issue_sync.py,sha256=DCpdNMcXmcDs-2VMhLWjnkfqe7hbUqfoT4_2jkqrprc,10769
17
+ .github/scripts/pr_issue_sync/requirements.txt,sha256=bFVVn4_gJjJ-BCykMhfQZLPaG2cthrKwM_skcG9wJkU,17
14
18
  .github/workflows/check_pr.yml,sha256=jKMtYBJTNRAdw_MAS4JzdKVSoNrv8nxUQMqobsYFAXw,903
15
19
  .github/workflows/ci.yml,sha256=OVZt0UxN4wQInuMucuQcKsvHDiz27sLeuQRskxjtkY0,1863
16
20
  .github/workflows/end2end-conda.yml,sha256=N7q_sOZL1Mcivdkb8YIdvqbkkaG79rjHDQRpR2xPdtM,1794
@@ -19,10 +23,7 @@ pyproject.toml,sha256=xabkxryTFqrDnGTgSU49RDtVBFzhiQscuZZOleTyz7o,2902
19
23
  .github/workflows/pytest-matrix.yml,sha256=0gL5wNPJKJF1JapqstlYNYiJ44ko05uaTD7epa7smVw,1834
20
24
  .github/workflows/pytest.yml,sha256=hYOB7XK_79MaiELaTH7zDT-WRw-pRDe4mHyB_WfcGDc,1747
21
25
  .github/workflows/semantic_release.yml,sha256=pdkv1rVG3YgG7yu4nNWvbGZifH4bqO1eh3pM0KHRK04,3720
22
- .gitlab/issue_templates/bug_report_template.md,sha256=gAuyEwl7XlnebBrkiJ9AqffSNOywmr8vygUFWKTuQeI,386
23
- .gitlab/issue_templates/documentation_update_template.md,sha256=FHLdb3TS_D9aL4CYZCjyXSulbaW5mrN2CmwTaeLPbNw,860
24
- .gitlab/issue_templates/feature_request_template.md,sha256=vjxCnmj53Mp4FPzCrNxhkO-8StRQUZ36PlXu4K8VGaI,1543
25
- .gitlab/merge_request_templates/default.md,sha256=tfyFA0hRCsIunbLGSlGbxWBQFeB3USpsA3H7IvwQ5UY,715
26
+ .github/workflows/sync-issues-pr.yml,sha256=Wn68mK8h0xhwIX1VZPEqHEJmku2BRPOrQ6zQsuCIBJk,1039
26
27
  bec_widgets/__init__.py,sha256=mZhbU6zfFt8-A7q_do74ie89budSevwpKZ6FKtEBdmo,170
27
28
  bec_widgets/applications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
29
  bec_widgets/applications/bw_launch.py,sha256=4lngXb8Ht_cvQtCwjjbAoqPNuE2V0Ja5WIPHpwgjcRI,687
@@ -34,7 +35,7 @@ bec_widgets/assets/app_icons/bec_widgets_icon.png,sha256=K8dgGwIjalDh9PRHUsSQBqg
34
35
  bec_widgets/assets/app_icons/ui_loader_tile.png,sha256=qSK3XHqvnAVGV9Q0ulORcGFbXJ9LDq2uz8l9uTtMsNk,1812476
35
36
  bec_widgets/assets/app_icons/widget_launch_tile.png,sha256=bWsICHFfSe9-ESUj3AwlE95dDOea-f6M-s9fBapsxB4,2252911
36
37
  bec_widgets/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- bec_widgets/cli/client.py,sha256=PbeumL7pGM2uncKn00Hm3jGeEEY7ANwrgVcyLDDSG6M,90128
38
+ bec_widgets/cli/client.py,sha256=9CMOUsZ9m98rOlolXKwIlv8jcC7FHBY7CiYxT-fjcYk,90925
38
39
  bec_widgets/cli/client_utils.py,sha256=F2hyt--jL53bN8NoWifNUMqwwx5FbpS6I1apERdTRzM,18114
39
40
  bec_widgets/cli/generate_cli.py,sha256=xcPNyJoa3IjddX1yEDY45tT-Cs4jO5cQLUmcEubKs44,10976
40
41
  bec_widgets/cli/server.py,sha256=bhI5qj5vhg3qy4tkL1R2Bk_wcf-gjprTIAbVFH6BKXQ,5695
@@ -48,7 +49,7 @@ bec_widgets/examples/general_app/general_app.py,sha256=PoFCTuA_1yqrpgthASpYFgH7J
48
49
  bec_widgets/examples/general_app/general_app.ui,sha256=TsejkM3Z8znnixyqxoj4SwhIIpIzTAuGAMkGXSS1aT8,10479
49
50
  bec_widgets/examples/general_app/web_links.py,sha256=d5OgzgI9zb-NAC0pOGanOtJX3nZoe4x8QuQTw-_hK_8,434
50
51
  bec_widgets/examples/jupyter_console/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
- bec_widgets/examples/jupyter_console/jupyter_console_window.py,sha256=Zqb2jjmlELs3W9t_T-V8dGgQJ7z3YPDzGJNXMxRH3ys,6503
52
+ bec_widgets/examples/jupyter_console/jupyter_console_window.py,sha256=_7O5Rg4B5MxAjC65dPKYfGczimn0E4ckg4yVdPyxLp8,6502
52
53
  bec_widgets/examples/plugin_example_pyside/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
54
  bec_widgets/examples/plugin_example_pyside/main.py,sha256=zDP5wO7wb3BVsQ15HOCRT1nNmCujIVRvSXZ3Txje8L0,549
54
55
  bec_widgets/examples/plugin_example_pyside/registertictactoe.py,sha256=cVhBnP0qx5j9Jft-VeKvlTFE-bX58hbP45CX0f4r5pM,535
@@ -110,7 +111,7 @@ bec_widgets/widgets/containers/auto_update/__init__.py,sha256=47DEQpj8HBSa-_TImW
110
111
  bec_widgets/widgets/containers/auto_update/auto_updates.py,sha256=tUaYgInedGwDMKOiYzAPDMnAysPQ70AF7ZcqgRXa6vw,12083
111
112
  bec_widgets/widgets/containers/dock/__init__.py,sha256=B7foHt02gnhM7mFksa7GJVwT7n0j_JvYDCt6wc6XR5g,61
112
113
  bec_widgets/widgets/containers/dock/dock.py,sha256=G-I9zGyZ6gIXA4oyNVKI7Uj487QVAsBab96yFEmI2rE,13860
113
- bec_widgets/widgets/containers/dock/dock_area.py,sha256=Aa4pDyeYKr-nL2c2ym2mgvgMsGVg8aLu5EPOmpw8-2w,20454
114
+ bec_widgets/widgets/containers/dock/dock_area.py,sha256=jTxMQbSmRJUkPg4RN2NdalV7eB7iuWPXIOE3U0_und0,20729
114
115
  bec_widgets/widgets/containers/dock/dock_area.pyproject,sha256=URW0UrDXCnkzk80rbQmUMgF6Uqay2TjHsq8Dq0g1j-c,37
115
116
  bec_widgets/widgets/containers/dock/dock_area_plugin.py,sha256=fDVXKPZuHr85B2fLfAYf_Ic5d9mZQpnZrODTDquzZpM,1331
116
117
  bec_widgets/widgets/containers/dock/register_dock_area.py,sha256=L7BL4qknCjtqsDP-RMQzk2qRPpcYuzXWlb7sJB_0DDM,475
@@ -258,12 +259,14 @@ bec_widgets/widgets/games/register_minesweeper.py,sha256=8fgMBD3yB-5_eGqhG_qxpj3
258
259
  bec_widgets/widgets/plots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
260
  bec_widgets/widgets/plots/plot_base.py,sha256=NliWkXihJIPHRJHe-CNIrdjgxONk7uExG_3SsIpyoRQ,33848
260
261
  bec_widgets/widgets/plots/image/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
261
- bec_widgets/widgets/plots/image/image.py,sha256=KzBfUysHwVHEhOydzNbsn0NYTSk0CjkGlyev7otClFQ,34338
262
+ bec_widgets/widgets/plots/image/image.py,sha256=R0S1mvjGOo-1uLe4IGG4aYJO4n-K7ewawPuYBvr8wpA,36784
262
263
  bec_widgets/widgets/plots/image/image.pyproject,sha256=_sRCIu4MNgToaB4D7tUMWq3xKX6T2VoRS3UzGNIseHQ,23
263
264
  bec_widgets/widgets/plots/image/image_item.py,sha256=2bn9H5YLmo7ohQnnf1mLlL24TASnlZNzMvF7buMutmI,8728
264
265
  bec_widgets/widgets/plots/image/image_plugin.py,sha256=R0Hzh2GgYlfZLPZwOMgqLKKIA5DxEnTcSrbI7zTe-tI,1204
265
266
  bec_widgets/widgets/plots/image/image_processor.py,sha256=0qsQIyB__xxBwNIoXhFbB0wSiB8n7n_oX4cvfFsUzOs,4304
266
267
  bec_widgets/widgets/plots/image/register_image.py,sha256=0rvFyAMGRZcknc7nMVwsMGSfY8L2j9cdtQhbO5TMzeM,455
268
+ bec_widgets/widgets/plots/image/setting_widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
+ bec_widgets/widgets/plots/image/setting_widgets/image_roi_tree.py,sha256=nlllg-yTNCjG5DxCEDSGzCNabNSTJ3TZn9mawzIiAq4,14255
267
270
  bec_widgets/widgets/plots/image/toolbar_bundles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
268
271
  bec_widgets/widgets/plots/image/toolbar_bundles/image_selection.py,sha256=hSYCbbzrlSh29VVm7AqK6hi4VHW242ILYRYBXoB04bI,2594
269
272
  bec_widgets/widgets/plots/image/toolbar_bundles/processing.py,sha256=A_8_8oDogypmRv8NCDwjO524LJAjgZ7viE1Nz5U__y8,3052
@@ -288,7 +291,7 @@ bec_widgets/widgets/plots/multi_waveform/settings/multi_waveform_controls.ui,sha
288
291
  bec_widgets/widgets/plots/multi_waveform/toolbar_bundles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
289
292
  bec_widgets/widgets/plots/multi_waveform/toolbar_bundles/monitor_selection.py,sha256=lGreAkRBd-A4X_wqYZiKyGDmb_3uzLunjSju9A2PjWw,2532
290
293
  bec_widgets/widgets/plots/roi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
291
- bec_widgets/widgets/plots/roi/image_roi.py,sha256=fD58NF4uNwr1Zww6tl7-gSjTFiyalbZD37TjfGCYO4w,31383
294
+ bec_widgets/widgets/plots/roi/image_roi.py,sha256=LZlu0XGO9Tw25WRV5C_gWuLSoC73d56MWk9PCb_LBQQ,32255
292
295
  bec_widgets/widgets/plots/scatter_waveform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
293
296
  bec_widgets/widgets/plots/scatter_waveform/register_scatter_waveform.py,sha256=KttVjlAK3PfP9tyMfLnqEm6kphap8NZyqyaRry8oebY,514
294
297
  bec_widgets/widgets/plots/scatter_waveform/scatter_curve.py,sha256=nCyZ_6EunS1m5XkLB-CwfBV9L4IX04D9SpHlHc8zG_I,6763
@@ -311,7 +314,7 @@ bec_widgets/widgets/plots/toolbar_bundles/save_state.py,sha256=H3fu-bRzNIycCUFb2
311
314
  bec_widgets/widgets/plots/waveform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
312
315
  bec_widgets/widgets/plots/waveform/curve.py,sha256=KlcGbd60lPO9BYcca08fMhWkfx5qu4O9IbSNTwvajGM,10401
313
316
  bec_widgets/widgets/plots/waveform/register_waveform.py,sha256=pdcLCYKkLkSb-5DqbJdC6M3JyoXQBRVAKf7BZVCto80,467
314
- bec_widgets/widgets/plots/waveform/waveform.py,sha256=RvdHWyWVl6_xaLclts2GoKsWvTqHEvJKBpq2gley2xA,68480
317
+ bec_widgets/widgets/plots/waveform/waveform.py,sha256=PVoKfwH5j8DBUe8miu32mpC6c_fTuqXM74mrovzd6Rw,68552
315
318
  bec_widgets/widgets/plots/waveform/waveform.pyproject,sha256=X2T6d4JGt9YSI28e-myjXh1YkUM4Yr3kNb0-F84KvUA,26
316
319
  bec_widgets/widgets/plots/waveform/waveform_plugin.py,sha256=2AZPtBHs75l9cdhwQnY3jpIMRPUUqK3RNvQbTvrFyvg,1237
317
320
  bec_widgets/widgets/plots/waveform/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -400,8 +403,8 @@ bec_widgets/widgets/utility/visual/dark_mode_button/dark_mode_button.py,sha256=O
400
403
  bec_widgets/widgets/utility/visual/dark_mode_button/dark_mode_button.pyproject,sha256=Lbi9zb6HNlIq14k6hlzR-oz6PIFShBuF7QxE6d87d64,34
401
404
  bec_widgets/widgets/utility/visual/dark_mode_button/dark_mode_button_plugin.py,sha256=CzChz2SSETYsR8-36meqWnsXCT-FIy_J_xeU5coWDY8,1350
402
405
  bec_widgets/widgets/utility/visual/dark_mode_button/register_dark_mode_button.py,sha256=rMpZ1CaoucwobgPj1FuKTnt07W82bV1GaSYdoqcdMb8,521
403
- bec_widgets-2.5.3.dist-info/METADATA,sha256=VqmKjp8bcEOad2tr_zm_yQ2CDpAo8L9ghAyGYAzWj1s,1273
404
- bec_widgets-2.5.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
405
- bec_widgets-2.5.3.dist-info/entry_points.txt,sha256=dItMzmwA1wizJ1Itx15qnfJ0ZzKVYFLVJ1voxT7K7D4,214
406
- bec_widgets-2.5.3.dist-info/licenses/LICENSE,sha256=Daeiu871NcAp8uYi4eB_qHgvypG-HX0ioRQyQxFwjeg,1531
407
- bec_widgets-2.5.3.dist-info/RECORD,,
406
+ bec_widgets-2.6.0.dist-info/METADATA,sha256=pua05uKIy7F948gBaM-0CScT8KHdQ5FJWYokhts7U88,1273
407
+ bec_widgets-2.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
408
+ bec_widgets-2.6.0.dist-info/entry_points.txt,sha256=dItMzmwA1wizJ1Itx15qnfJ0ZzKVYFLVJ1voxT7K7D4,214
409
+ bec_widgets-2.6.0.dist-info/licenses/LICENSE,sha256=Daeiu871NcAp8uYi4eB_qHgvypG-HX0ioRQyQxFwjeg,1531
410
+ bec_widgets-2.6.0.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "bec_widgets"
7
- version = "2.5.3"
7
+ version = "2.6.0"
8
8
  description = "BEC Widgets"
9
9
  requires-python = ">=3.10"
10
10
  classifiers = [
@@ -1,26 +0,0 @@
1
- ---
2
- name: Bug report
3
- about: Create a report to help us improve
4
- title: ''
5
- labels: ''
6
- assignees: ''
7
-
8
- ---
9
-
10
- ## Bug report
11
-
12
- ## Summary
13
-
14
- [Provide a brief description of the bug.]
15
-
16
- ## Expected Behavior vs Actual Behavior
17
-
18
- [Describe what you expected to happen and what actually happened.]
19
-
20
- ## Steps to Reproduce
21
-
22
- [Outline the steps that lead to the bug's occurrence. Be specific and provide a clear sequence of actions.]
23
-
24
- ## Related Issues
25
-
26
- [Paste links to any related issues or feature requests.]
@@ -1,17 +0,0 @@
1
- ## Bug report
2
-
3
- ## Summary
4
-
5
- [Provide a brief description of the bug.]
6
-
7
- ## Expected Behavior vs Actual Behavior
8
-
9
- [Describe what you expected to happen and what actually happened.]
10
-
11
- ## Steps to Reproduce
12
-
13
- [Outline the steps that lead to the bug's occurrence. Be specific and provide a clear sequence of actions.]
14
-
15
- ## Related Issues
16
-
17
- [Paste links to any related issues or feature requests.]
@@ -1,40 +0,0 @@
1
- ## Feature Summary
2
-
3
- [Provide a brief and clear summary of the new feature you are requesting]
4
-
5
- ## Problem Description
6
-
7
- [Explain the problem or need that this feature aims to address. Be specific about the issues or gaps in the current functionality]
8
-
9
- ## Use Case
10
-
11
- [Describe a real-world scenario or use case where this feature would be beneficial. Explain how it would improve the user experience or workflow]
12
-
13
- ## Proposed Solution
14
-
15
- [If you have a specific solution in mind, describe it here. Explain how it would work and how it would address the problem described above]
16
-
17
- ## Benefits
18
-
19
- [Explain the benefits and advantages of implementing this feature. Highlight how it adds value to the product or improves user satisfaction]
20
-
21
- ## Alternatives Considered
22
-
23
- [If you've considered alternative solutions or workarounds, mention them here. Explain why the proposed feature is the preferred option]
24
-
25
- ## Impact on Existing Functionality
26
-
27
- [Discuss how the new feature might impact or interact with existing features. Address any potential conflicts or dependencies]
28
-
29
- ## Priority
30
-
31
- [Assign a priority level to the feature request based on its importance. Use a scale such as Low, Medium, High]
32
-
33
- ## Attachments
34
-
35
- [Include any relevant attachments, such as sketches, diagrams, or references that can help the development team understand your feature request better]
36
-
37
- ## Additional Information
38
-
39
- [Provide any additional information that might be relevant to the feature request, such as user feedback, market trends, or similar features in other products]
40
-