moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

Consistent Asset Logos #583

Open Whale-Street opened 2 years ago

Whale-Street commented 2 years ago

Describe The Suggestion

As a user I want an asset's logo to appear on my app the same as it does on another Moontree app.

Technically this could be considered a bug, but it's not clearly one.

Additional Context

We currently generate an asset logo when we do not have one. This is done locally on the device, which causes inconsistent logos across apps -- user1 will see a logo with x color and y border color while user2 sees the same asset with different x and y colors.

Ideally an asset has a logo in its metadata, but when in does not, we should create and save one on the Moontree Backend Layer. This will make all logos the same across client instances.