Microsoft/calculator

Refresh Approximation units (aka "Whimsical" units)

Open

#497 创建于 2019年5月10日

在 GitHub 查看
 (4 评论) (2 反应) (0 负责人)C++ (2,422 fork)batch import
EnhancementPri: 2help wantedneeds spec

仓库指标

Star
 (16,196 star)
PR 合并指标
 (平均合并 15小时 43分钟) (30 天内合并 7 个 PR)

描述

Problem Statement In general, we want to provide "real world" approximations for conversions to help users conceptually grasp the magnitude of the values being displayed while performing unit conversions. However, we do not currently scale these approximations or document them as well as we should.

Evidence or User Insights The community has identified gaps in our documentation in regards to these units (#120). There is also some confusion around when we decide to show which units (#335).

Proposal Improve the approximation units we display and how we display them by defining an appropriate scaled set of approximations for each applicable unit converter type and auditing the set of units we display today for accuracy. We should also more thoroughly documenting these units.

Goals

  • Present representative approximations across all applicable unit converters
  • Approximations are accurate and scale appropriately with magnitude of inputted values (e.g., maybe we should add "Olympic size swimming pool" for really large volumes)

Non-Goals

  • None

Low-Fidelity Concept N/A (we should leverage the existing design).

贡献者指南