Cleaning up popularity query.

This commit is contained in:
Samuel Clay 2017-01-05 19:13:49 -08:00
parent ea713d011a
commit 72ffa295e8
3 changed files with 4 additions and 4 deletions

View file

@ -1618,9 +1618,9 @@ class Feed(models.Model):
worksheet.write(0, col, '# readers', bold)
worksheet.write_comment(0, col, 'Total number of active subscribers who have read a story from the feed in the past 30 days.')
worksheet.set_column(col, col, 8); col += 1
worksheet.write(0, col, "read %", bold)
worksheet.write(0, col, "read pct", bold)
worksheet.write_column(0, col, "Of the active subscribers reading this feed in the past 30 days, this is the percentage of stories the average subscriber reads. Values over 100 pct signify that the feed has many shared stories, which throws off the number slightly but not significantly.")
worksheet.set_column(col, col, 6); col += 1
worksheet.set_column(col, col, 8); col += 1
worksheet.write(0, col, '# stories 30d', bold)
worksheet.write_comment(0, col, "It's important to ignore feeds that haven't published anything in the last 30 days, which is why this is part of the Reach Score.")
worksheet.set_column(col, col, 10); col += 1

View file

@ -26,7 +26,7 @@
{{ popularity_query_form.query.label_tag }}
{{ popularity_query_form.query }}
<h6 class="NB-label-right">Example: <i>phillips hue, wemo, alexa</i></h6>
<h6 class="NB-label-right">Example: <i>pebble watch, philips hue, alexa</i></h6>
</div>
{% if popularity_query_form.errors %}

View file

@ -13,7 +13,7 @@
</p>
<p style="line-height: 20px;">
- Sam Clay
- <a href="https://twitter.com/samuelclay">Samuel Clay</a>
</p>
{% endblock %}