Untitled

 avatar
unknown
json
4 years ago
4.8 kB
7
Indexable
{
    id: '919c5161-86e7-4b37-bbd3-b0aac402465a',
    flowId: '694e5f60-e271-4d3e-a915-f32d87a4d211',
    flowTitle: {
      en: 'Bird strike',
      da: 'Fuglekollision',
    },
    createdBy: '7c5ceca7-48de-4d64-bc0c-720254433d42',
    createdByName: 'Copenhagen Air',
    icao: 'EKCH',
    uploadTime: '2021-07-29T14:14:06.3347304Z',
    creatorRole: 'Airport',
    userId: '7c5ceca7-48de-4d64-bc0c-720254433d42',
    type: FlowTypes.BirdStrike,
    recordingData: [
      {
        id: 'source-of-information-step',
        type: FlowStepTypes.SingleOptionSelect,
        editable: false,
        lookupDataId: 'source-of-information-lookup-id',
        title: {
          en: 'Select source of information',
          da: 'Vælg informationskilde',
        },
        data: [
          {
            id: 'unique-id-twr-pilot-report',
            value: 'twr-pilot-report',
            title: {
              en: 'TWR / Pilot report',
              da: 'TWR / Pilot rapport',
            },
          },
        ],
      },
      {
        id: 'location-information-step',
        type: FlowStepTypes.SingleOptionSelect,
        editable: false,
        lookupDataId: 'location-information-lookup-id',
        title: {
          en: 'Where was the evidence located?',
          da: 'Hvor blev beviset fundet?',
        },
        data: [
          {
            id: 'unique-id-dna-evidence',
            value: 'dna-evidence',
            title: {
              en: 'DNA evidence',
              da: 'DNA beviser',
            },
          },
        ],
      },
      {
        id: 'map-position-step',
        type: FlowStepTypes.MapPositionSelect,
        editable: false,
        lookupDataId: 'map-position-lookup-id',
        title: {
          en: 'Select position',
          da: 'Vælg placering',
        },
        data: [
          {
            value: [12.655972, 55.617917000000006],
          },
        ],
      },
      {
        id: 'birdstrike-id-step',
        type: FlowStepTypes.TextAreaInput,
        editable: false,
        lookupDataId: 'birdstrike-id-lookup-id',
        title: {
          en: 'Add bird strike ID',
          da: 'Tilføj kollisions-ID',
        },
        data: [{}],
      },
      {
        id: 'photo-step',
        type: FlowStepTypes.AddPhoto,
        editable: true,
        lookupDataId: 'photo-lookup-id',
        title: {
          en: 'Add photos',
          da: 'Tilføj billeder',
        },
        data: [{}],
      },
      {
        id: 'wildlife-species-step',
        type: FlowStepTypes.SingleOptionSelect,
        editable: true,
        lookupData: [
          {
            id: 'unique-id-anas-platyrhynchos',
            title: {
              sn: 'Anas platyrhynchos',
              en: 'Mallard',
              da: 'Mallard DK',
            },
          },
          {
            id: 'another-bird',
            title: {
              sn: 'Other Bird SN',
              en: 'Other Bird',
              da: 'Other Bird DK',
            },
          },
        ],
        lookupDataId: 'wildlife-species-lookup-id',
        title: {
          en: 'Select species',
          da: 'Vælg art',
        },
        data: [
          {
            id: 'unique-id-anas-platyrhynchos',
            value: 'anas-platyrhynchos',
            title: {
              sn: 'Anas platyrhynchos',
              en: 'Mallard',
              da: 'Mallard DK',
            },
          },
        ],
      },
      {
        id: 'wildlife-species-count-step',
        type: FlowStepTypes.SingleOptionSelect,
        editable: false,
        lookupDataId: 'wildlife-species-count-lookup-id',
        title: {
          en: 'Select number of individuals',
          da: 'Vælg antal individer',
        },
        data: [
          {
            id: 'unique-id-3',
            value: 3,
            title: {
              en: '3',
              da: '3',
            },
          },
        ],
      },
      {
        id: 'wildlife-species-number-observed-step',
        type: FlowStepTypes.SingleOptionSelect,
        editable: false,
        lookupDataId: 'species-pilot-count-lookup-id',
        title: {
          en: 'How many did the pilot see?',
          da: 'Hvor mange så piloten?',
        },
        data: [
          {
            id: 'unique-id-3',
            value: 3,
            title: {
              en: '3',
              da: '3',
            },
          },
        ],
      },
    ],
    vTag: '1.0',
    submitTime: '2021-07-29T14:14:06.3348158Z',
    startTime: '2021-07-29T14:09:55.877Z',
    endTime: '2021-07-29T14:10:28.068Z',
  };
Editor is loading...