You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user has a Pod on which she stores data that fits particular shapes BookReviewShape , CVShape , RecipeShape. She wants to choose from a market of applications that can render these shapes according to her preferences.
For instance for her Curriculum Vitae related data on her Pod she is quite picky in what layout it is rendered. The hypothetical CVShape expresses what is part of a typical CV. These shape could have gotten some popularity which allows many applications to provide renderers for it.
Desired solution
The Store should provide users with an overview of data shapes that are available and data shape layouts (that turn RDF matching the shape into a pleasing website)
For each data shape layout the users should see a preview of how the HTML layout of the shape should look like
For each data shape the user should see the URL to the data shape and a sample (Turtle) instance of the data shape
For each data shape layout the use should be able to copy and paste the required JS code into an external HTML page
Pitch
A user has a Pod on which she stores data that fits particular shapes BookReviewShape , CVShape , RecipeShape. She wants to choose from a market of applications that can render these shapes according to her preferences.
For instance for her Curriculum Vitae related data on her Pod she is quite picky in what layout it is rendered. The hypothetical CVShape expresses what is part of a typical CV. These shape could have gotten some popularity which allows many applications to provide renderers for it.
Desired solution
Acceptance criteria
Make a 'ShapeStore' where a user can:
Pointers
Scenarios
The text was updated successfully, but these errors were encountered: