Open
Description
The current implementation of many of the snippet pages embeds the logic for entity management in the snippet page (often in the process submit function).
It would be very good if this was extracted into separate manager classes (like the PaymentDbManager
) so that they can be easily tested and verifications done.