===== Recurring interface patterns ===== HORTUS uses repeated interface structures across modules. Learning them once improves navigation everywhere. ==== 1. Filters pattern ==== {{:hortus:navigation:filterpatterns.jpg?400|}} Where: * Projects, Events, Marketplace, Experts Structure: * list of items * filters on side or top * sorting options Use: * refine results * narrow down large datasets ---- ==== 2. Tabbed detail layout ==== {{:hortus:navigation:tabbed_detail_layout.jpg?400|}} Where: * project pages * resources * events * expert profiles Typical tabs: * Overview * Metadata * Discussions * Participants * Documents Use: * switch context without leaving the page * explore structured information ---- ==== 3. Action rail (right-side controls) ==== {{:hortus:navigation:righ-side.jpg?400|}} Common actions: * share * favourite * follow * register (events) * edit / delete (if permitted) Tip: * Always check the right side first to see what actions are available ---- ==== 4. Workspace sidebar ==== {{:hortus:navigation:workspace_sidebar.jpg?400|}} Left navigation inside My Workspace. Jump between dashboard, notifications, contributions, metadata, favourites, folders, and project-related work areas This pattern is used across almost all user journeys. ----