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 boolean field to indicate internal registration #1160

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 a way to mark an event as having internal registration enabled. The Illinois app will use this to display the "Register Now!" button in the user interface.

Describe the solution you'd like Add a boolean field called isInternalRegistrationEnabled. This field will be set to true if the event registration is done internally.

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 required.