itssimple / journal-limpet

Journal storage / API for Elite: Dangerous
https://journal-limpet.com
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Activity indication #9

Closed itssimple closed 3 years ago

itssimple commented 3 years ago

It would be nice if you could have an indication that the system is fetching your journals in the background, or pushing them to EDDN.

itssimple commented 3 years ago

Started to do some SSE endpoints, which will listen to a PubSub-channel

One endpoint/channel for global activity and one for the logged in user.

So that activity will be shown across all pages. :)