Difference between revisions of "HowTo:Design a Customizing"
(→Client UI) |
|||
Line 74: | Line 74: | ||
We are working on improving the Wiki documentation for {{UBIK}} features, to provide a better understanding of what to achieve with which existing feature. One way to find the best feature for your task (and how to use it) is to prompt a Large Language Model (LLM) chat AI, which will search our Wiki for you. You could start with a prompt of the form: "Search the UBIK Wiki for information on <what you want>." Try to use different formulations if necessary. If the information cannot be found on the Wiki, please don't hesitate to open a support ticket on the Augmensys support portal. | We are working on improving the Wiki documentation for {{UBIK}} features, to provide a better understanding of what to achieve with which existing feature. One way to find the best feature for your task (and how to use it) is to prompt a Large Language Model (LLM) chat AI, which will search our Wiki for you. You could start with a prompt of the form: "Search the UBIK Wiki for information on <what you want>." Try to use different formulations if necessary. If the information cannot be found on the Wiki, please don't hesitate to open a support ticket on the Augmensys support portal. | ||
− | = | + | = Mobile = |
− | For | + | For mobile features, it is important to consider some basic principles the client works by: |
* The navigation structure is based on the hierarchic relations between UBIK objects. | * The navigation structure is based on the hierarchic relations between UBIK objects. | ||
* One UBIK object is the primary context of every page, and a list of its children can be accessed from there. | * One UBIK object is the primary context of every page, and a list of its children can be accessed from there. |
Revision as of 11:15, 25 July 2023
Customizing UBIK® is a complex endeavor. In this article, we aim to provide a guide and best practices making this task as straight-forward as possible.