Concept guide

What is a Team?

A team is the shared collaboration scope in LocationNotes. Teams group people, notes, categories, invites, moderation, page visibility, and team-owned trackables into one managed space.

Name, title, and public route

Teams have both an immutable name and a mutable title. The name is the compact route-safe identifier used in URLs such as /{culture}/team/{team-name}. The title is the human-facing label people see across the UI and can update later. This separation keeps links stable while letting the team adjust branding and display copy over time.

Team page visibility and join policy

A team page can be public or team-member-only. The page visibility controls who can open the route itself. Join policy controls whether public requests are allowed or whether the team stays invite-only.

Admins and members

Teams are not flat lists of people. Admins and members have different powers. Admins can manage page settings, approve requests, create and revoke invite links, run team exports, and delete the team. Members can still participate in team notes and may hold item-specific powers on trackables they activated for the team.

How teams relate to notes

Team notes are notes with a team association layered on top of the underlying user ownership. That combination is what allows moderation, deletion fallbacks, public/team-private visibility, and author-aware behavior to coexist.

How teams relate to trackables

A team can own trackables and trackable groups. When a trackable is activated to a team, the team becomes the ownership scope. Team admins can manage it, and the activating member keeps management authority while they remain on that team.

Team exports and deletion

Team exports are admin-only because they include shared records that belong to the group, not just to one member. Team deletion is also an admin-only action because it can convert notes, detach trackables from the team scope, and remove team-wide joins, categories, and access grants.

Related guides