E
E
embiid2021-07-12 15:07:59
ASP.NET
embiid, 2021-07-12 15:07:59

How to notify subscribed users about site changes?

There is an application that is built on gaming tournaments. And the user of the site can "join" (register) in this tournament. Now the question is, how can you notify the user about the changes?

As I understand it, it will be possible to add the "isChanged" attribute to the new DTO model, which will be boolean, obviously. But how to work with it? More precisely, if the record has changed, it will become conditionally true, and then what if it changes again?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2021-07-12
@embiid

Add 2 fields "change time" and "notification time". If "change time" is greater than "notification time", then send notification and update time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question