loon3 / LTB-Companion-Wallet

Chrome Extension Bitcoin/Counterparty Wallet
GNU General Public License v3.0
9 stars 4 forks source link

Searchable LTB user directory #4

Closed AdamBLevine closed 9 years ago

AdamBLevine commented 9 years ago

Since users will soon be able to send tokens to each other by LTB username it makes sense to let them find those usernames as easily as possible. Each user in the LTB system has the ability to determine what of their information is public and private.

The wallet should let you search by name, partial username, email or bitcoin public key.

Users should be able to mark users as "favorites" to put them into an auto-completion list that will be one of the possible guesses when you start writing a message or sending a transaction to a name.

loon3 commented 9 years ago

@cryptonaut420 to add first characters parameter to user list API for search by partial username

cryptonaut420 commented 9 years ago

@loon3 you can now search for users using /api/v1/users?search=[first letters]

loon3 commented 9 years ago

added LTBn Directory in v0.3.1

loon3 commented 9 years ago

additional features discussed here... https://github.com/loon3/LTB-Companion-Wallet/issues/25