Skip to content

Commit

Permalink
fix(formio-container): Add stories and fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 27, 2021
1 parent 79e1961 commit 5db5587
Show file tree
Hide file tree
Showing 11 changed files with 2,819 additions and 24 deletions.
501 changes: 501 additions & 0 deletions packages/react-formio-container/src/__fixtures__/form-schema.json

Large diffs are not rendered by default.

142 changes: 142 additions & 0 deletions packages/react-formio-container/src/__fixtures__/form-submissions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
[
{
"_id": "5e972ae8a1a692917cf55006",
"owner": null,
"roles": [],
"data": {
"id": "MPEC",
"label": "Michès Playa Esmeralda"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.718Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf55007",
"owner": null,
"roles": [],
"data": {
"id": "CARC",
"label": "La Caravelle"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.724Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf55008",
"owner": null,
"roles": [],
"data": {
"id": "MAUC",
"label": "La Pointe aux Canonniers"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.728Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf55009",
"owner": null,
"roles": [],
"data": {
"id": "CFAC",
"label": "Cefalù"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.732Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf5500a",
"owner": null,
"roles": [],
"data": {
"id": "MPAC",
"label": "Marrakech la Palmeraie"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.737Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf5500b",
"owner": null,
"roles": [],
"data": {
"id": "COLC",
"label": "Columbus Isle"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.741Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf5500c",
"owner": null,
"roles": [],
"data": {
"id": "ALHC_WINTER",
"label": "Alpe d'Huez (winter)"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.746Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf5500d",
"owner": null,
"roles": [],
"data": {
"id": "ARPC_WINTER",
"label": "Les Arcs Panorama (winter)"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.750Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf5500e",
"owner": null,
"roles": [],
"data": {
"id": "GMAC_WINTER",
"label": "Grand Massif Samoëns Morillon (winter)"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.754Z",
"form": "5e972ae7a1a692917cf54f9e"
},
{
"_id": "5e972ae8a1a692917cf5500f",
"owner": null,
"roles": [],
"data": {
"id": "TVCC",
"label": "Tignes Val Claret"
},
"access": [],
"externalIds": [],
"created": "2020-04-15T12:47:42.000Z",
"modified": "2020-04-15T15:40:24.759Z",
"form": "5e972ae7a1a692917cf54f9e"
}
]
Loading

0 comments on commit 5db5587

Please sign in to comment.