Difference between revisions of "HowTo:Design a Customizing"
m (→Semantics) |
|||
Line 49: | Line 49: | ||
Semantics in this context addresses the functional architecture: which task-level modules are taking care of what responsibility, and how they play together. Questions: | Semantics in this context addresses the functional architecture: which task-level modules are taking care of what responsibility, and how they play together. Questions: | ||
* What is the purpose of a module? | * What is the purpose of a module? | ||
− | * What information is exchanged via an interface? | + | * What information is exchanged via an interface, what does it do for the use-case? |
+ | |||
+ | [[Category:Best Practices (internal)|Design a Customizing]] | ||
+ | [[Category:How-To|Design a Customizing]] | ||
+ | [[Category:Resources (internal)|Design a Customizing]] | ||
=== Restrictions === | === Restrictions === |
Revision as of 08:13, 14 August 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.