-
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?
Conversation
Hipska
left a comment
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.
Great cleanup 👍 I do have a few minor suggestions.
datamodels/2.x/itop-config-mgmt/dictionaries/en.dict.itop-config-mgmt.php
Outdated
Show resolved
Hide resolved
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Tablet' => 'Tablet', | ||
| 'Class:Tablet+' => '', | ||
| 'Class:Tablet+' => 'End user device. For example iPad, Galaxy Note/Tab Nexus, Kindle,...', |
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.
| 'Class:Tablet+' => 'End user device. For example iPad, Galaxy Note/Tab Nexus, Kindle,...', | |
| 'Class:Tablet+' => 'End user device. For example iPad, Galaxy Note/Tab, Nexus, Kindle, …', |
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:NetworkDevice' => 'Network Device', | ||
| 'Class:NetworkDevice+' => '', | ||
| 'Class:NetworkDevice+' => 'Any type of network device: router, switch, hub, load balancer, firewall…', |
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.
| 'Class:NetworkDevice+' => 'Any type of network device: router, switch, hub, load balancer, firewall…', | |
| 'Class:NetworkDevice+' => 'Any type of network device: router, switch, hub, load balancer, firewall, …', |
| 'Class:PhysicalInterface/Attribute:location_id' => 'Location id', | ||
| 'Class:PhysicalInterface/Attribute:location_id+' => '', | ||
| ]); | ||
| ]); |
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.
Please restore EOL.
…ig-mgmt.php Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
| 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', |
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.
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).
| 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, |
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.
Think of them.
I'm also not sure the "French" quotes should be used here instead of regular ones ( " ).
| 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.', |
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:"
Base information
Symptom (bug) / Objective (enhancement)
Improve User understanding of the various iTop classes and their usage, by adding a description which is displayed as a tooltip when going above a Dashlet Badge of a class.
Proposed solution (bug and enhancement)
Checklist before requesting a review
Checklist of things to do before PR is ready to merge