i am working on a project in which there will be a website from where network team can perform their patching activities.As of now this is an open website with no logins.
I have made the web app.But there are few things that i need to fix.
My current status is , if i open the website , i can perform the actions and it shows me the status/progress bar. But i open the same website in a different tab or browser i don't see the same status (which will tell me that the patching is under progress)..this is expected as i have not applied any such mechanism.
What am looking for? 1.Is there any way to show the status bar in all the sessions. 2.Lets say if a user select few devices to patch, and at the same time if another user tries to select those devices ( dropdown menu), then that should be disabled with an alert message saying those devices are already running (some sort of Lock)
i am python flask and vanilla javascript in my development.