Concept guide

What is a User?

A user is the core personal identity in LocationNotes. Users sign in, own personal notes, create teams, join teams, activate personal trackables, comment when policies allow it, and export or delete their own account data.

Identity, account, and route

A user account combines sign-in credentials with a stable public-facing identity. The immutable user name is the route key used in paths like /Profile/{user-name}. That route value is meant for links and cannot be edited later, which keeps profile URLs stable across the site, the API, exports, and shared references.

The account itself is broader than the public profile page. A user can have a private profile page and still keep using notes, teams, search, comments, and trackables. Privacy here controls the page route, not the fact that the person exists inside the system.

Profile page versus person

LocationNotes separates the person from the visibility of the profile page. The profile page can be Private Profile, My Teams Are Allowed To View, or Public Profile. That setting decides who can open the page itself. It does not mean the user name or display label disappears from every other allowed context.

What a user can own and control

Users can directly own personal notes, personal categories, personally activated trackables, trackable groups, comments, and account settings. A user may also be the creator of a team or a trackable without being the long-term owner of every object that came from that creation event.

How users relate to teams

A user can belong to many teams at once. Inside a team, the user may be an admin or a member. Team admins can manage page settings, memberships, invite flows, and team-wide exports. Regular members still participate in the team’s notes and may keep certain trackable-management powers if they were the activating member for a team-owned trackable.

A user leaving a team is not the same as deleting the user account. When a user leaves, access changes immediately. When a user deletes the account, personal data is removed, but team-owned and shared records may survive according to the retention rules documented on the legal pages.

How users relate to notes

Every synced note still has a user owner, even when it also belongs to a team. That user relationship matters for authorship, moderation fallbacks, exports, deletion, and conversion rules when a team note is removed or a team is deleted. Notes are where user identity becomes visible on maps, public pages, and hierarchy pages.

How users relate to trackables

A user can create, activate, carry, comment on, and attach trackables to notes. Trackables make the distinction between creator, activator, owner scope, and public visibility especially important.

Exports, deletion, and continuity

Users can export their personal data and, if they are team admins, separately export team data. Personal exports and personal deletion are not allowed to erase data that belongs to other people or to a still-active team. That is why a deleted user’s personal activity can be removed while a shared trackable or team-owned note remains.

Related guides