Currently for the add and update events for projects, the whole project DTO is sent but without tasks (s. #62). This is not nice, just send the project ID and get the whole project in the project service. Currently the service only calls toProject which can easily be replaces by getProject.
Currently for the add and update events for projects, the whole project DTO is sent but without tasks (s. #62). This is not nice, just send the project ID and get the whole project in the project service. Currently the service only calls
toProject
which can easily be replaces bygetProject
.