ResistanceCalendar / resistance-calendar-api

API for Resistance Calendar events
MIT License
3 stars 8 forks source link

Event IDs #95

Open hypeJunction opened 7 years ago

hypeJunction commented 7 years ago

I think the _id field needs to be duplicated in the identifiers and include your namespaced ID.

aaghevli commented 7 years ago

Thanks, that is a really good idea. The _id I think 'leaked' since it was a mongodb field, but you are correct in that it should be fixed.

hypeJunction commented 7 years ago

Also I am wondering if the origin system is really Facebook or Resistance Calendar. Something to think about.

aaghevli commented 7 years ago

I set the origin to Facebook since we synchronize our events with the FB feed hourly. Since the origin_system is defined as "A human readable identifier of the system where this event was created. (ex: 'OSDI System')," then Facebook is accurate here IMO.