From 85a7b13ac691d7dee60ae08330987f66b850ae77 Mon Sep 17 00:00:00 2001 From: Miupro Date: Sun, 31 Oct 2021 06:31:39 +0100 Subject: [PATCH 1/2] Update dummy_data.py --- dummy_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dummy_data.py b/dummy_data.py index d4c4f14..01d2bb1 100644 --- a/dummy_data.py +++ b/dummy_data.py @@ -76,7 +76,7 @@ def populate_data(Users, Events): ) Events.add_event( id = 10, - name = "a", + name = "Zermatt", location_name = 'Zermatt', location_coordinates = [46.11654, 7.445683], date = datetime.date.today() - datetime.timedelta(days=10), From 0c6b8bc14b4e9f006acfed061d6253af9c1efcfc Mon Sep 17 00:00:00 2001 From: Miupro Date: Sun, 31 Oct 2021 06:36:00 +0100 Subject: [PATCH 2/2] Update dummy_data.py --- dummy_data.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dummy_data.py b/dummy_data.py index 01d2bb1..5cbf39b 100644 --- a/dummy_data.py +++ b/dummy_data.py @@ -5,7 +5,7 @@ def populate_data(Users, Events): Events.add_event( id = 1, name = "Polyhack 2021", - location_name = 'Polyhack', + location_name = 'SPH Zentrum, Zürich', location_coordinates = [46.3667, 7.445683], date = datetime.date.today() - datetime.timedelta(days=100), description = "Be part of Switzerland's most fun and personal hackathon experience!" @@ -47,7 +47,7 @@ def populate_data(Users, Events): name = "Hike at Oeschinen Lake", location_name = 'Oeschinen Lake', location_coordinates = [46.492331364, 7.722830442], - date = datetime.date.today(days=20), + date = datetime.date.today(), description = "Take a hike around the beautiful scenery around the Oeschinen Lake." ) Events.add_event( @@ -55,7 +55,7 @@ def populate_data(Users, Events): name = "Hike at Aletschglacier", location_name = 'Aletschglacier', location_coordinates = [46.438664912, 8.072999708], - date = datetime.date.today(days=20), + date = datetime.date.today(), description = "Be adventurous by hiking the largest Glacier of the Alps." ) Events.add_event( @@ -63,7 +63,7 @@ def populate_data(Users, Events): name = "Ski at Engelberg", location_name = 'Engelberg', location_coordinates = [46.82107, 8.40133], - date = datetime.date.today(days=10), + date = datetime.date.today(), description = "Enjoy a Ski weekend at the Engelberg Ski Resort." ) Events.add_event( @@ -71,7 +71,7 @@ def populate_data(Users, Events): name = "City Tour Davos", location_name = 'Davos', location_coordinates = [46.80429, 9.83723], - date = datetime.date.today(days=10), + date = datetime.date.today(), description = "See the winter wonderous municipality Davos in East Switzerland." ) Events.add_event(