-
Notifications
You must be signed in to change notification settings - Fork 278
Feature/8994 add classes description #789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
d29ba88
32d8bf6
06dbb6a
b3b85fa
5df5b15
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,7 +48,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Organization' => 'Organization', | ||
| 'Class:Organization+' => '', | ||
| 'Class:Organization+' => 'It can be a customer, a provider, your company or departments within your company. Organizations can be organized in hierarchy. Users can be limited to objects belonging to some organizations only.', | ||
| 'Class:Organization/Attribute:name' => 'Name', | ||
| 'Class:Organization/Attribute:name+' => 'Common name', | ||
| 'Class:Organization/Attribute:code' => 'Code', | ||
|
|
@@ -114,7 +114,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Contact' => 'Contact', | ||
| 'Class:Contact+' => '', | ||
| 'Class:Contact+' => 'An abstract class. A Contact can be linked to Tickets and FunctionalCIs for different purpose such as dispatch of incident, notification,...', | ||
| 'Class:Contact/ComplementaryName' => '%1$s - %2$s', | ||
| 'Class:Contact/Attribute:name' => 'Name', | ||
| 'Class:Contact/Attribute:name+' => '', | ||
|
|
@@ -152,7 +152,8 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Person' => 'Person', | ||
| 'Class:Person+' => '', | ||
| 'Class:Person+' => 'A type of Contact used to describe physical persons. Persons can be grouped into Teams. Persons can be linked to other configuration items (eg. to describe who to contact in case of incident with an application). | ||
| Other usage: the caller of a User request is a Person as well as the agent assigned to resolve it.', | ||
| 'Class:Person/ComplementaryName' => '%1$s - %2$s', | ||
| 'Class:Person/Attribute:name' => 'Last Name', | ||
| 'Class:Person/Attribute:name+' => '', | ||
|
|
@@ -193,7 +194,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Team' => 'Team', | ||
| 'Class:Team+' => '', | ||
| 'Class:Team+' => 'A type of Contact. Often used to group Persons, but not only. Teams are expected to watch Tickets dispatched to them, and assign it to an agent, usually a member of that team.', | ||
| 'Class:Team/ComplementaryName' => '%1$s - %2$s', | ||
| 'Class:Team/Attribute:persons_list' => 'Members', | ||
| 'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team', | ||
|
|
@@ -214,7 +215,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Document' => 'Document', | ||
| 'Class:Document+' => '', | ||
| 'Class:Document+' => 'A document that can be shared across multiple objects so it is easy and quick to retrieve it from all the places where it is pertinent', | ||
| 'Class:Document/ComplementaryName' => '%1$s - %2$s - %3$s', | ||
| 'Class:Document/Attribute:name' => 'Name', | ||
| 'Class:Document/Attribute:name+' => '', | ||
|
|
@@ -250,7 +251,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:DocumentFile' => 'Document File', | ||
| 'Class:DocumentFile+' => '', | ||
| 'Class:DocumentFile+' => 'It\'s a type of Document which includes an '.ITOP_APPLICATION_SHORT.' uploaded file (in any format: Word, PDF, Spreadsheet, etc.). It can be used for all sorts of purpose: contract, sales order, datacenter maps, processing instructions, technical documentation.', | ||
| 'Class:DocumentFile/Attribute:file' => 'File', | ||
| 'Class:DocumentFile/Attribute:file+' => '', | ||
| ]); | ||
|
|
@@ -261,7 +262,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:DocumentNote' => 'Document Note', | ||
| 'Class:DocumentNote+' => '', | ||
| 'Class:DocumentNote+' => 'It is used to store a text document. HTML formatting is supported using the WYSIWYG editor. Search can be performed on its content.', | ||
| 'Class:DocumentNote/Attribute:text' => 'Text', | ||
| 'Class:DocumentNote/Attribute:text+' => '', | ||
| ]); | ||
|
|
@@ -272,7 +273,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:DocumentWeb' => 'Document Web', | ||
| 'Class:DocumentWeb+' => '', | ||
| 'Class:DocumentWeb+' => 'Hyperlinks to external applications or documents. Think to them as “pointers” to external documents. You cannot search in their content from '.ITOP_APPLICATION_SHORT, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Think of them. I'm also not sure the "French" quotes should be used here instead of regular ones ( |
||
| 'Class:DocumentWeb/Attribute:url' => 'URL', | ||
| 'Class:DocumentWeb/Attribute:url+' => '', | ||
| ]); | ||
|
|
@@ -283,7 +284,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Typology' => 'Typology', | ||
| 'Class:Typology+' => '', | ||
| 'Class:Typology+' => 'An abstract class. ExternalKeyAttribute to a Typology subclass are used in place of an EnumAttribute, to have more dynamic values', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Attributes perhaps (plural)? I'm not sure if this will make it much more clear to a standard iTop user though (someone who doesn't modify the data model). |
||
| 'Class:Typology/Attribute:name' => 'Name', | ||
| 'Class:Typology/Attribute:name+' => '', | ||
| 'Class:Typology/Attribute:finalclass' => 'Typology sub-class', | ||
|
|
@@ -296,7 +297,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:DocumentType' => 'Document Type', | ||
| 'Class:DocumentType+' => '', | ||
| 'Class:DocumentType+' => 'Typology to organize your Documents and group them logically for you.', | ||
| ]); | ||
|
|
||
| // | ||
|
|
@@ -305,7 +306,7 @@ | |
|
|
||
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:ContactType' => 'Contact Type', | ||
| 'Class:ContactType+' => '', | ||
| 'Class:ContactType+' => 'Typology to organize your Contacts and group them logically for you.', | ||
| ]); | ||
|
|
||
| // | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest to drop the ITOP_APPLICATION_SHORT here?
Also: "It can be used for different purposes:"