Jump to: navigation, search

Safety Instructions


Revision as of 15:49, 23 November 2015 by NWE (Talk | contribs) (Created page with "Safety Instructions Some work packages require the user to confir...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Safety Instructions
Safety Instructions

Some 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

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 Name -||- 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 Name -||- 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.