Open
Description
Currently we support only hackathons, but based on members feedback we could also support additional space for conferences. We could create additional column for storing these.
- We could reuse some logic from
HackathonsCollector
<Section>
<H2>Incoming hackathons:</H2>
<Listing list={updatedEvents} />
</Section>
and provide similar sections - "Incoming conferences" and "Previous conferences" and place it below hackathons
- Filters logic could be generalised to functions that takes array of events (if we preserve the same json structure)