mark-book / markbook

book mark <--> mark book -- insane social bookmarking for the solid platform
https://markbook.org/
17 stars 7 forks source link

Bookmark Dashboard #20

Open kidehen opened 5 years ago

kidehen commented 5 years ago

Currently, the SPARQL Query used to list recent bookmarks is only scoped to two WebIDs.

The aforementioned Query needs to be extended to include a broader collection of bookmarks which does present an interesting challenge. For instance, should this system be scoped to a Group (e.g., RWWCrew) or to a Social Network (i.e., Friend-of-a-Friend network seeded from a designated WebID)?

Current Queries:

  1. https://tinyurl.com/y6v66ptk -- Immediate cache refresh
  2. https://tinyurl.com/ydx7kpyp -- definition
  3. https://tinyurl.com/y9me7kxj -- public
melvincarvalho commented 5 years ago

@kidehen thanks! These are super valuable links and show case some of the best features of linked data and solid.

Just exploring further the 'dashboard' metaphor.

I expect the UI / UX to improve alot in the medium term. Are there some quick wins, I could implement right now?

I'd like to change the solid live webid in the definition to

https://melvincarvalho.com/#me

I've run it and it works

Any way I can save it?

melvincarvalho commented 5 years ago

Public link is now deployed

kidehen commented 5 years ago

I'd like to change the solid live webid in the definition to

https://melvincarvalho.com/#me

I've run it and it works

Any way I can save it?

Just use the URI wherever its required. My originals are the same thing (i.e. SPARQL Results Page URIs), just shortened via http://tinyurl.com :)

kidehen commented 5 years ago

@melvincarvalho ,

I will build a different query that starts the crawl from the RWWCrew group when I have a quiet moment later today.

kidehen commented 5 years ago

@melvincarvalho ,

Here is a query where the bookmark crawl starts from the RWWCrew i.e., the dashboard for recent bookmarks is sourced from the members of that group.

melvincarvalho commented 5 years ago

Added!