wzarek / Reasn

find your reasn to meet
3 stars 0 forks source link

feat: split status enum to participant status and event status #37

Closed wzarek closed 5 months ago

wzarek commented 5 months ago

What new thing should be implemented?

As in title - split status enum to participant status and event status - in order to not have one status enum and weird validations for checking if event or participant have correct subset of it.

What is your acceptance criteria?

Added necessary enums.