SenitCorp / bugtracker

Issue Tracker repo for Senit
1 stars 0 forks source link

issues with verified user icon and email on pages #162

Open jahshaka opened 5 years ago

jahshaka commented 5 years ago

we had decided that we would not show emails instead show "verified user" when a user is email verified... but this is poorly done and very hokey across the app.

it has bden partially implemented on android but its not in iOS which still shows the email address...

for eg

i send Sam $20 usd

  1. view his transaction receipt and it does not show the 'verified' shield on his avatar instead it shows a address book icon ? either a shield or nothing there please

  2. click on his avatar to take me to his contact page in my address book and now there is a shield on his avatar and it also shows a shield and says verified user in the header text under his name ... we no longer need a shield on his avatar if it says verified user in the header ?

  3. on the contact page of the address book above we should always show the full name currently its showing Samuel F

please clean up on android and then mirror to ios

jahshaka commented 5 years ago

so related to this as well

https://github.com/SenitCorp/bugtracker/issues/112

the only place we show the email would be on the contact page in the address book

if you have done a transaction with them then the contact page should show the verified user icon on the avatar as well as the email address in the header...

if you havent done a transaction with the person then it just says 'verified user' if they are also email verified

currently on ios it shows the email and on android it shows verified user for all users and no email...

jahshaka commented 5 years ago

any updates here

Ibar000 commented 5 years ago

@jayrulez would you mind unraveling exactly what is required here: specifically about "the only place we show the email would be on the contact page in the address book

if you have done a transaction with them then the contact page should show the verified user icon on the avatar as well as the email address in the header..."

thanks

jayrulez commented 5 years ago

Whenever viewing another user in the app follow these rules:

For Activities (Requests, Sends etc...) If the user has a verified email address then show a verified shield.

When viewing a contact: If the user has a verified email address then show a verified shield. If you have previously done a transaction with the user then show the user's email address if they have one.

@jahshaka can you please confirm that this is what is intended.

jovi959 commented 5 years ago

iOS Completed