sopra-fs23-group-23 / werewolf-server

GNU General Public License v3.0
1 stars 0 forks source link

Split up logic and service (and cleanup of server infrastructure in general) #187

Closed Dev-Lj closed 1 year ago

Dev-Lj commented 1 year ago

Currently, Logic objects are heavily intertwined with service related things (for example: Lobby object is related to a SSE emitter, a SSE token, Agora related stuff). Goal of this issue is to find a clean way to link Logic elements with service stuff.

Dev-Lj commented 1 year ago

This issue was resolved without the need for actual code commits but by discussing the implementation with the responsible parties beforehand. Therefore, the result of this task was an improvement in future commits, however no commits in the past were needed to close it.