meetveracity / coding-challenge-app

0 stars 1 forks source link

Add Serializers #30

Open cshupp1 opened 4 years ago

cshupp1 commented 4 years ago

The digital services team uses serializers to ensure no json data is sent across the wire with PII.

See: https://github.com/department-of-veterans-affairs/va.gov-vfs-teams/blob/b557b1d70f80528cc98a7b1382af0bf31c22dec0/DeveloperDocs/vets-api/response-serialization.md

Please update schedule_controller to use them.