fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com

Home Page:https://api.eventyay.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stats API for registration and stations

cweitat opened this issue · comments

Stats needed for registration:

  • Total attendees
  • Total Checked In
  • Total checked Out
  • Total have yet to check in

If event has multiple days, provide also the same stats for current day

Stats needed for stations (params to send in could be event_id and session_id) :

  • Session Total attendees

  • Session Total Checked In

  • Session Total checked Out

  • Session details (current track, current session, session speaker)

  • Track Total attendees

  • Track Total Checked In

  • Track Total checked Out

  • Track details (current track, current session, session speaker)

Hi @cweitat
From the last meeting,

image_2023_07_19T04_08_26_426Z

From the BE, we will response:

  1. for overall:
  • total check in for all session on event
  • total check out for all session on event
  • total registered on event
  • total attendee not registered on event
  1. on each station:
  • total check in on session
  • total check out session

could you please confirm?
and another thing, if same attendee check in or out for multiple time, we count it just one or else?

FYI: @lthanhhieu @mariobehling

@nnhathung
pls note that for overall, it is for track, not all sessions. apologise for the mistake. For example check in for same location has multiple sessions so for that particular session.