Menu items and SEO URLs
The frontend should be tested through Joomla menu items, not only through internal query URLs.
Target URL shape
Example for a team inside a competition:
text
/competitions/{project}/teams/{team}General rules:
- the URL should follow the menu structure;
- the slug should be stable;
- internal parameters should not leak into the address unnecessarily;
- query parameters are acceptable for filters or temporary alpha features.
Slug language
A slug in the URL is not a language constant. It is part of the URL and should be stored or generated as a safe alias.