Confirm user changes

I want all registered users to be able to modify existing data. But to make sure that they are not embarrassed, I want to check the new data before sending it to my db. How can I do this as best as possible so that I and all administrators need only one click to reject / accept the updated data?

+4
source share
1 answer

This work can be implemented by workflow systems similar to viewflow or GoFlow , etc., thus, the added / changed data is stored in the database, but awaiting confirmation by the participants of the actor of the workflow.

+2
source

All Articles