frmscoe / admin-service

admin-service
Apache License 2.0
0 stars 1 forks source link

fix: Optional xprtndttm and possible values #76

Closed cshezi closed 2 weeks ago

cshezi commented 2 weeks ago

SPDX-License-Identifier: Apache-2.0

What did we change?

  1. Allow undefined expiry date
  2. Enforce possible values of condTp and prsptv
  3. event type added all as possible value

Why are we doing this?

  1. To allow users to have blocks that are forever existing.
  2. To have expected data for certain fields.
  3. To allow admins to have the option to specify every event type

How was it tested?