Changes

MRO Objects (Client)

1,555 bytes added, 2 March
{{UnderConstructionStart}}
==== Signature Task ====
 
The Signature Task is a task type that is completed by capturing a handwritten signature from the user. The task contains an editor field that serves as the entry point for the signing process. When the user clicks (or taps) on the editor field, a signature dialog opens. Within this dialog, the user can provide their signature. After confirming the input, the signature is saved and the task is automatically marked as completed.
 
'''Online Mode''' <br/>
If the task is signed while the client is online:
* The User (signee) is resolved immediately by the server and displayed.
* The ValidationTimestamp is generated and displayed.
* Both values are shown directly in the editor field after signing.
<br/>
'''Offline Mode''' <br/>
If the task is signed while the client is offline:
* The ValidationTimestamp is generated locally and displayed.
* The User cannot yet be resolved by the server; therefore, no user information is displayed at this time. <br/>
As soon as the client reconnects and goes back online, the User is resolved by the server and the editor field is updated accordingly.
 
If the displayed User and/or ValidationTimestamp cannot be fully shown due to limited space in the editor field, the complete information can be accessed via a tooltip.
 
* In '''UWP''', hover over the editor field with the mouse.
* In '''MAUI''', perform a long press on the editor field.
A tooltip will appear, displaying the full User and ValidationTimestamp without truncation.
 
{{UnderConstructionEnd}}
117
edits