bcgov / medis-form-service

Create, edit and publish forms
Apache License 2.0
0 stars 0 forks source link

Test:Remove crucial data from Submission payload #25

Closed ptugger closed 1 year ago

ptugger commented 1 year ago

Description

This PR contains improvements to Multi upload submissions where we need remove un-necessery information from the json payload of submissions. It will also help to remove crucial data to be removed from the payload that should not be going to DB like confirmationId, formName,version,createdAt,fullName,username,email,status,assignee,assigneeEmail and ateEntry Example: Sometime end user use the export json file as a bulk upload payload that contains formId, confirmationId and User details as well so we need to remove those details from the payload.

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

Further comments