Renamed PollService to PollActionService. Over time, the plan is to have regular PollService, PollEventService etc. for CRUD operations and this service for more specific actions.
I also added new constrollers for PollEvents and Participations that will eventually not use PollActionService but their own CRUD services.
Oh and apparently there was a bug where anyone could edit poll events via the API.
Renamed PollService to PollActionService. Over time, the plan is to have regular PollService, PollEventService etc. for CRUD operations and this service for more specific actions. I also added new constrollers for PollEvents and Participations that will eventually not use PollActionService but their own CRUD services.
Oh and apparently there was a bug where anyone could edit poll events via the API.