Skip to content

Add endpoint to get member count of an InterestTopic.

Martin Martinez Rivera requested to merge martinmr/topic-member-count into dev

@DSASanFrancisco/portal-members

SUMMARY

/email_topics/member_count/<topic_name> now returns the number of members in the given topic.

The endpoints returns a 404 error code if the topic does not exist.

I have:

  • [*] Included a summary of the changes
  • Linked all relevant Trello tickets to this request

I got a link to the Trello board but I don't have access. This PR should fulfill half of the open issue to add member counts to the email form (the other half is the UI).

Merge request reports