From 2c894d1379fe3566391bcc283cb3f50e221c6e7d Mon Sep 17 00:00:00 2001 From: danstarns Date: Wed, 15 Nov 2023 10:11:06 +0800 Subject: [PATCH 1/2] init sydney --- events.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/events.json b/events.json index fbb8868..40c12d2 100644 --- a/events.json +++ b/events.json @@ -1,4 +1,14 @@ [ + { + "name": "Sydney December", + "slug": "graphql-sydney-01", + "location": "Sydney", + "date": "2023-12-05T18:00:00+11:00", + "coverImage": "TODO", + "eventLink": "TODO", + "host": "Microsoft", + "hostLink": "https://www.microsoft.com/" + }, { "name": "Singapore November 6", "slug": "graphql-sigapore-6", From a1943126020470570c2977e94b76dc04acbb3af8 Mon Sep 17 00:00:00 2001 From: danstarns Date: Tue, 5 Dec 2023 15:43:23 +1100 Subject: [PATCH 2/2] feat: updates from @mbuhot review --- events.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/events.json b/events.json index 40c12d2..e273b67 100644 --- a/events.json +++ b/events.json @@ -4,10 +4,10 @@ "slug": "graphql-sydney-01", "location": "Sydney", "date": "2023-12-05T18:00:00+11:00", - "coverImage": "TODO", - "eventLink": "TODO", - "host": "Microsoft", - "hostLink": "https://www.microsoft.com/" + "coverImage": "https://secure.meetupstatic.com/photos/event/c/9/6/c/600_517551564.webp?w=750", + "eventLink": "https://www.meetup.com/graphql-sydney/events/297415925/", + "host": "Microsoft Reactor", + "hostLink": "https://developer.microsoft.com/en-us/reactor/" }, { "name": "Singapore November 6",