status-im / ens-usernames

DApp to register usernames for Status Network
MIT License
19 stars 11 forks source link

Add owned usernames screen #46

Open rachelhamlin opened 5 years ago

rachelhamlin commented 5 years ago

From the main screen of the DApp, user should be able to access screen 20_02 to see a static list of their owned usernames.

bgits commented 5 years ago

We did not build anything to support this. There are multiple possible implementation routes but nothing we have explored in detail.

rachelhamlin commented 5 years ago

@bgits what do you mean, to support lookup of a user's names, or UI for it?

bgits commented 5 years ago

We don't have a reverse lookup, given an address or contact code get registrations. Most likely the best approach is to build an indexer, a couple approaches possible here including maintaining a REST API to allow such lookups.

rachelhamlin commented 5 years ago

Okay, noted. So we'll remove that block of text from the main screen for the launch.

3esmit commented 5 years ago

It's not possible to reverse multiple domains to the same ethereum address. Reverse lookup will always find only one name. Reverse lookup exposes user names. Recommend use browser storage for saving that information and showing to user.