tech-conferences/confs.tech

Add option for "Online" Events

cgrail opened this issue · 1 comments

Currently Online Events need to declare city and country as Online.
https://github.com/tech-conferences/conference-data/blob/master/scripts/utils/checkConference.js#L29

It would be great if we could introduce a new property isOnline which could be a part of the conference json format:
https://github.com/tech-conferences/confs.tech#adding-a-conference

It should be possible to set this property in the Add a new conference page.
https://github.com/tech-conferences/confs.tech/blob/master/src/components/ConferenceNewPage/ConferenceNewPage.tsx

This flag must also be considered in the api:
https://github.com/tech-conferences/api.confs.tech/blob/master/app/controllers/api/conferences_controller.rb

Fixed with: #475