meumobi / infomobi

Ionic2 Employee App
3 stars 2 forks source link

add tel/whatsapp as default fields for desk/user profile #359

Open vdias38 opened 5 years ago

vdias38 commented 5 years ago

should allow to add default behavior to call/send msg could use convention for field label

danconte72 commented 5 years ago

link do whatsapp became easy as https://api.whatsapp.com/send?phone=5549999854564&text=ola

danconte72 commented 5 years ago

we should ask ddd for user

vdias38 commented 5 years ago

@danconte72 can you explain how should it works and implementation flow.

Some previous insights https://github.com/meumobi/infomobi-v2/issues/224

danconte72 commented 5 years ago

Links

danconte72 commented 5 years ago

how should it works

implementation flow

  1. update profiles interface, add field on forms without validation
  2. create a helper to validate phone numbers using google-libphonenumber
  3. add validation on profile forms
  4. show phone field on profile details
  5. 1 add call function on profile details
  6. 2 add whatsapp function on profile details
vdias38 commented 5 years ago