PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

1. Persist New User records to Mysql #59

Closed johnboy14 closed 8 years ago

johnboy14 commented 8 years ago

This task relates to the first step in our migration plan for User data. We want to start persisting user data to mysql alongside existing datastores. This task only relates to new user data.

https://docs.google.com/document/d/1pRPeGteUMNblQgkitgh4aLnWPmf0elrs28_545VnMRU/edit

sanel commented 8 years ago

This task also should include proper testing code for validating written data. Without that, we risk to end up with malformed data (validate from mysql point, but invalid comparing to dynamodb content), that will be hard to catch.

johnboy14 commented 8 years ago

Good shout. It should be easy to verify through unit testing.