You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into all the survey APIs and provide the create_date and modified date fields .
For example:
The below API does not return any audit fields like create_date and modified date . This becomes really hard to track when a submission really occurred if the effectiveDate was not populated.
GET /clientsurveysubmission
PS: Need to look into all the APIs in the survey api project and make sure we provide createDate and modifiedDate.
The text was updated successfully, but these errors were encountered:
As discussed in Friday's meeting, I will populate effective date with created date if its not explicitly passed on and thus API will always return effective date. This should resolve your issue. Thanks !
@logicsandeep : This will not impact any existing clients. However, we will discuss this briefly in the meeting tomorrow and then before I proceed with the changes.
Currently submission date in client survey submission is NULL if effective date is not passed on while posting responses. As discussed, this submission date will be populated with the current date (the date when the responses are posted).
In the active list (eligible clients entity), currently survey submission is populated with the scores submitted date if effective date is NULL. However, this will be populated as the following.
If effective date is NOT null, then consider effective date
If effective date is NULL, then consider the date the responses are POSTed, or the date the scores are POSTed, which occurs first.
Look into all the survey APIs and provide the create_date and modified date fields .
For example:
The below API does not return any audit fields like create_date and modified date . This becomes really hard to track when a submission really occurred if the effectiveDate was not populated.
GET /clientsurveysubmission
PS: Need to look into all the APIs in the survey api project and make sure we provide createDate and modifiedDate.
The text was updated successfully, but these errors were encountered: