I am trying to generate a web push notification for an admin user based on the actions of a group of specific users.
So basically a user tries to generate a report by clicking a button but it asks for a code. On the background it sends an email or a message to the admin with a specific six digit code. He then calls up the user who wants the report and tells him the code. The user submits the code in the form in front of him and can now access the report.
However, the admin user wants to see the code in the notification box that should pop up on the corner of the screen. How can I achieve this? Do I need to learn Django Channels for this?