Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for reading time ranges #20

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Dec 4, 2020

  1. Add estimate range settings

    Adds range settings for reading time estimate ranges. estimate_range to
    control the range percentage ± and range_str for the string to combine the
    low and high estimates.
    GeneralAntilles committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    96cf3a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8536bc8 View commit details
    Browse the repository at this point in the history
  3. Add estimate range formatting

    Depending on the reading time estimate and the estimate range
    percentage, we may end up with identical high and low estimates or
    flooring out at zero minutes. Test for these cases and return a range
    that makes sense.
    GeneralAntilles committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e5f9a85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638fb96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afca3a2 View commit details
    Browse the repository at this point in the history