mysociety / alaveteli-experiments

A collection of experiments and research to learn about what makes an Alaveteli grow
3 stars 0 forks source link

How long does it take between signing up and making a request? #39

Open garethrees opened 8 years ago

garethrees commented 8 years ago

Q: How long does it take between signing up and making a request?

Not 100% sure on what actions to take from this, but seems worth knowing whether users who make their first request always do it immediately after signing up, or some time afterwards

[Explain how you will measure this]

Database query: user.created_at vs user.info_requests.first.created_at ?

[What do we need to do to be able to take the measurements?]