I am developing python backend for django web app. In the application when user clicks on Save or Save As button then I should give pop up for confirmation which can be handled by frontend. But in back end, when user opts to save the progress then I should save whatever progress they have made it on that application.
I have created API App and created other views (like Import CSV, Import Excel etc.)
This is whole different view where input for my function would be user click only. I have no idea on how to write this view.