Difference between revisions of "Lianja Cloud App Center"

From Lianjapedia
Jump to: navigation, search
(The App Center)
(The App Center)
Line 9: Line 9:
 
After selecting an App from the '''App Center''' by clicking or touching on a tile, there are several different ways in which the UI can be displayed to the end user. Note also that some apps can have dynamic content in their tiles displayed at regular intervals. This provides a nice way to provide notifications to a user without the user needing to open an app to look manually.
 
After selecting an App from the '''App Center''' by clicking or touching on a tile, there are several different ways in which the UI can be displayed to the end user. Note also that some apps can have dynamic content in their tiles displayed at regular intervals. This provides a nice way to provide notifications to a user without the user needing to open an app to look manually.
  
Tip: As a security measure, you can specify an '''inactive delegate''' that is called after a period of inactivity and in that delegate automatically switch to the App Center or log the user out. You can read about how to do this later on in this document.
+
<div style="height:70px;margin-bottom:5px;padding:5px;border:0px solid orange;border-left:5px solid orange;background:#fff8dc;vertical-align:middle;position:relative;">
 
+
[[File:bm-noteicon.png|top|40px|link=]]<div style="position:absolute;top:3px;margin-bottom:5px;bottom:5px;margin-left:50px;"><b> Pro Tip</b>
You can optionally specify the initial page to display and whether page navigation should be via the '''Page Center''' or the '''Pages Menu'''. These are specified in the App Settings. This is relevant to all types of apps; Desktop, Web and Mobile.
+
As a security measure, you can specify an '''inactive delegate''' that is called after a period of inactivity and in that delegate automatically switch to the App Center or log the user out.
 
+
</div>
[[{{ns:file}}:uinav6.png|450px|thumb|left|link={{filepath:uinav6.png}}|App Settings]]
+
<span style="height:6px;"> </span>
 
+
</div>
<br clear=all>
+

Revision as of 04:05, 17 December 2017

Under development for release in Lianja 5.0

The App Center

For Web users, after a user authenticates, the Apps that the user has read permission for are displayed in the App Center as tiles grouped by App category. Web and Mobile apps display the Initial page of the App after successful authentication. You can find these attributes and many more in the App Settings.

App Center


After selecting an App from the App Center by clicking or touching on a tile, there are several different ways in which the UI can be displayed to the end user. Note also that some apps can have dynamic content in their tiles displayed at regular intervals. This provides a nice way to provide notifications to a user without the user needing to open an app to look manually.

Bm-noteicon.png
Pro Tip

As a security measure, you can specify an inactive delegate that is called after a period of inactivity and in that delegate automatically switch to the App Center or log the user out.