DERHAEUPTLING/contao-immobilienscout24-import-bundle

Missing fields

Closed this issue · 3 comments

m-vo commented

RealEstateEntity

apartmentType
floor
assistedLiving
industryType
hallHeight
flooringType
ramp
lift
autoLift
goodsLift
goodsLiftLoad
craneRunway
craneRunwayLoad
floorLoad
connectedLoad
investmentType
pricePerSQM::value
pricePerSQM::currency
pricePerSQM::marketingType
pricePerSQM::priceIntervalType
priceMultiplier
rentalIncomeActual::value
rentalIncomeActual::currency
rentalIncomeActual::marketingType
rentalIncomeActual::priceIntervalType
otherCosts::value
otherCosts::currency
otherCosts::marketingType
otherCosts::priceIntervalType
officeType
hasCanteen
lanCables
highVoltage
kitchenComplete
airConditioning
officeRentDurations
baseRent
totalRent
serviceCharge
deposit
heatingCosts
heatingCostsInServiceCharge
petsAllowed
useAsFlatshareRoom
price::value
price::currency
certificateOfEligibilityNeeded
garageType
lengthGarage
widthGarage
heightGarage
commercializationType
totalFloorSpace
netFloorSpace
minDivisible
distanceToMRS
distanceToFM
distanceToPT
distanceToAirport
freeFrom
recommendedUseTypes
tenancy
shortTermConstructible
buildingPermission
demolition
siteDevelopmentType
siteConstructibleType
grz
gfz
leaseInterval
basement
storeType
locationClassificationType
shopWindowLength>6.151</shopWindowLength>
supplyType>FORENOON</supplyType>
additionalCosts::value
additionalCosts::currency
additionalCosts::marketingType
additionalCosts::priceIntervalType
utilizationTradeSite
energyCertificate::electricityConsumption
energyCertificate::heatingConsumption
energyCertificate::energyConsumptionElectricity
energyCertificate::energyConsumptionHeating
energyCertificate::thermalCharacteristicElectricity
energyCertificate::thermalCharacteristicHeating
energySourcesEnev2014
m-vo commented

@Metis77 These would be 87 additional fields (to the already 59 in RealEstateEntity). Could you please define a small criticial subset of those fields that need to be implemented now?

Problem is, that I do not know for sure.
But I will give a guess on what I think now.

apartmentType
floor
assistedLiving
industryType
hallHeight
flooringType
ramp
lift
autoLift
goodsLift
goodsLiftLoad
craneRunway
craneRunwayLoad
floorLoad
connectedLoad
investmentType
pricePerSQM::value
pricePerSQM::currency
pricePerSQM::marketingType
pricePerSQM::priceIntervalType
priceMultiplier
rentalIncomeActual::value
rentalIncomeActual::currency
rentalIncomeActual::marketingType
rentalIncomeActual::priceIntervalType
otherCosts::value
otherCosts::currency
otherCosts::marketingType
otherCosts::priceIntervalType
officeType
hasCanteen
lanCables
highVoltage
kitchenComplete
airConditioning
officeRentDurations
baseRent
totalRent
serviceCharge
deposit
heatingCosts
heatingCostsInServiceCharge
petsAllowed
useAsFlatshareRoom
price::value
price::currency

certificateOfEligibilityNeeded
garageType
lengthGarage
widthGarage
heightGarage
commercializationType
totalFloorSpace
netFloorSpace
minDivisible
distanceToMRS
distanceToFM
distanceToPT
distanceToAirport
freeFrom
recommendedUseTypes
tenancy
shortTermConstructible
buildingPermission
demolition
siteDevelopmentType
siteConstructibleType
grz
gfz
leaseInterval
basement
storeType
locationClassificationType
shopWindowLength>6.151
supplyType>FORENOON
additionalCosts::value
additionalCosts::currency
additionalCosts::marketingType
additionalCosts::priceIntervalType
utilizationTradeSite
energyCertificate::electricityConsumption
energyCertificate::heatingConsumption
energyCertificate::energyConsumptionElectricity
energyCertificate::energyConsumptionHeating
energyCertificate::thermalCharacteristicElectricity
energyCertificate::thermalCharacteristicHeating

Update: I removed some more fields.

m-vo commented

implemented in d655417