Page MenuHomePhabricator

Return the list of event registrations of an organizer
Closed, ResolvedPublic3 Estimated Story Points

Description

As a Dev I want to return a list of all the event registrations of a giving organizer id

Acceptance criteria:

  • Must return an array of event registration with the fields
[
   {
      event_id,
      event_name
    }
]
  • If no event registrations was found return an empty array

Note: We may want to add the event creator field back to the campaign_events table. Denormalization here could make the query faster.

Event Timeline

cmelo updated the task description. (Show Details)

Change 776357 had a related patch set uploaded (by JCarvalho; author: JCarvalho):

[mediawiki/extensions/CampaignEvents@master] List all events by organizer or participant

https://gerrit.wikimedia.org/r/776357

Change 776357 merged by jenkins-bot:

[mediawiki/extensions/CampaignEvents@master] List all events by organizer or participant

https://gerrit.wikimedia.org/r/776357

ifried subscribed.

As there is nothing user-facing for me to test, I am marking this as Done.