When displaying RSVPs on an event, consider de-duping people and/or showing comments #1591

Open
tantek opened this Issue Nov 2, 2016 · 1 comment

2 participants

@tantek
tantek commented Nov 2, 2016

While trying to do this:

I RSVPd from my site to an event post on Known, then RSVPd again with another comment.

I encountered this error:

I show up as RSVPing twice with two "yes" responses here:

Some other notes:

Showing the same person saying "yes" twice does not make sense.
Thus either

  • Known's RSVP receiving and displaying code should collapse RSVPs by who they are from, and only use the latest RSVP value.
    OR
  • Known's RSVP receiving and displaying code should also show any accompanying comments from RSVPs, while still collapsing the count of the number of people RSVPing.
@mapkyca
Collaborator
mapkyca commented Nov 3, 2016

Related to #512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment