--- category: Design Patterns type: Template Document order: 3 title: Detail Page --- Detail Pages display the complete data to users. Users can edit the information or do other operations. ## Design Goals To increase the information viewing and searching efficiency. To raise the convenience of operation. ## Design Principles
Try to display the information as flat as possible. Do not hide or fold up the content if not necessary.
In order to decrease the information complexity on each page, put information in levels and groups, following the principle of proximity.
Reduce the use of complex structures, try to use similar layouts and modules to reduce the interference of structural differences to users, and let them focus on information itself.