Hack4Eugene / SpeedUpAmerica

Crowd-sourced internet speed tests using M-Lab data and user tests on a website, with charts, maps, and raw data downloads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some fields user fill out before the test runs have default values (0.5 SP)

ryanrolds opened this issue · comments

Describe the bug
We want the data we collect from users to be as accurate as possible. Fields that have default values may not be correct and will cause the default value to be over-represented in the data.

Expected behavior
All fields are blank/null by default and result in null/blank info in the database.

Go through the forms we have users fill out and ensure that none have default values. Test each pathway and ensure that the submission created has null or no data.

Added a default Null option to the How are you connected? as "---Choose Connection Type---". The database is showing that the option does in fact come up as null. The database also shows all options do come up as null

3 | Home Wifi | | | NULL | NULL | NULL | NULL | NULL | 259.24 | NULL | 0 | 1 | 2019-09-13 01:52:01 | 2019-09-13 01:52:01 | 44.0339 | -123.1607 | 14 | 11.26 | 1568339521_c1505e286774b218b0e6 | 172.19.0.1 | ndt-iupui-mlab1-sea02.measurement-lab.org | 0 | NULL | duplicate | NULL | NULL | NULL | NULL | 2019-09-13 | NULL | NULL | NULL | 2593 | �� ����H�^���V�F@ | NULL |

Please let me know if there is anything that I may have missed. Seems to be all in the clear.

Resolved by #210