Public Directories

Projects

A browsable card listing of every published project, each showing its competition, season, sport type, entry count and match count. Each card links to that project's Project detail page.

This view has no request or params fields — it's a fixed listing menu item.

Project

A project's overview page: name, description, picture, competition, season, sport type, and counts of entries, stages, rounds and programme items. From here it links out to that project's Participants, Results and Standings pages.

Menu item request field:

  • project_id — required, dropdown of published projects.

This view has no params fieldset.

Clubs

A searchable, filterable card listing of published clubs, each showing name, short name, country and team count. Supports a text search (matching club name or short name) and a country filter via filter_search and filter_country_code query parameters. Each card links to that club's Club detail page.

This view has no request or params fields.

Club

A club's detail page: name, short name, country, website, founding/ dissolution dates, description, and its published teams. Each team links to its own Team page, and — where the team is entered into a published project — to that entry's Participant page for that specific project.

Menu item request field:

  • club_id — required, dropdown of published clubs.

This view has no params fieldset.

Team

A team's detail page: name, middle/short name, website, logo, picture, description, and its parent club (if any, linking to the Club page). Lists every published project the team is entered into, each linking to the Participant page for that entry.

Menu item request field:

  • team_id — required, dropdown of published teams.

This view has no params fieldset.

Person

A person's detail page: name, nickname, country, picture, description, and club (if any, linking to Club). Lists the person's current entry memberships — only memberships valid today (valid_from/valid_until bounds), across published projects — each linking to the Participant page for that entry.

Menu item request field:

  • person_id — required, dropdown of published people, ordered by last name then first name.

This view has no params fieldset.

Venues

A searchable, filterable card listing of published venues, showing name, city/country, capacity and owning club. Supports search (name, short name, or city) and a country filter via filter_search and filter_country_code. Each card links to its Venue detail page.

This view has no request or params fields.

Venue

A venue's detail page: name, short/nicknames, full address, coordinates, timezone, capacity, website, picture, description, and owning club (if any, linking to Club).

Menu item request field:

  • venue_id — required, dropdown of published venues.

This view has no params fieldset.

Participants

Lists every published entry (team, person, or group) in one project — name, seed/bib number, club, and squad member count — ordered by entry ordering, then seed number. Each entry links to its Participant detail page for that project; club names link to the Club page.

Menu item request field:

  • project_id — required, dropdown of published projects.

This view has no params fieldset.

Participant

The detail page for one entry within one project: entry kind, entry code, seed/bib number, notes, and — for team or person entries — logo/picture, description, website, country and club (linking to Club). Lists current squad members (person memberships valid today), each linking to their Person page. From here it links to that entry's Team Plan fixture list and back to the project's Participants list.

Menu item request fields (both required):

  • project_id — dropdown of published projects.
  • entry_id — the entry to show; like the standings/teamplan entry_id field, options only populate once project_id has been saved, so this field is not marked required at the form level.

This view has no params fieldset.