-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
## Description | ||
|
||
Watch dates can be associated with locations (e.g. cinemas). | ||
Locations (e.g. a cinema) can be set for a play. | ||
|
||
Each user maintains his own collection of locations which he can choose from. The locations can be managed at `/settings/account/locations`. | ||
Each user maintains his own collection of locations, available only to him. The locations can be managed in the user settings at `/settings/account/locations`. | ||
|
||
When a users visibility is not set to private, others can see if a location is set for a play but not which exact location. | ||
|
||
!!! Info | ||
|
||
When your watch dates are public, others can see if a location is set but not which exact location it is. | ||
This feature is optional and can be disabled. | ||
|
||
Disabling keeps the current data, but hides all locations UI elements. |