ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

Add indicators to canceled events #138

Open InciteDemocracy opened 7 years ago

InciteDemocracy commented 7 years ago

Problem: FB Events that are canceled currently have no working link to the event page url, and give no indication they have been canceled.

Solution:

  1. Add event page URLs for canceled events to API
  2. Add (Canceled) to end of event title
geoffreyyip commented 7 years ago

How would the front-end application know if an event was cancelled on Fb? Are we planning to handle that in the API?

InciteDemocracy commented 7 years ago

Yes! we need to update the API to include is_canceled I've created an issue for the back end here: https://github.com/ResistanceCalendar/resistance-calendar-api/issues/78

aaghevli commented 7 years ago

Hi folks. As per the following, please use the OSDI event.status field to determine cancelled status.

https://github.com/ResistanceCalendar/resistance-calendar-api/pull/89

status: { type: String, enum: ['confirmed', 'tentatives', 'cancelled'] }