Commit Graph

146 Commits

Author SHA1 Message Date
Rainer Killinger
d3790adbd8 feat: add study module interface 2019-04-17 14:50:25 +02:00
Rainer Killinger
4986042428 fix: change SCThingMeta getInstance() return value 2019-04-09 14:08:07 +00:00
Michel Jonathan Schmitz
3242411768 feat: provide context based search 2019-04-09 13:47:53 +00:00
Karl-Philipp Wulfert
623ed613a9 fix: resolve issues with things that can be offered
Fixes #41
2019-04-04 13:47:30 +02:00
Wieland Schöbl
c4e30c5fdd docs: add blank line before @param 2019-04-03 15:49:34 +02:00
Wieland Schöbl
81887315f8 feat: add model for plugin register route 2019-04-03 15:17:01 +02:00
Karl-Philipp Wulfert
67868e9eb8 fix: correct isThing guard 2019-04-02 16:24:27 +02:00
Karl-Philipp Wulfert
75e833d841 refactor: adjust type to new requirements 2019-04-02 15:47:20 +02:00
Karl-Philipp Wulfert
c8bda2eae7 feat: add conditional "maps" for associated types
Fixes #50
2019-04-02 15:37:10 +02:00
Karl-Philipp Wulfert
1e9f36c4be refactor: apply structure to favorites and saveable things 2019-04-02 15:36:14 +02:00
Sebastian Lange
7c7f2726aa refactor: remodel buckets in SCFacet 2019-03-13 09:38:31 +01:00
Rainer Killinger
62975b9ded refactor: change meta class structure to include types.
Introduce requiredness of translations via implemented interface.
2019-02-28 10:51:37 +00:00
Rainer Killinger
90e3d22399 feat: add SCThingTranslator class. move functionality accordingly 2019-02-28 10:51:37 +00:00
Michel Jonathan Schmitz
797e5ca9de refactor: moved default price into SCPriceGroup 2019-02-27 13:59:14 +01:00
Jovan Krunić
9a49442902 fix: add todo to SCThingsWithoutDiff and SCClasses
Closes #39
2019-02-25 11:52:51 +00:00
Michel Jonathan Schmitz
d2eeaeffd8 refactor: move location from the dish to its offers 2019-02-22 10:02:11 +01:00
Wieland Schöbl
b5bd09e40b feat: add maxRequestBodySize in backend configuration 2019-02-21 15:16:37 +00:00
Michel Jonathan Schmitz
8f66abbb73 refactor: use the SCMap more consistently 2019-02-20 11:04:55 +01:00
Jovan Krunić
a0ab72e597 feat: add laboratory and computer as room categories
Closes #33
2019-02-18 12:23:13 +00:00
Wieland Schöbl
bc3a0f6d11 feat: add model for requestBodyTooLargeError 2019-02-18 12:21:31 +01:00
Wieland Schöbl
e2ff4f4ec6 refactor: use constructor for checking error type in SCRoute
change SCRouteHttpVerbs from type to enum
2019-02-13 16:43:07 +01:00
Wieland Schöbl
c7ab47397e feat: add config for maximum queries 2019-02-13 11:57:14 +01:00
Wieland Schöbl
ce8873544d refactor: rename SCSyntaxError to SCSyntaxErrorResponse 2019-02-13 10:55:06 +01:00
Michel Jonathan Schmitz
01a1d40f11 refactor: extract inline type definitions 2019-02-07 10:56:18 +01:00
Wieland Schöbl
a3f9fcbfb0 feat: add model for syntax error 2019-02-06 16:37:28 +01:00
Michel Jonathan Schmitz
bd3d3820c6 refactor: remove the reference property 2019-01-31 15:51:44 +00:00
Michel Jonathan Schmitz
38257c0d39 refactor: help to better grasp, what the reference property is about 2019-01-31 15:51:44 +00:00
Michel Jonathan Schmitz
05d346b5c6 refactor: resolve discussions from last commit 2019-01-31 15:51:44 +00:00
Michel Jonathan Schmitz
d5a0c6ba11 refactor: make characteristic a seperate type to allow additional images 2019-01-31 15:51:44 +00:00
Karl-Philipp Wulfert
2860a11b61 feat: add draft of todo 2019-01-30 12:17:28 +01:00
Michel Jonathan Schmitz
f9a73e2b9c refactor: remove the type SCDrinkCategories 2019-01-17 12:33:24 +01:00
Jovan Krunić
e0e0a09c7c refactor: use enumeration for the type of an origin 2019-01-10 16:30:18 +01:00
Jovan Krunić
a4f3fab033 feat: add saveable thing for saving user/client data
Closes #12
2019-01-10 15:34:54 +01:00
Jovan Krunić
13a49650c4 feat: add different origin types: remote and user
Related to #12
2019-01-10 15:34:54 +01:00
Karl-Philipp Wulfert
7f248eea13 feat: use tag @validatable to mark schema types 2019-01-08 14:47:42 +01:00
Karl-Philipp Wulfert
75ceeb4500 refactor: remove route generation
Fixes #21
2019-01-08 14:44:15 +01:00
Michel Jonathan Schmitz
ea2880e5f6 refactor: use SCThingTypes as type for type 2018-12-20 10:27:36 +01:00
Michel Jonathan Schmitz
2f43948307 refactor: remove offer from SCThingTypes 2018-12-20 10:27:16 +01:00
Michel Jonathan Schmitz
f9056eeb33 refactor: refactor SCThingTypes from union-type to enum. SCThingType-type-attributes are now string-type-attributes. 2018-12-20 10:26:45 +01:00
Karl-Philipp Wulfert
1a07df2d67 feat: add tool to generate documentation for routes 2018-12-13 18:27:23 +01:00
Karl-Philipp Wulfert
62ca2c33ea refactor: change modeling of obligatory parameters 2018-12-13 12:43:10 +01:00
Rainer Killinger
0757b7b3bd refactor: exchange academicTerms for semesters 2018-12-03 17:37:18 +01:00
Rainer Killinger
2d4a76a555 feat: add schema for course of studies 2018-12-03 14:09:07 +01:00
Rainer Killinger
85c8fc49c1 feat: add base scheme for academic degrees 2018-12-03 14:09:02 +01:00
Michel Jonathan Schmitz
100d1781ba refactor: Fixed spelling error availability 2018-11-30 09:25:55 +00:00
Karl-Philipp Wulfert
2d770dde44 feat: add core 2018-11-29 16:22:57 +01:00