hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.
https://stm.hauke-stieler.de
Other
34 stars 6 forks source link

Only send IDs via websockets #114

Closed hauke96 closed 3 years ago

hauke96 commented 4 years ago

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.