TcOpen icon indicating copy to clipboard operation
TcOpen copied to clipboard

Implemetation of dialog behaviours in Blazor application

Open PTKu opened this issue 3 years ago • 0 comments

Requirements

  • We want to select which client(s) will display and manage specific instances of dialogues.
  • We want to close dialog(s) that has been closed on one client on other clients that have eventually opened that dialogue.
  • We want to log user action when dialogue is answered (client and user identification).

Implementation suggestions

  • [ ] We need to find a way to identify clients
  • [ ] We implement list/dictionary of clients that will serve specific instances of dialogues.

PTKu avatar Aug 09 '22 07:08 PTKu