Morphclue / apollusia

Calendar tool for coordinating meetings
http://apollusia.com
MIT License
7 stars 5 forks source link

Refactor Poll Service #182

Closed Clashsoft closed 4 months ago

Clashsoft commented 4 months ago

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.