-
Notifications
You must be signed in to change notification settings - Fork 2
Scope: Forms vs Views #4
Description
In addition to the #2 I think we should define if the interest of this task force is only forms or also "views" or pages.
In my experience, the two are quite separate and while DASH vocab comes with a set of terms for editors and viewers, I find that it is not as simple as annotation properties with both to produce good UI.
I found that a form is usually based off a SHACL Shape, describing a single resource or a set of closely related resources which form a cohesive whole. This is at least the case in a client/server, resource-oriented scenario where a client retrieves the shape and a single resource to edit and then saves it back. That said, an approach which sits closer ot the data itself is not so much different in that any modifications and shapes are closely modeling the graph model with very similar semantics to how one would model a OWL ontology, etc.
On the other hand, specialised views will likely span multiple resources and combine their descriptions in a different way, aiming to provide a different projection of the actual data. View Shapes would likely use deep property paths, partial queries, aggregations, and richer components to provide the user with an interface to fulfil a very different role than a "form turned read-only". Some examples of what I have in mind could include:
- a view partition (page) of a set of resources, including their total count and a pager to navigate between pages
- displaying 5 latest ("trending") articles on a home page
- displaying most recent comments under a blog posting
- showing links to related resources (eg.
skos:related) in a side column - using more that one (DASH) component to model a composite UI (see further comment below)
Thus in practice, I have been maintaining a separate shape for editing and a separate for displaying.
I would consider keeping such a separation in the spec, where we'd have one spec describing how to use SHACL to build editable UI, and another one dedicated to building "pages" with SHACL.