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 – either a human readable unique identifier of an item or an autoincrement number.
- 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 (mostly human readable).