Commit Graph
49 Commits
Author SHA1 Message Date
Wieland Schöbl 942cd11469 feat: make SCDateSeries.frequency compliant with schema.org 2021-06-07 12:23:48 +02:00
Wieland Schöbl fe090c7387 test: increase schema timeout 2021-05-12 18:03:09 +02:00
Wieland SchöblandJovan Krunić 9c6972af78 feat: change range offer to use date range
add date range type
change availability filter
2021-05-04 16:48:10 +02:00
Rainer Killinger 8b1b3444fd refactor: align SCCreativeWork to schema.org spec 2021-02-15 10:37:43 +01:00
Rainer Killinger d5f3d71a41 refactor: overhaul translator as mentioned in #118 2021-02-15 10:37:38 +01:00
Rainer Killinger 0c14b0f1a0 test: change SCSemester sample data acronym 2020-12-02 17:22:17 +01:00
Rainer Killinger a246bdea84 feat: extend property value translation retrival 2020-11-23 10:06:13 +01:00
Michel Jonathan Schmitz 69dfd1ae39 build: replace deprecated dependencies 2020-10-30 09:50:46 +01:00
Wieland SchöblandRainer Killinger 827ba47892 refactor: swap out jsonschema package for json-schema 2020-10-29 15:14:25 +01:00
Rainer KillingerandRainer Killinger 6fecd1e89d refactor: update ts-optchain dependency 2020-08-26 12:51:10 +02:00
Rainer Killinger e434b2d26e test: add tests for translatedThingType function 2020-07-01 08:00:26 +00:00
Rainer Killinger e7b4a426a9 test: adapt tests for translatedPropertyNames 2020-05-04 13:09:03 +02:00
Rainer Killinger d167947e04 refactor: update dependencies 2020-02-11 13:06:03 +01:00
Rainer Killinger 0d89b14932 feat: make SCContactPoint extend SCThing
Refactor SCPerson and SCOrganization
2019-11-25 17:31:51 +01:00
Rainer Killinger abda5cf0ca fix: translator can now handle enum translations 2019-11-11 14:46:49 +01:00
Rainer Killinger 9658f05d31 fix: remove categories from custom translations 2019-11-11 14:46:49 +01:00
Roman KlopschandRainer Killinger 01f92baa98 feat: add new field sequenceIndex to message 2019-09-23 10:57:32 +02:00
Roman KlopschandBenjamin Jöckel 7fbe1620ee refactor: rename receivingOrganizations field 2019-07-23 09:27:17 +02:00
Roman KlopschandBenjamin Jöckel d781dd6de5 feat: add new field receivingOrganisations to message 2019-07-23 09:27:17 +02:00
Karl-Philipp Wulfert ceab7cc7ef refactor: tidy structure of source files
Fixes #79
2019-06-19 16:18:03 +02:00
Karl-Philipp WulfertandRainer Killinger b621a12689 refactor: adjust to new tslint settings 2019-06-18 17:26:54 +02:00
Karl-Philipp Wulfert e41169a9c7 refactor: adjust model to not contain any 2019-06-17 10:06:38 +00:00
Karl-Philipp Wulfert 46194b177b test: walk along dependency chains 2019-06-17 10:06:38 +00:00
Karl-Philipp Wulfert ff1f554e0b feat: add static typed test for consistency
Fixes #71
2019-06-17 10:06:38 +00:00
Wieland Schöbl 78b64bae08 fix: rename properties floor and message so that they are not identical to SCThingTypes 2019-05-29 14:02:27 +02:00
Karl-Philipp Wulfert 56d43bb59a build: update dependencies 2019-05-17 08:50:20 +00:00
Karl-Philipp Wulfert f2a86fb6bd test: add tests to ensure consistency of model 2019-05-17 08:50:20 +00:00
Karl-Philipp Wulfert 198f48add4 test: adjust tests 2019-05-17 08:50:20 +00:00
Karl-Philipp Wulfert 5e29203e3d test: make sure to write report 2019-05-17 08:50:20 +00:00
Jovan Krunić e3d3d022c7 test: add test files for plugin routes 2019-05-16 17:05:25 +02:00
Jovan Krunić bac09ffebc refactor: unify use of the image field
Closes #44
2019-05-15 14:22:35 +02:00
Rainer KillingerandJovan Krunić 6f12fbda94 test: add tests concerning the translators cache 2019-05-13 15:04:31 +02:00
Rainer KillingerandJovan Krunić cf83692e71 refactor: simpify translator class functions 2019-05-13 15:04:31 +02:00
Sebastian Lange bab675b806 refactor: remodel settings inputType
Flatten inputType to fit new core translation

Closes #59
2019-04-29 12:48:43 +02:00
Michel Jonathan SchmitzandKarl-Philipp Wulfert 3242411768 feat: provide context based search 2019-04-09 13:47:53 +00:00
Karl-Philipp Wulfert acdca2f554 test: add test for isThing guard 2019-04-02 16:24:40 +02:00
Karl-Philipp Wulfert bc00f62117 test: appropriately rename schema spec 2019-04-02 16:24:03 +02:00
Jovan Krunić 7532a9bb62 test: use different UIDs for different things 2019-03-21 16:15:10 +01:00
Rainer Killinger 186ce89b91 test: add unit test for translation 2019-03-12 10:05:14 +01:00
Michel Jonathan Schmitz 797e5ca9de refactor: moved default price into SCPriceGroup 2019-02-27 13:59:14 +01:00
Michel Jonathan Schmitz d2eeaeffd8 refactor: move location from the dish to its offers 2019-02-22 10:02:11 +01:00
Jovan Krunić a0ab72e597 feat: add laboratory and computer as room categories
Closes #33
2019-02-18 12:23:13 +00:00
Michel Jonathan SchmitzandJovan Krunić 9f50c9c565 test: add image properties to some entities 2019-01-31 15:51:44 +00:00
Michel Jonathan SchmitzandJovan Krunić 5238abee57 refactor: update the test to match the new characteristics structure 2019-01-31 15:51:44 +00:00
Jovan Krunić d9f5532350 test: adjust test files after model changes
Additionally format test JSON files
2019-01-10 16:30:20 +01:00
Karl-Philipp Wulfert 3a15b6cf5b test: adjust tests 2019-01-08 14:47:45 +01:00
Rainer Killinger 5ff7111a16 test: adjust test files to schema changes 2018-12-03 17:39:01 +01:00
Rainer Killinger 3d8b03d241 test: add validation test for course of studies schema 2018-12-03 14:09:07 +01:00
Karl-Philipp Wulfert 2d770dde44 feat: add core 2018-11-29 16:22:57 +01:00