FH-Joanneum-Iron-Road-for-Children / iron-road-for-children-backend

The Iron Road for Children, IRFC for short, is Austria's largest open-brand festival weekend for bikes, Vespas and US cars.
https://irfc.at
Other
5 stars 0 forks source link

[T] Create an Example Json Object of the EventDto #40

Closed LionKornsteiner closed 1 year ago

LionKornsteiner commented 1 year ago

Description

This task will create an example Json Object of the EventDto for the android/ios FE as Mock-Data.

LionKornsteiner commented 1 year ago
 {
    "eventId": 100,
    "title": "Hörst",
    "eventInfo": {
      "eventInfoId": 100,
      "infoText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin semper risus vel est tincidunt, at lacinia dui bibendum.",
      "pictures": [
        {
          "pictureId": 100,
          "title": "hörst_band_img_1.png",
          "path": "https://urlToOurWebserver/hörst_band_img_1.png"
        },
      ]
    }
    "startDateTimeInUTC": 1681723073,
    "endDateTimeInUTC": 1681723073,
    "eventLocation": {
      "eventLocationId": 100,
      "name": "Family Rock Stage",
    },
    "eventCategory": {
      "eventCategoryId": 100,
      "name": "Band"
    },
    "isEditable": true,
  }