Skip to content

Commit d9ccd64

Browse files
committed
Explanation_about_the_default_mode
1 parent 151d1f6 commit d9ccd64

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

enhancements/analysis-mode/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Analysis Mode
3+
authors:
4+
- "@yael-spinner"
5+
- "@shirael"
6+
reviewers:
7+
- "@scott"
8+
- "@shawn-hurley"
9+
approvers:
10+
- "@scott"
11+
- "@shawn-hurley"
12+
creation-date: 2024-10-13
13+
last-updated: 2023-10-13
14+
status: implementable
15+
---
16+
17+
## Summary
18+
19+
When starting the analysis wizard, and selecting the analysis mode, a better default choice could be automatically made. This can avoid the case where there is a validation message displayed by static default choice. For example, we would like to avoid the analysis wizard opening looking like this: [Analysis mode](images/application-analysis.png "Application analysis")
20+
21+
## Motivation
22+
23+
The default mode at the beginning will be determined by the type of application loaded, and the user will be able to select the analysis mode with a single-selection drop-down menu, like this: ![Analysis mode](images/analysis-mode.png "Analysis mode")
24+
25+
### Goals
26+
27+
This change saves the user from having to choose the most suitable mode, and does it himself by a function that defines the optimal mode to be default.
Loading
Loading

0 commit comments

Comments
 (0)