Skip to content

Make viewing forms in storybook more robust #378

@blcham

Description

@blcham

Motivation here is to be able to process any JSON-LD with correct data to form (i.e. make it robust for any s-forms apps as well).

Test case 1:

  • it should be possible to make transformation with some tool as follows form1.json --> form1.ttl --> form1.json. Let's test it on rdfpipe command line tool, i.e. using command rdfpipe -i json-ld -o json-ld form1.json > tmp.json; cp tmp.json form1.json

A/C:

  • storybook shows the form properly after using rdfpipe command above

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions