mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 22:15:06 +00:00
Fix date formatting and related issues
- Pad day values in deadlines for Juice and Jungle (changed '2025-04-1T23:59:59' to '2025-04-01T23:59:59') - Correct dates in completed events (Arcade and The Bin) - Fix Slack URL typo in Jungle (removed extra 'h' from the URL) - Standardize the opens field in the Draw Sticker Get Sticker YSWS
This commit is contained in:
parent
bb15882448
commit
48c2abe0c3
1 changed files with 6 additions and 6 deletions
12
data.yml
12
data.yml
|
|
@ -48,14 +48,14 @@ limitedTime:
|
|||
slack: https://hackclub.slack.com/archives/C088UF12N1Z
|
||||
slackChannel: "#juice"
|
||||
status: active
|
||||
deadline: '2025-04-1T23:59:59'
|
||||
deadline: '2025-04-01T23:59:59'
|
||||
- name: Jungle
|
||||
description: Spend time working on your game, get money to help publish it! Prizes include steam license, itch.io asset store credits, and much much more!
|
||||
website: https://juice.hackclub.com
|
||||
slack: hhttps://hackclub.slack.com/archives/C086MACKK43
|
||||
slack: https://hackclub.slack.com/archives/C086MACKK43
|
||||
slackChannel: "#jungle"
|
||||
status: active
|
||||
deadline: '2025-04-1T23:59:59'
|
||||
deadline: '2025-04-01T23:59:59'
|
||||
- name: Hackpad
|
||||
description: Design a macropad, get the parts! Made one already? Build a keyboard!
|
||||
website: https://github.com/hackclub/hackpad
|
||||
|
|
@ -195,7 +195,7 @@ drafts:
|
|||
slack: https://hackclub.slack.com/archives/C07Q862TYLQ
|
||||
slackChannel: "#draw-sticker-get-sticker"
|
||||
status: draft
|
||||
opens: Opens October 15th
|
||||
opens: '2025-10-15T00:00:00'
|
||||
- name: Light Up
|
||||
description: Design an electronic circuit with lights, and Hack Club sends you the components and gifts.
|
||||
website:
|
||||
|
|
@ -277,7 +277,7 @@ completed:
|
|||
slack: https://hackclub.slack.com/archives/C06SBHMQU8G
|
||||
slackChannel: "#hack-hour"
|
||||
status: completed
|
||||
ended: Ended September 31st
|
||||
ended: Ended September 1st
|
||||
participants: 1229
|
||||
- name: The Bin
|
||||
description: Hardware-related projects.
|
||||
|
|
@ -285,7 +285,7 @@ completed:
|
|||
slack: https://hackclub.slack.com/archives/C01FXNNF6F2
|
||||
slackChannel: "#electronics"
|
||||
status: completed
|
||||
ended: Ended September 31st
|
||||
ended: Ended September 30th
|
||||
participants: 277
|
||||
- name: HAM Radio YSWS
|
||||
description: Related to HAM radio projects.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue