pbodsk / pomodoriclient

A OSX pomodoro client that can fetch other users pomodo session state from a pomodoro server that can be found here: https://github.com/pbodsk/pomodoriserver
1 stars 0 forks source link

Start showing active sessions from the start #10

Closed pbodsk closed 10 years ago

pbodsk commented 10 years ago

As soon as the app starts, it should start fetching data from the server. For this, a new method must be created on the server, as described in this issue:

https://github.com/pbodsk/pomodoriserver/issues/2

When this is implemented, start calling it in a timer, as soon as the app starts. Then, when a session starts, the app just calls update in another timer thread.