Update frontend data input to match backend data receive process
In 062dbe19 the backend was updated to save location data less precisely (down from 7 decimal places to 2) and birth year data by decade (for example 1983 -> 198x)
Front end should be updated to match these. As the data is handled this way in the backend, this isn't a high priority but would give more transparency on how we parse the data.