Women-Coding-Community / WomenCodingCommunity.github.io

Women Coding Community Project
https://womencodingcommunity.com
MIT License
16 stars 24 forks source link

feat: create python script to import active events from meetup #192

Closed dricazenck closed 5 days ago

dricazenck commented 4 months ago

Is your feature request related to a problem? Please describe.

Create python script to import data from meetup and include them into _data/events.yml

Describe alternatives you've considered

This script can be executed manually whenever necessary. Later the new events page will created and also could be categorised to be able to show in programmes, home (similar to announcements) and in respective new event Page.

Meetup Example event

Event example

image

Yml information

Please check:

@lilyndk Could you create a new issue with the layout for events page.

Extra notes

Screenshot as example

image

dricazenck commented 4 months ago

@lilyndk anything else you think will be necessary to be present in the events page?

goelsonali commented 4 months ago

@dricazenck @lilyndk - An idea, it should filter only the future events and not the past events.

dricazenck commented 4 months ago

@dricazenck @lilyndk - An idea, it should filter only the future events and not the past events.

Yep, I was thinking in have 2 sessions like next events and past events. But I like the idea of search for events. Similar to mentors search. So we can filter per category and etc. For this version I think would be good only have all events and we can create this as part of the platform project. What do you think @lilyndk @goelsonali ?

goelsonali commented 4 months ago

I think we can import all events past and upcoming and just separate them under 2 sections as you mentioned @dricazenck

dricazenck commented 4 months ago

We cannot import past events from old community. But we can have in the same events pages past and future events, yes.

lilyndk commented 4 months ago

@dricazenck @goelsonali Yes, agreed.

lilyndk commented 4 months ago

Theming task created: https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/issues/232

PR created: https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/pull/233 . Keeping the events page list styles similar to homepage to keep it simple for now. For platform we want to improve the UX and design with the left displayed search filter always visible on scroll (see design prototype in Figma)