8315d42934
Add accessibility_specification
2021-09-06 13:47:12 +02:00
cc216429a5
Add parking_facility_near_by
...
- Removed individual converters for TYPO3.
Conversion is now handled in a single converter.
- The new converter will import necessary dependencies upfront, e.g.
town or organisation.
- Move import state into extra class.
Relates: #34
2021-09-06 13:47:12 +02:00
5859c14525
Add distanceToPublicTransport property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
4c9b055e0c
Add publicAccess property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
ffd894c102
Add isAccessibleForFree property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
bd717d1596
Add petsAllowed property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
ce6a34b543
Add photography property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
07cd56fef4
Add digitalOffer property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
4a1928ece6
Add paymentAccepted property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
c1167a7848
Add trafficInfrastructure property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
3ce8f13b04
Add architecturalStyle property to tourist information
...
Relates: #34
2021-09-06 13:47:12 +02:00
92d33c0956
Add museumService property to tourist information
...
Relates: #34
2021-09-06 13:47:12 +02:00
b41ba9b6d1
Add otherService propterty to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
b1ce004ddb
Add sanitation property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
78796e1efa
Add startOfConstruction property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
0f59085653
Add slogan property to tourist attraction
...
Relates: #34
2021-09-06 13:47:12 +02:00
8ef79d51cb
Sort offer prices by title
...
ThüCAT doesn't provide the editorial order of prices.
Therefore our frontend now renders them based on title in alphabetical
order.
2021-08-23 16:35:13 +02:00
dc09713884
Move namespace below initial file comment
2021-08-10 09:41:54 +02:00
e13bb35252
Handle removed configuration in log overview
...
Resolves: #13
2021-06-01 11:23:25 +02:00
197a3e4696
Support sync scope
...
Add new configuration to support sync scope.
This one requires the provided sync scope id and will always update all
entries.
Relates: #23
2021-06-01 09:43:33 +02:00
bbf7ada1d2
Add tests for modified models
...
That's necessary as models grow.
Added features should be tested to not break with future changes.
The tests revealed an existing error in fallback which got fixed to make
new test pass.
Relates: #18
2021-04-14 11:33:37 +02:00
svenfnzd
960d2debec
Update openingHours model to add count
...
Needed countable for checking if model contains content.
Relates: werkraum-media#18
2021-04-14 11:33:37 +02:00
svenfnzd
99b95ee3ed
Update offers model to add count
...
Needed countable for checking if model contains content.
Relates: #18
2021-04-14 11:33:37 +02:00
c73bf1c53a
Fulfill phpstan requirements
...
Ensure proper annotation and usage of assertNull.
2021-04-13 15:32:10 +02:00
c91f665d98
Make compatible with PHP 7.3
...
As some projects still might run on PHP 7.3 and supported TYPO3 version
still supports 7.3.
2021-04-13 15:32:10 +02:00
442a6842ec
Add prices to tourist attraction
...
Import prices, show them in records and make them accessible in
frontend.
2021-02-18 16:00:07 +01:00
2e0102894f
Allow to configure storage pid for each import configuration
...
Each import configuration now offers an input to define storage pid.
That enables integrators to have different storage folders per
configuration.
2021-02-17 15:37:49 +01:00
6478526004
Add media to tourist attraction
2021-02-17 09:20:24 +01:00
eab2eee8b3
Add address to tourist attraction
2021-02-17 09:20:24 +01:00
9176ba0cec
Import tourist attraction only in German language
...
Allows to import entity of type TouristAttraction.
Right now only in German, as this is most important.
Add output of tourist attraction via custom content element.
2021-02-16 12:01:35 +01:00
ded93e0d8e
Integrate phpstan
2021-02-16 11:09:18 +01:00
dc1c45f1c1
Initial import mechanism
...
Provide first basic import mechanism.
It already allows to import entities into TYPO3 database.
Three entities are supported.
Entities are configured through import configuration.
This can be created, viewed, and edited through backend module.
Imports are tracked and accessible from backend module.
Still this is basic.
Importing lists of entities is not supported.
Multiple languages is not supported, etc.
Relates: #8214
2021-02-16 11:09:18 +01:00