Standard Layout
IMPROVED
The Problem
Without a standardized approach to single-entity pages, each implementation required custom layout decisions. This led to inconsistent user experiences across different entity types, increased development time for customization, and higher risk of bugs during implementation. Users had to learn different navigation patterns for Client, Loan, and Collateral pages.
The Solution
We have prepared a standard layout for all single-entity pages, such as the Client, Loan or Collateral, depending on the project customization. This standard view reduces the time required for customization, and also decreases the possibility of bugs on these pages during development. Moreover, this approach provides a coherent and uniform data presentation across the system, this way making it easier for the user to find all required data on every page.

The How
SDK Perspective
The standard layout is implemented at the framework level and applies automatically to single-entity pages. The SDK provides configuration options for customizing which sections appear on each entity type while maintaining the consistent layout structure.
Related Documentation
SDK
https://documentation.timvero.com/#single-entity-layout-documentation
Developer integration guide
Last updated
Was this helpful?