Skip to content

URL Structure

The application is url driven in order to allow for human-readable links to specific items/collections.
Data-related urls are structured as:

server_name/module/[slug]/action?[filter_params]
  • module - one of the excavation modules ("areas;" "loci")
  • slug – a human readable unique identifier of an item. Slugs correspond to actual registration records.
  • action – the responsibility of a specific route: welcome, filter, index (omitted), create, edit, show (omitted), tag, media, relations.
  • filter_params – the query contains the filter parameters. They are also human readable.