-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55dcd33
commit c09193c
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule relay-formalize-bundle
updated
17 files
+1 −1 | composer.lock | |
+72 −0 | src/Entity/Form.php | |
+24 −66 | src/Entity/Submission.php | |
+0 −92 | src/Entity/SubmissionPersistence.php | |
+0 −5 | src/Event/CreateSubmissionPostEvent.php | |
+28 −0 | src/Migrations/Version20231219094100.php | |
+28 −0 | src/Migrations/Version202312200133800.php | |
+98 −5 | src/Resources/config/api_resources.yaml | |
+3 −3 | src/Resources/config/services.yaml | |
+41 −0 | src/Rest/FormProcessor.php | |
+35 −0 | src/Rest/FormProvider.php | |
+52 −0 | src/Rest/SubmissionProcessor.php | |
+37 −0 | src/Rest/SubmissionProvider.php | |
+192 −51 | src/Service/FormalizeService.php | |
+0 −38 | src/State/SubmissionProcessor.php | |
+0 −54 | src/State/SubmissionProvider.php | |
+378 −23 | tests/Service/FormalizeServiceTest.php |