WordPress / wordcamp.org

WordCamps are casual, locally-organized conferences covering everything related to WordPress.
https://wordcamp.org
130 stars 74 forks source link

CampTix: Issues with the [camptix_attendees] shortcode #374

Open coreymckrill opened 4 years ago

coreymckrill commented 4 years ago

Coming out of a Slack discussion in #meta-wordcamp, this issue is to collect various problems with [camptix_attendees] from Meta Trac (meta-2282, meta-2413) and elsewhere.

Some problems are:

One proposed solution is to render the attendees list via JS instead of PHP, which would make it easier to add dynamic filtering/searching. On the back end, we could also convert the shortcode into a block, which would improve the UX for configuring options and make it more self-documenting (and anyway, ideally all of WordCamp's shortcodes will eventually become blocks).

timiwahalahti commented 4 years ago

Related from Trac: #2940 WordCamp Attendee JSON

ryelle commented 4 years ago

meta-3217 is another we could add to this batch, to allow organizers to assign a default gravatar image (the potential attendee block could have an image upload attached).