Earnings must be calculated on server side and pushed to the client
Closed this issue · 0 comments
HerrLoesch commented
The Zeiterfassungs API is too clean. We want to have a push communication from server to client. When ever the projects of a user change, the server has to inform all users about new earnings. Currently the client can retrieve the earnings of one user.
What to do: Change behavior of the earnings logic so it calculates the earnings of all users and pushes these earnings back to all clients.