NetDevelopersPoland / NetDevPLWebsite

MIT License
22 stars 24 forks source link

Offline event list #69

Open pawelklimczyk opened 7 years ago

PawelHaracz commented 7 years ago

@pawelklimczyk Would you describe what should do?

pawelklimczyk commented 7 years ago

This one is pretty hard to do. The idea is automate this http://netdevelopers.pl/events Right now somebody has to add conference or any other meeting (except from meetup.com) manually to json file. This is cumbersome to manage. It would be nice to hook up some sources so offline events are populated automatically.

PawelHaracz commented 7 years ago

Ok, I can do it

lukasz-pyrzyk commented 6 years ago

@pawelklimczyk maybe list of upcoming events from meetup / facebook groups? However it will look similar to the netdevelopers.pl/groups

pawelklimczyk commented 6 years ago

@lukasz-pyrzyk the problem with fetching events from facebook is that:

  1. There is a lot of crap - unfortunatelly
  2. Same event is advertised in many places

Although, I'm open to any ideas

lukasz-pyrzyk commented 6 years ago

As we can see there is no sense in presenting conferences in ./events, because nobody cares about updating it. Let's try to automate this subpage. I would prefer to fetch events from from .net groups with Meetup profile (like Wroc.NET) and FB groups like Bialystok .NET. Nothing else, no groups like conferences poland. Let's keep it clean.

pawelklimczyk commented 6 years ago

You are into something. The main idea was that conferences will be presented in one list and local-events in another. As we can see this does not play well. There is number of conditions: 1) groups lifetime expires 2) new groups come to life 3) we don't know about all conferences (where to gather that info).

What do you propose (since you have something in mind)?

lukasz-pyrzyk commented 6 years ago

Let's change approach for local meetups. Currently they are about 'groups with events' instead of just events. Its problematic...

Let's fetch this data in runtime basing on the list of meetup Ids / facebook Ids and sort by date with some info about organizers. Less state, less problems.

Not sure what to do with conferences... Usually organizers don't care about this website and nobody else cares about PR with new data. For example, in case of 4Developers we can fetch data from their FB events page. But... it's still flaky