ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Link-to-Web: separate URL and metadata #24

Closed kirillt closed 1 year ago

kirillt commented 2 years ago

At the moment, we write all fields in single JSON: URL, title and description; all these fields are treated as parts of resource. This causes ResourceId be recalculated every time title or description changes. ResourceId should depend only on the URL. The rest must be written into upcoming metadata storage.

This changes the very core of ARK Shelf app (mobile and desktop versions).

kirillt commented 1 year ago

The bounty was finished: https://gitcoin.co/issue/29265