whatsapp-cloud-api icon indicating copy to clipboard operation
whatsapp-cloud-api copied to clipboard

Support for WhatsApp Interactive Lists

Open robertripoll opened this issue 1 year ago • 5 comments

Implemented support for WhatsApp Interactive Lists. ~~TODO: Unit and integration tests.~~

https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages#interactive-messages https://documenter.getpostman.com/view/13382743/UVC5FTHT#be4781ec-b59f-4aaa-8bf9-458ff4f29650

robertripoll avatar Aug 16 '22 21:08 robertripoll

Hi @robertripoll I love how the community contributing with the project. Thanks so much! Please, can you write the unit and integration tests? It is neccesary to ensure the quality of the proyect.

Update the README file with an example is also required.

Thanks!

aalbarca avatar Aug 24 '22 11:08 aalbarca

Hi @netflie I just wrote the unit tests for the code changes commited in this pull request. However, I do not understand why the test is not passing. Can you please help me out?

PD: You can see the unit test I wrote here.

Thanks 😄

robertripoll avatar Aug 28 '22 14:08 robertripoll

Hi @netflie I just wrote the unit tests for the code changes commited in this pull request. However, I do not understand why the test is not passing. Can you please help me out?

PD: You can see the unit test I wrote here.

Thanks 😄

@netflie bump

robertripoll avatar Sep 12 '22 19:09 robertripoll

Hi @netflie I just wrote the unit tests for the code changes commited in this pull request. However, I do not understand why the test is not passing. Can you please help me out?

PD: You can see the unit test I wrote here.

Thanks smile

Tests are a great way to detect fails on our source code. The test is not passing because you class Section in line 33 you are assigning the row title instead of row id. Please fix it and the tests will be pass.

You're doing a great job. If you could write the Integration tests and update the Readme with an example of lists using ~~God~~ will be proud of you.

aalbarca avatar Sep 19 '22 16:09 aalbarca

Hi @netflie I just wrote the unit tests for the code changes commited in this pull request. However, I do not understand why the test is not passing. Can you please help me out? PD: You can see the unit test I wrote here. Thanks smile

Tests are a great way to detect fails on our source code. The test is not passing because you class Section in line 33 you are assigning the row title instead of row id. Please fix it and the tests will be pass.

You're doing a great job. If you could write the Integration tests and update the Readme with an example of lists using ~God~ will be proud of you.

Oh wow, I have been looking through all the source code trying to understand what was failing but I was not able to... The error message wasn't clear enough to explain what was failing (and where), though.

robertripoll avatar Sep 19 '22 19:09 robertripoll