pulilab / vue-people

VuePeople lists and connects Vue.JS developers around the world.
https://vuepeople.org
MIT License
172 stars 36 forks source link

Meetup API curation #129

Open DonNicoJs opened 5 years ago

DonNicoJs commented 5 years ago

The Objective is to create A Django admin interface to curate the meetup grups.

Action points:

Steps must be taken to preserve the correct model properties / binding for the frontend of vue-people to keep working.

In addition we need a new meetup icon for the map that represent the generalised meetup type ( not the default meetup.com icon )

bencodezen commented 5 years ago

Not sure if this is covered, but it would be important for us to have an API endpoint where the events / groups are customized to only include certain groups in order to maintain a Vue.js focus (for ingesting by events.vuejs.org).

The rationale for this is that similar to the conferences we list on the website, we don't just want to list any JavaScript conference unless there is a dedicated Vue.js track since it would end up generating a lot of noise otherwise.

I welcome counter-arguments to this though! And to clarify, I don't mean the whole API needs to be constrained, but it would be great if we could have one where we have a more tailored list.

DonNicoJs commented 5 years ago

@bencodezen Actually the curation would be beneficial for us as well, we have the same interest in not polluting the data with too general conferences / meetups because they are simply tagging themselves with vue on meetup.com

so our interests align here.