Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

User Preferences #11

Open
justinwb opened this issue Feb 22, 2019 · 1 comment
Open

User Preferences #11

justinwb opened this issue Feb 22, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@justinwb
Copy link
Contributor

The applications most of us use today manage user application preferences. In Solid, user preferences are a bit different (and more powerful), because Solid decouples an application from the data model and corresponding entities ("things") that it depends on. As a result, while a user may manage some preferences that are very specific to the application they're using, they are just as likely to manage preferences associated with the "thing". We will provide the facilities to manage this cleanly.

@justinwb justinwb added the enhancement New feature or request label Feb 22, 2019
@justinwb
Copy link
Contributor Author

There are five types of preferences that we need to account for:

  1. Global - Applies across the board, not specific to any type of data or application
  2. Application - Applies only to a specific application
  3. Type - Applies to things of a given type, regardless of the application
  4. Type Instance - Applies to a specific instance of a thing, regardless of the application
  5. Application Instance - Applies to a specific instance of a thing, specific to an application

As we get into application and type specific preferences, we cross into the realm of Data Discovery, as our approach to these will be related. Consequently, we aim to start with global preferences, then figure out application and type specific preferences as part of the work we're doing on Data Discovery.

Complicating matters is the holdup we currently have in writing to the pod (detailed in #9). Until this is resolved, we don't want to corrupt anyone's preference files. We'll start with cookie-based support first, but will expand that as soon as we're able to safely write to the pod again.

To recap:

  • Phase 1 - Cookie-based (Application)
  • Phase 2 - Global preferences
  • Phase 3 - Application / Type / Instance specific preferences

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant