Privacy options

Because we could not confidently place this visit outside a consent-required region, LocationNotes is holding third-party calls until you confirm what this visit should allow.

Confirm the recommended defaults to move faster, or open the visit choices below if you want to limit maps or browser analytics first.

Recommended default for this visit

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 across work, campus, and personal workflows.

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.

One account across many contexts

The same person can keep private planning notes, collaborate with multiple teams, and still share only the public pages that make sense for a specific audience.

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.

You also understand that attaching a trackable to a note can grant the note's required access scope, while current note access still follows the note's own visibility and scope rules instead of a permanent note pointer on the journey.

Place, history, and access stay separate: the journey stop preserves the snapped coordinate, the note keeps its own editable record, and the note's visibility plus required access scope decides who can open note content.

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.

The same account page also holds the durable privacy choices for signed-in use. A visit-level GDPR or privacy answer can seed a brand-new account once, but after sign-in the saved account settings win and later restore work does not automatically overwrite them.

Portable account exports are meant for later restore and cross-site transfer. The matching additive import flow checks content rather than exported IDs, adds missing records, skips identical matches, and lists conflicting existing records instead of overwriting them automatically. Team JSON can also feed that same safe additive account-import path for categories and notes.

Related guides