From e450322288c3cb7a2bd2cbc76614916505f0929d Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Thu, 7 Apr 2016 12:35:29 -0700 Subject: [PATCH] Add future note --- readthedocs/donate/signals.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readthedocs/donate/signals.py b/readthedocs/donate/signals.py index df96d8e9e..eb733c848 100644 --- a/readthedocs/donate/signals.py +++ b/readthedocs/donate/signals.py @@ -45,6 +45,11 @@ def choose_promo(promo_list): * Pick a random number between 1 and that total * Choose the ad whose range is in the chosen random number + In the future, + we should take into account the expected views for today + (The number of views from this day last week) + Then we can scale the "total ads sold" against that "expected views", + and that will give us more spread throughout the day. """ promo_range = []