mehran22000 / aslbekharAndroid

1 stars 0 forks source link

Why is the confirmation screen displayed after changing any profile fields. #60

Closed mehran22000 closed 7 years ago

mehran22000 commented 7 years ago

I believe we only save when user presses 'save' button on the profile screen?

screenshot_20161024-234905

aminsepahan commented 7 years ago

so I shouldn't show this ? or what should I do, I don't really know !

mehran22000 commented 7 years ago

So if user changes any fields it only stores it locally till user presses 'save' button on the profile screen. So we do not need this if user changes address, brand, phone, etc. You can show it after user presses 'save' button which you call the server.

aminsepahan commented 7 years ago

Don't you think it might be a little confusing ? I think its not that bad to save it there right away, but we can show a small message saying it was done. but for me it doesn't matter, so as you wish :)

mehran22000 commented 7 years ago

Thanks I think it is okay to let the user to change it on that screen and then at the end if they save we send the new record to the server and show "etellat sabt shod" message.

aminsepahan commented 7 years ago

Ok :)

aminsepahan commented 7 years ago

Done!