Lascorbe / CocoaConferences

List of Cocoa conferences for iOS & macOS developers
http://cocoaconferences.com
1.11k stars 135 forks source link

Add support for cancelled conferences. #315

Closed davedelong closed 5 months ago

davedelong commented 5 months ago

NYSwifty 2024 has been cancelled, and the website needs a way to reflect that information.

Cancelling a conference (by adding cancelled: true to the yml file) affects how it is display on the website and in the ics files:

Screenshot 2024-01-27 at 10 51 09 AM
ZevEisenberg commented 5 months ago

In 2017, SwiftFest was rescheduled to 2018 so the organizers could gather more speakers, sponsors, etc. Probably worth thinking about that scenario too, although it could be separate from this one.

davedelong commented 5 months ago

@ZevEisenberg yeah, that's a good thought. This isn't a scenario that comes up very often, but maybe we could think about supporting superseding information (old dates vs new dates, or old dates vs cancelled)?

If we decide to go down that route, I can go through the data file and update it. In the meantime, I think this cancelled flag is probably sufficient.

Lascorbe commented 5 months ago

great idea, thank you for implementing this @davedelong! ❤️