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

Make viewing forms in storybook more robust #378

Open
blcham opened this issue Nov 20, 2024 · 1 comment
Open

Make viewing forms in storybook more robust #378

blcham opened this issue Nov 20, 2024 · 1 comment
Assignees

Comments

@blcham
Copy link
Collaborator

blcham commented Nov 20, 2024

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
@blcham
Copy link
Collaborator Author

blcham commented Nov 20, 2024

@palagdan we should talk about how it works now to save u time understanding the code

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

No branches or pull requests

2 participants