I want to record the user's operation flow in the front end and transmit the data to the database. Is there any good solution?

recently, when making a product, there is a process similar to placing an order.
in the actual use process, sometimes the result of issuing an order after a user"s operation is inconsistent with the expected data. What should be done by the front end to reproduce the user"s process of issuing an order?
are there any good solutions or materials now? Ask for sharing!

Mar.25,2021

you only need to look at the parameter field of the interface to place an order to know the approximate operation steps of the user. I think the bigger possibility is that the front end has not done a good job of form verification.


you can try to transfer data to the background silently step by step as each step generates data.

Menu