Skip to content

Commit 4f0766e

Browse files
authored
Merge pull request #483 from McPringle/master
docs(events): add achievements to hackergarten events
2 parents 9dd4d15 + 4a43af0 commit 4f0766e

File tree

1 file changed

+51
-15
lines changed

1 file changed

+51
-15
lines changed

events.json

Lines changed: 51 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,16 @@
107107
"url": "https://www.meetup.com/hackergarten-zurich/events/310517964/"
108108
}
109109
],
110-
"achievements": []
110+
"achievements": [
111+
{
112+
"title": "Komunumo: show past events on community detail page",
113+
"url": "https://github.com/McPringle/komunumo/pull/334"
114+
},
115+
{
116+
"title": "Komunumo: design work on the logo",
117+
"url": "https://github.com/McPringle/komunumo"
118+
}
119+
]
111120
},
112121
{
113122
"date": "2025-10-29",
@@ -121,7 +130,7 @@
121130
}
122131
],
123132
"achievements": [
124-
{
133+
{
125134
"title": "question-driven-talk-assistant: Reported issue on keyboard shortcuts",
126135
"url": "https://github.com/martinfrancois/question-driven-talk-assistant/issues/696"
127136
},
@@ -140,6 +149,10 @@
140149
{
141150
"title": "question-driven-talk-assistant: Fixed #584 - Replace magic number for default QR code size",
142151
"url": "https://github.com/martinfrancois/question-driven-talk-assistant/pull/699"
152+
},
153+
{
154+
"title": "Komunumo: feat(ui):create a new profile name component",
155+
"url": "https://github.com/McPringle/komunumo/pull/332"
143156
}
144157
]
145158
},
@@ -155,30 +168,48 @@
155168
],
156169
"achievements": []
157170
},
158-
{
159-
"date": "2025-10-01",
160-
"title": "Hackergarten Basel October 2025",
161-
"venue": "Karakun AG",
162-
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
171+
{
172+
"date": "2025-10-02",
173+
"venue": "CSS ICT Campus Zentralschweiz",
174+
"address": "Rösslimatte 52, 6005 Luzern",
163175
"links": [
164176
{
165177
"title": "Meetup",
166-
"url": "https://www.meetup.com/hackergarten-basel/events/309857779/"
178+
"url": "https://www.meetup.com/hackergarten-luzern/events/ppbcstyhcnbdb/"
167179
}
168180
],
169-
"achievements": []
181+
"achievements": [
182+
{
183+
"title": "Komunumo: feat(config): add convenience methods to easily use different types for config options",
184+
"url": "https://github.com/McPringle/komunumo/commit/29bb0526f70e75f732134a4e35192ae7cfbfd07c"
185+
},
186+
{
187+
"title": "Komunumo: refactor: move settings to config table",
188+
"url": "https://github.com/McPringle/komunumo/commit/f8b6feae80f4bd1de97b5996d9cc102b198e1110"
189+
},
190+
{
191+
"title": "Komunumo: feat(pages): add a tab-sheet for upcoming events",
192+
"url": "https://github.com/McPringle/komunumo/commit/b53ce5a720eef95a26f5273d4bd75520f2b1ab85"
193+
}
194+
]
170195
},
171196
{
172-
"date": "2025-10-02",
173-
"venue": "CSS ICT Campus Zentralschweiz",
174-
"address": "Rösslimatte 52, 6005 Luzern",
197+
"date": "2025-10-01",
198+
"title": "Hackergarten Basel October 2025",
199+
"venue": "Karakun AG",
200+
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
175201
"links": [
176202
{
177203
"title": "Meetup",
178-
"url": "https://www.meetup.com/hackergarten-luzern/events/ppbcstyhcnbdb/"
204+
"url": "https://www.meetup.com/hackergarten-basel/events/309857779/"
179205
}
180206
],
181-
"achievements": []
207+
"achievements": [
208+
{
209+
"title": "Komunumo: feat(community): show upcoming events on community detail page",
210+
"url": "https://github.com/McPringle/komunumo/pull/297"
211+
}
212+
]
182213
},
183214
{
184215
"date": "2025-09-25",
@@ -191,7 +222,12 @@
191222
"url": "https://www.meetup.com/hackergarten-zurich/events/310517961/"
192223
}
193224
],
194-
"achievements": []
225+
"achievements": [
226+
{
227+
"title": "Komunumo: chore: Analyze Domain Logic for future UX work",
228+
"url": "https://github.com/McPringle/komunumo"
229+
}
230+
]
195231
},
196232
{
197233
"date": "2025-09-04",

0 commit comments

Comments
 (0)