Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App preferences #17

Open
bblfish opened this issue Jun 9, 2015 · 3 comments
Open

App preferences #17

bblfish opened this issue Jun 9, 2015 · 3 comments
Labels

Comments

@bblfish
Copy link
Member

bblfish commented Jun 9, 2015

How & where should one store app preferences? such as

  • the user's ID
  • application state, eg:
    • window positioning,
    • history of pages visited
    • color preferences

Also preferences have to be named and distinguished so that preferences for small devices can co-exist with preferences for larger ones.

@bblfish
Copy link
Member Author

bblfish commented Jun 9, 2015

Clearly they need to be cached locally, but also on a server so that a session can be restarted from its previous state on a different device. As a result it looks like the WebAgent should be the interface to all this information. But what should the name of the graph be where this is stored? This could be an arbitrary URI at first, but later one to be found from the user's profile page, where it can be stored - which means that the user first needs to be able to authenticate...

To start off with, we want to keep the state of the session of the user, even before we have his WebID profile, or a space where she can save the data. We therefore need a default graph name.

@bblfish
Copy link
Member Author

bblfish commented Jun 9, 2015

Here is a little space to play with some ideas. Just to get going first.

<> a solid:PreferencesGraph;
   solid:pref [ a solid:Preference;
      solid:application <https://github.com/read-write-web/rww-scala-js/>;
      rww:preferedId <http://bblfish.net/people/henry/card#me>;
   ].

@bblfish
Copy link
Member Author

bblfish commented Feb 12, 2016

I started looking at this in this wiki page:
https://github.com/read-write-web/SoLiD/wiki/Storing-an-Apps-Public-Key
There is also a lot of work going on about this in SoLiD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant