Jump to: navigation, search

Difference between revisions of "Task Objects (UBIK Android)"


(Created page with "A task is a certain classified {{UBIK}} object which poses an overall status (Finished / Open). A task is considered as finished if all the [[SYSCLS_TASK#Vali...")
 
(See also)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
A task is a certain [[SYSCLS TASK|classified]] {{UBIK}} object which poses an overall status (Finished / Open).
 
A task is a certain [[SYSCLS TASK|classified]] {{UBIK}} object which poses an overall status (Finished / Open).
 
+
A task is considered as finished if all the [[SYSCLS_TASK#Validated_MetaProperties|dedicated]] properties are validated. Otherwise, it is considered as open.
A task is considered as finished if all the [[SYSCLS_TASK#Validated_MetaProperties|important]] properties are validated. Otherwise, it is considered as open.
+
  
 
{{Attention|A property is validated as soon as the user confirms the editing, e.g. through the {{key press|OK}} in a property editor. This has nothing to do with the property value, meaning a property can be validated even if its value is null.}}
 
{{Attention|A property is validated as soon as the user confirms the editing, e.g. through the {{key press|OK}} in a property editor. This has nothing to do with the property value, meaning a property can be validated even if its value is null.}}
Line 10: Line 9:
 
In addition to the basic descriptive text and icon, a Checkbox is displayed for every task object. And the checked/unchecked state corresponds to the finish/open status of tasks.
 
In addition to the basic descriptive text and icon, a Checkbox is displayed for every task object. And the checked/unchecked state corresponds to the finish/open status of tasks.
  
When a user clicks on the Checkbox of a task, UBIK proceeds to either [[Finish/Reset a Task (UBIK Android)|finish the task or reset the task]] depending on its current status.
+
When a user clicks on the Checkbox of a task, {{UBIK}} proceeds to either [[HowTo:Finish/Reset a Task (UBIK Android)|finish the task or reset the task]] depending on its current status.
 +
 
 +
When a user clicks on the remaining parts of a task, e.g. the descriptive text, {{UBIK}} proceeds to display all its properties in a [[UBIK Client Basics#Content Browser|Content Browser]].
  
 
== See also ==
 
== See also ==
 +
* [[HowTo:Declare an Object as Task]]
 +
* [[HowTo:Finish/Reset a Task (UBIK Android)]]
 +
* [[SYSCLS_TASK]] (Classification)
  
[[Declare an Object as Task]]
+
[[Category:Android|Task Objects (UBIK Android)]]
 
+
[[Finish/Reset a Task (UBIK Android)]]
+
 
+
[[Category:UBIK Client]]
+
[[Category:UBIK Android]]
+

Latest revision as of 09:10, 25 August 2015

A task is a certain classified UBIK® object which poses an overall status (Finished / Open). A task is considered as finished if all the dedicated properties are validated. Otherwise, it is considered as open.

IC Attention.pngA property is validated as soon as the user confirms the editing, e.g. through the OK in a property editor. This has nothing to do with the property value, meaning a property can be validated even if its value is null.

UI for task objects

 UI Representation of Task Objects
UI Representation of Task Objects

In addition to the basic descriptive text and icon, a Checkbox is displayed for every task object. And the checked/unchecked state corresponds to the finish/open status of tasks.

When a user clicks on the Checkbox of a task, UBIK® proceeds to either finish the task or reset the task depending on its current status.

When a user clicks on the remaining parts of a task, e.g. the descriptive text, UBIK® proceeds to display all its properties in a Content Browser.

See also