Commit Graph

235 Commits

Author SHA1 Message Date
Timo John
af964be2d6 Merge branch 'refactor/database' into 'develop'
Changed accordingly to database col namechanges

See merge request tjohn/cc-data!13
2020-06-18 12:08:15 +02:00
Timo John
aba72921ea Changed accordingly to database col namechanges 2020-06-18 12:06:55 +02:00
Timo John
ef30abd8b5 Merge branch 'feature/image' into 'develop'
Add Images for all regions

See merge request tjohn/cc-data!11
2020-06-18 01:04:08 +02:00
Timo John
cfc17cb23a Add Images for all regions 2020-06-18 01:02:20 +02:00
Patrick Gebhardt
e706a2633e Fix preset loading 2020-06-18 00:52:27 +02:00
Patrick Gebhardt
25f653008a Implement basic ui concept 2020-06-18 00:10:50 +02:00
410b363713 route for standard image if image not found 2020-06-18 00:09:37 +02:00
1fd35504fd changed search response structure 2020-06-17 23:58:23 +02:00
Lucas Hinderberger
3e1d376a93 Update Dockerfile 2020-06-17 22:20:25 +02:00
Lucas Hinderberger
256c8ab4e0 Update Dockerfile 2020-06-17 22:16:46 +02:00
7e919026e7 fixed empty climate arrays in regions 2020-06-17 21:50:32 +02:00
Timo John
e88952388b Fixed Region endpoint and cleared up a little. 2020-06-17 21:50:32 +02:00
337c1e49cf implemented scoring for prices 2020-06-17 21:50:31 +02:00
0d82057383 fixed wrong date interpretation 2020-06-17 21:50:31 +02:00
0586a7a0ba some fixes by TVM 2020-06-17 21:50:31 +02:00
33249bf817 refactored search function befor implementing price search 2020-06-17 21:50:30 +02:00
46a57891a0 satisfiy region interface 2020-06-17 21:50:30 +02:00
Timo John
ee63caf1ea Changed return names according to Interfacedefinition of frontend 2020-06-17 21:50:29 +02:00
809951fd85 preparation for price search 2020-06-17 21:50:29 +02:00
Timo John
8b0064a5b9 Matched getRegions to API Specification
Matched getRegionsByID to API Specification
2020-06-17 21:50:28 +02:00
Timo John
ea2c87a557 New Version of Setup.sql 2020-06-17 21:50:28 +02:00
Timo John
78a6480871 New Version of Setup.sql 2020-06-17 21:50:28 +02:00
Timo John
7173e0e48e Changed Parsing from int to float
Removed comment
2020-06-17 21:50:27 +02:00
0a7e901e1d finished refactoring 2020-06-17 21:50:27 +02:00
e61aa03996 added sample images 2020-06-17 21:50:27 +02:00
Timo John
ad078bd360 Implemented Endpoint for getting all search presets
Endpoint for presets works now. For real.

Alternative JSON return for presets tested
2020-06-17 21:50:22 +02:00
Timo John
359e93ed4d Added Endpoints for Countries and Region/Country by ID 2020-06-17 21:50:22 +02:00
Timo John
a8d84a4b36 Same for countries 2020-06-17 21:50:21 +02:00
Timo John
61796b1b50 Add description and preview_img to setup.sql 2020-06-17 21:50:20 +02:00
Timo John
b0f5defe1c Search function works as before minus old syntax 2020-06-17 21:50:20 +02:00
Timo John
692336a0ba Split up massive app.js in small files 2020-06-17 21:50:20 +02:00
Timo John
5b7c0e5bb3 Moved files to /util 2020-06-17 21:50:20 +02:00
Timo John
1ce2b94ee3 Refactored climate endpoint 2020-06-17 21:50:20 +02:00
Timo John
063f1e1993 Stage 1: Restructuring the Express Backend 2020-06-17 21:50:20 +02:00
Timo John
2c51e6c5f9 Changed Temp from mean to mean_max
Changed parameters to temperature_mean_max

set database formatting to utf8

add .env to .gitignore

added .env.sample

.gitignore fix
2020-06-17 21:50:20 +02:00
Patrick Gebhardt
b9c53992f0 Merge branch 'feature/sort-presets' into 'develop'
Feature/sort presets

See merge request tjohn/cc-data!10
2020-06-17 20:53:26 +02:00
Patrick Gebhardt
d5ed1f9350 Add preset sorting 2020-06-17 20:51:30 +02:00
Patrick Gebhardt
f21db51d5a Change preset translations 2020-06-17 20:51:06 +02:00
Patrick Gebhardt
632bc801fb Merge branch 'feature/preset-driven-search' into 'develop'
Add basic search ui

See merge request tjohn/cc-data!9
2020-06-17 19:26:07 +02:00
Patrick Gebhardt
dc7a1d63dc Add basic search ui 2020-06-17 19:13:16 +02:00
Patrick Gebhardt
fd325fa005 Update interfaces to latest version 2020-06-16 18:19:40 +02:00
Patrick Gebhardt
d1be826866 Add basic translation service 2020-06-16 18:19:40 +02:00
Patrick Gebhardt
d424479d2f Add basic region values to result page 2020-06-16 18:19:40 +02:00
Patrick Gebhardt
56818c4bff Add basic result page 2020-06-16 18:19:40 +02:00
Patrick Gebhardt
a9eab54674 Merge branch 'feature/support_ci' into 'develop'
Adds needed docker-support to enable automatic deployment via teamcity

See merge request tjohn/cc-data!7
2020-06-16 18:16:41 +02:00
Lucas Hinderberger
157090d382 Adds needed docker-support to enable automatic deployment via teamcity 2020-06-16 15:03:57 +02:00
Patrick Gebhardt
65219907f8 Merge branch 'feature/interfaces' into 'develop'
Feature/interfaces

See merge request tjohn/cc-data!2
2020-06-14 20:57:15 +02:00
Patrick Gebhardt
db5c7fbbe7 Add base64 encoding for search request 2020-06-14 20:57:09 +02:00
Patrick Gebhardt
53cd7c6245 Add basic interface and data service 2020-06-14 20:57:09 +02:00
Timo Volkmann
316cb4f663 Merge branch 'backend' into 'develop'
Backend

See merge request tjohn/cc-data!5
2020-06-14 20:09:37 +02:00