Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.34 KB

views.rst

File metadata and controls

33 lines (20 loc) · 1.34 KB

Views

The frontend shipping with marv features:

  • a listing view served at the root of the application,
  • a detail view to introspect individual data sets

Listing and detail view are specific to the selected collection. The displayed collection is selected via a drop-down in the header.

Listing

The listing view consists of the following sections:

Detail

In order to introspect individual data sets, the first listing column is usually configured to route to the detail view.

The detail view consists of :ref:`cfg_c_detail_sections` organized as tabs. The first section is special in that it always exists. It displays a list of :ref:`cfg_c_detail_summary_widgets` and widgets for tagging and commenting.