Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Database Transactions for Submission Operations #102

Open
leoraba opened this issue Sep 30, 2024 · 0 comments
Open

Implement Database Transactions for Submission Operations #102

leoraba opened this issue Sep 30, 2024 · 0 comments

Comments

@leoraba
Copy link
Contributor

leoraba commented Sep 30, 2024

Description
Implement database transactions when committing a Submission to ensure that all submission-related actions, including create, edit, and delete, are executed within the scope of a single database transaction. This will guarantee atomicity, ensuring that either all changes within a submission are successfully applied or, in the event of an error, none of the changes are committed. This approach will prevent partial updates and ensure data consistency across submission operations.

@leoraba leoraba mentioned this issue Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant