Difference between revisions of "Safety Instructions"
Line 1: | Line 1: | ||
[[File:UBIK_Android_UI_Content_Browser_Safety_Instructions.png|400 px|thumb|border|alt=Safety Instructions|Safety Instructions]] | [[File:UBIK_Android_UI_Content_Browser_Safety_Instructions.png|400 px|thumb|border|alt=Safety Instructions|Safety Instructions]] | ||
− | + | In certain use cases some objects in the data model represent work packages, for example describing tasks to be done in predictive maintenance. If some of these work packages require the user to confirm safety instructions before they can be worked on, this feature provides showing a list of documents the user has to read and confirm before the work package can be opened in the ''Content Browser''. | |
− | + | ||
== Behaviour == | == Behaviour == |
Revision as of 16:23, 23 November 2015
In certain use cases some objects in the data model represent work packages, for example describing tasks to be done in predictive maintenance. If some of these work packages require the user to confirm safety instructions before they can be worked on, this feature provides showing a list of documents the user has to read and confirm before the work package can be opened in the Content Browser.
Contents
Behaviour
Whenever a user tries to open a safety relevant work package in the content browser, a safety check dialog will be shown.
This dialog shows all safety documents that must be read before proceeding.
When the user has opened them, a button for confirming the instructions appears at the bottom of the dialog.
After the instructions were confirmed, the work package is opened.
This check doesn't appear again if the user already confirmed the checks.
Customizing
When this article was created, the pages for the required classifications were still under construction. However, there are two classifications necessary for the feature to work:
Safety Relevant Work Package Classification
UID | a28ca629-4174-43dd-93f8-188e8395b616 | |
---|---|---|
Property | Type | Meaning |
SAFETYINSTRUCTIONCONFIRMED | Boolean | Stores whether the user has confirmed the safety instructions (can be used in combination with the session ID on the server) |
NUMBEROFSAFETYDOCUMENTS | Integer | Tells the UBIK Android client how many safety documents are to be expected. |
This classification is used to configure work packages that require safety instructions.
Safety Document Classification
UID | 8d66e0db-877f-46b5-83af-f691ad8f5df3 | |
---|---|---|
Property | Type | Meaning |
SEEN | Boolean | Stores whether the user has already seen this document or not (can be used with the Session ID on the server). |
This classification is used to configure safety instruction documents.