rokwire / rokwire-building-blocks-api

Source code repository of the Rokwire App Config, Authentication, Events, Profile, and Logging Building Blocks, and Authentication Middleware Library.
Apache License 2.0
3 stars 4 forks source link

[FEATURE] [DRAFT] Add attendance details to event #1163

Closed sandeep-ps closed 1 year ago

sandeep-ps commented 1 year ago

Is your feature request related to a problem? Please describe. We need to add an attendance section to the event schema to a few attributes to support event attendance.

Describe the solution you'd like Add a registration section to the event schema with the following details:

  1. isAppAttendanceTakingEnabled - true indicates taking attendance via the Illinois app is enabled for the event.
  2. isIdScanningEnabled - true indicates taking attendance by scanning Illini ID is enabled for the event.
  3. isManualAttendanceCheckEnabled - true indicates that manually taking attendance (selecting people from a checklist) is enabled for this event.
  4. attendanceTakerList - a list of Net IDs or UINs or user IDs (whichever is used as a standard) of attendance takers of the event.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

sandeep-ps commented 1 year ago

Closing as not planned for Events BB.