hserv / coordinated-entry

A HUD Compliant Coordinated Entry System
Mozilla Public License 2.0
3 stars 2 forks source link

Look into all the survey APIs and provide the necessary audit fields. #334

Open logicsandeep opened 4 years ago

logicsandeep commented 4 years ago

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.

suryayadavalli commented 4 years ago

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 commented 4 years ago

@suryayadavalli Will this change impact any existing client?

suryayadavalli commented 4 years ago

@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.