mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
online summit draft
This commit is contained in:
parent
4812730f78
commit
07a8d3e75e
3 changed files with 29 additions and 4 deletions
|
@ -22,8 +22,8 @@ $defs:
|
|||
required:
|
||||
- id
|
||||
- date
|
||||
- city
|
||||
- country
|
||||
#- city
|
||||
#- country
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
|
@ -36,6 +36,7 @@ $defs:
|
|||
- meetup
|
||||
- hackathon
|
||||
- privacy-corner
|
||||
- online-summit
|
||||
confirmed:
|
||||
type: boolean
|
||||
tags:
|
||||
|
@ -82,6 +83,8 @@ $defs:
|
|||
format: uri
|
||||
speakers:
|
||||
type: array
|
||||
name-extension:
|
||||
type: string
|
||||
person:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
- mykola-siusko
|
||||
- pg
|
||||
- tree
|
||||
|
||||
|
||||
- id: m24lju
|
||||
issue: 12
|
||||
type: meetup
|
||||
|
@ -269,6 +269,13 @@
|
|||
- joshua-davila
|
||||
- mykola-siusko
|
||||
|
||||
- id: os24q2
|
||||
type: online-summit
|
||||
name-extension: Q2
|
||||
date: "2024-06-23"
|
||||
lead: Tree
|
||||
slots: 8
|
||||
|
||||
- id: m24bcn
|
||||
issue: 20
|
||||
type: meetup
|
||||
|
@ -314,6 +321,13 @@
|
|||
links:
|
||||
rsvp: https://lu.ma/w3pn-m24waw
|
||||
|
||||
- id: os24q3
|
||||
type: online-summit
|
||||
name-extension: Q3
|
||||
date: "2024/Sep"
|
||||
lead: Tree
|
||||
slots: 8
|
||||
|
||||
- id: m24cph
|
||||
issue: 18
|
||||
type: meetup
|
||||
|
@ -403,4 +417,11 @@
|
|||
links:
|
||||
rsvp: https://lu.ma/w3pn-meetup-devcon7
|
||||
speakers:
|
||||
- edward-fricker
|
||||
- edward-fricker
|
||||
|
||||
- id: os24q4
|
||||
type: online-summit
|
||||
name-extension: Q4
|
||||
date: "2024/Dec"
|
||||
lead: Tree
|
||||
slots: 8
|
|
@ -30,6 +30,7 @@ const eventTypes = {
|
|||
meetup: { code: "m" },
|
||||
hackathon: { code: "h" },
|
||||
"privacy-corner": { code: "c" },
|
||||
"online-summit": { code: "os" },
|
||||
};
|
||||
const usedIds = [];
|
||||
for (const event of engine.rendered.events) {
|
||||
|
|
Loading…
Reference in a new issue