Skip to content

Abbreviate and abstract

Michiya requested to merge abbreviate-and-abstract into master

Feature Merge Request

Related Issue

Resolves #50 (closed)

Description of Feature

Separate out utility functions (into app/utils/claimUtils) that process and format data in ClaimlistItem component. This includes abbreviateString utility function, which abbreviates lengthy claim string values, such as address and hash. It's also used in claim statement generators (in app/statementGenerators.index.ts) whose components are imported into ClaimListItems.

Decided to postpone implementation of the adjunct copy-to-clipboard feature until we further discuss how to best use it.

What's Next?

  • rendered claims are now sufficiently compact that we should incorporate columns in the claims list view.

Merge request reports