Skip to content

As a user, I want to be notified when new data is available #106

@Aboisier

Description

@Aboisier

So that I don't have to refresh constantly.

I see two avenues:

  1. When new data is available, show a toast with a "Refresh" button (pretty easy to implement)
  2. Whenever there is new data, update the view (pretty intrusive)

This could be achieved using websockets; NestJS supports them natively (https://docs.nestjs.com/websockets/gateways).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions