Skip to content

Commit 3c547db

Browse files
authored
Merge pull request #6 from migtools/MTA-2720_archetype-assessment
[WIP] Adding procedure on archetype review and assessment
2 parents a736b30 + 09f00d5 commit 3c547db

File tree

6 files changed

+60
-4
lines changed

6 files changed

+60
-4
lines changed

docs/topics/mta-web-archetypes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[id="mta-archetypes_{context}"]
88
= Working with archetypes
99

10-
An *archetype* is a group of applications with common characteristics. You can use archetypes to assess multiple applications at once. By using archetypes, the {ProductName} ({ProductShortName}) can apply questionnaires populated with questions that apply to common application characteristics.
10+
An *archetype* is a group of applications with common characteristics. You can use archetypes to assess multiple applications at once.
1111

1212
Application archetypes are defined by criteria tags and the application taxonomy. Each archetype defines how the _assessment module_ assesses the application according to the characteristics defined in that archetype. If the tags of an application match the criteria tags of an archetype, the application is associated with the archetype.
1313

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
:_newdoc-version: 2.18.2
2+
:_template-generated: 2024-06-26
3+
:_mod-docs-content-type: PROCEDURE
4+
5+
[id="assessing-an-archetype_{context}"]
6+
= Assessing an archetype
7+
8+
An archetype is considered assessed when all required questionnaires have been answered.
9+
10+
NOTE: If an application is associated with several archetypes, this application is considered assessed when all associated archetypes have been assessed.
11+
12+
.Prerequisites
13+
14+
* You are logged in to an {ProductShortName} server.
15+
16+
.Procedure
17+
18+
. Open the {ProductShortName} web console.
19+
. Select the *Migration* view and click Archetype.
20+
. Click the *Options* menu ({kebab}) and select *Assess* from the drop-down menu.
21+
. From the list of available questionnaires, click *Take* to select the desired questionnaire.
22+
. In the *Assessment* menu, answer the required questions.
23+
. Click *Save*.

docs/topics/proc_defining-an-archetype.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
= Creating an archetype
77

88
[role="_abstract"]
9-
When you create an archetype, an application in the inventory is automatically associated to that archetype if this application has the tags that match the tags of the archetype.
9+
When you create an archetype, an application in the inventory is automatically associated to that archetype if this application has the tags that match the criteria tags of the archetype.
1010

1111
.Procedure
1212

docs/topics/proc_deleting-an-archetype.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
= Deleting an archetype
77

88
[role="_abstract"]
9-
Deleting an archetype deletes any associated assessment. All associated applications move to the *Unassessed* state.
9+
Deleting an archetype deletes any associated assessment and review. All associated applications move to the *Unassessed* and *Unreviewed* state.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
:_newdoc-version: 2.18.2
2+
:_template-generated: 2024-06-26
3+
:_mod-docs-content-type: PROCEDURE
4+
5+
[id="reviewing-an-archetype_{context}"]
6+
= Reviewing an archetype
7+
8+
An archetype is considered reviewed when it has been reviewed once even if multiple questionnaires have been marked as required.
9+
10+
NOTE: If an application is associated with several archetypes, this application is considered reviewed when all associated archetypes have been reviewed.
11+
12+
.Prerequisites
13+
14+
* You are logged in to an {ProductShortName} server.
15+
16+
.Procedure
17+
18+
. Open the {ProductShortName} web console.
19+
. Select the *Migration* view and click *Archetype*.
20+
. Click the *Options* menu ({kebab}) and select *Review* from the drop-down menu..
21+
. From the list of available questionnaires, click *Take* to select the desired assessment questionnaire.
22+
. In the *Assessment* menu, answer the required questions.
23+
. Select *Save and Review*. You will automatically be redirected to the *Review* tab.
24+
. Enter the following information:
25+
26+
** *Proposed Action*: Proposed action required to complete the migration or modernization of the archetype.
27+
** *Effort estimate*: The level of effort required to perform the modernization or migration of the selected archetype.
28+
** *Business criticality*: The level of criticality of the application to the business.
29+
** *Work Priority*: The archetype’s priority.
30+
31+
. Click *Submit review*.

docs/web-console-guide/master.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ include::topics/proc_displaying-the-tags-of-an-application.adoc[leveloffset=+3]
202202
include::topics/mta-web-archetypes.adoc[leveloffset=+2]
203203
include::topics/proc_defining-an-archetype.adoc[leveloffset=+3]
204204
//include::topics/con_archetype-inheritance.adoc[leveloffset=+3]
205-
include::topics/con_archetype-assessment.adoc[leveloffset=+3]
205+
//include::topics/con_archetype-assessment.adoc[leveloffset=+3]
206+
include::topics/proc_assessing-an-archetype.adoc[leveloffset=+3]
207+
include::topics/proc_reviewing-an-archetype.adoc[leveloffset=+3]
206208
include::topics/proc_deleting-an-archetype.adoc[leveloffset=+3]
207209
// include::topics/mta-web-applying-assessments-to-other-apps.adoc[leveloffset=+3]
208210

0 commit comments

Comments
 (0)