shridarpatil / frappe_whatsapp

WhatsApp cloud integration for frappe
https://www.youtube.com/watch?v=nq5Kcc5e1oc
Other
188 stars 169 forks source link

Implementation of various features #31

Closed emanuelediluzio closed 1 year ago

emanuelediluzio commented 1 year ago

-implementation of sending/receiving messages with multimedia files with the ability to download multimedia files -addition of a selector for choosing the customers to send the message to without having to rewrite the whole number each time (the contacts are taken from the DocType Customer, therefore contacts must be saved in that doctype as well as for the notification) -recognition if an incoming message is sent from a contact that has already been saved, in which case it is specified in the from field, and the user is given the opportunity to reply to this message through a specific function -ability to send messages to groups of users by selecting the group via a select -possibility to notify all customers saved in the database from the doctype whatsapp message

shridarpatil commented 1 year ago

I would suggest you to break down the PR into individual feature. Reviewing and testing all features at once is a tidy process.