Nam Le

Results 23 issues of Nam Le

- Add a specific section standardizing common measurements and the `KindOfQuantity` each measurement would use. - Add a code example on a simple real use workflow for registering a `SchemaFormatsProvider`...

Add Symbol.dispose logic to the QuantityTypesFormatProvider, to remove the activeUnitSystem event listener created [on init.](https://github.com/iTwin/itwinjs-core/blob/b2c1278fbb5f2dec31a75c33daedc60ae66a0ff6/core/frontend/src/quantity-formatting/QuantityFormatter.ts#L329)

enhancement
good first issue
quantity

After introducing helper methods to retrieve formatting Specs through https://github.com/iTwin/itwinjs-core/pull/8082 , and deprecating `quantityType` in `PropertyDescription`, we'd like to re-evaluate `FormattedQuantityDescription` and it's [subclasses](https://github.com/iTwin/itwinjs-core/blob/master/core/frontend/src/properties/LengthDescription.ts) in `core-frontend`. The formatting and parsing...

quantity

With Bing Maps deprecated, and recent addition of [GoogleMaps support](https://www.itwinjs.org/changehistory/#google-maps-2d-tiles-api) in iTwin.js 5.0, we'll eventually want to support enabling that within the base viewer.

enhancement

The modal is only available in the test app of this repo, it would be nice to export it as a component, while refactoring it to be: 1. more adherent...

Review labels that are used across the repos, in our localization .json files (one [example](https://github.com/iTwin/viewer-components-react/blob/master/packages/itwin/quantity-formatting/public/locales/en/QuantityFormat.json)) and change them all to sentence-case (E.g "Try It Out" -> "Try it out"). Ideally...

enhancement

Prerequisite for https://github.com/iTwin/viewer-components-react/issues/1412

Bearing formatted value in the DistanceMeasurement API currently uses a hard coded bearing formatProps, which wouldn't enable users to customize the way it's displayed. We'll look to handle retrieving the...

enhancement
measure-tools

This pull request adds comprehensive support for ratio formatting with scale factors to the `@itwin/core-quantity` and `@itwin/ecschema-metadata` packages. The changes introduce new properties and types for ratio formats, enhance format...