Microsoft/calculator

Include formula for all conversions

Open

#283 ouverte le 12 mars 2019

Voir sur GitHub
 (5 commentaires) (7 réactions) (0 assignés)C++ (2 422 forks)batch import
EnhancementPri: 2help wantedneeds spec

Métriques du dépôt

Stars
 (16 196 stars)
Métriques de merge PR
 (Merge moyen 15h 43m) (7 PRs mergées en 30 j)

Description

Problem Statement

The problem statement is that I'm performing conversion between 2 units, for example 8 ml to ounces. I open up the volume converter, select the desired units and enter 8. I get the output in ounces but now I look at the two numbers and find myself wondering what is the formula to get oz from ml. So I need to edit my input to 1 and try and figure out a relation between these two. May check inputs and outputs for 1, 10, 100 and notice that they are related by a certain factor.

While most conversions might have a relationship based on multiplying or dividing a certain factor, this may not be true for all conversions. For example Celsius to Fahrenhiet or similar. Thus making it hard for a user to figure out the conversion & relationship.

The idea is to allow users to use converters even as a lookup in-case they don't how 2 units are inter-related.

Evidence or User Insights

On searching the web, we can find thousands of results, website with tables, conversions, formulas, discussions on converting various units from one to another. The idea is to make it more informational to use conversions.

Proposal

The proposal is to include the formula for every conversion, similar to how it is done for currency conversions so that the user is aware of the conversion being performed and doesn't need to look it up or try and deduce it.

Goals

Users should be able to look at conversions without the need for opening up the web and searching for the conversion formula for any two units, similar to how users can directly check currency conversion rates live within the Calculator app.

Low-Fidelity Concept

Google image

Bing image

Guide contributeur