Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: Add WhatsApp with Vonage for Dart #200

Closed
6 tasks
gewenyu99 opened this issue Oct 1, 2023 · 11 comments
Closed
6 tasks

🚀 Feature: Add WhatsApp with Vonage for Dart #200

gewenyu99 opened this issue Oct 1, 2023 · 11 comments
Assignees
Labels
hacktoberfest Issues for Hacktoberfest 2023

Comments

@gewenyu99
Copy link

Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code. 🤩 You can learn more at our official Appwrite Functions docs.

Your task is to implement the WhatsApp with Vonage function in Dart. You can look at the existing Appwrite Functions Templates in another coding language.

Your function should behave and be implemented similarly to existing WhatsApp with Vonage Node.js template.

Tasks summary:

  • Fork & clone Appwrite's templates repository
  • Create a branch feat-implement-whatsapp-with-vonage-dart
  • Write code for the function in folder dart/whatsapp_with_vonage/.
  • Test the function using Appwrite, provide a video.
  • Write a README.md explaining what the function does, how to use it, and customize it. Here is an example.
  • Submit a pull request to our templates repository

If you need any help, contact us on our Discord server.

Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊

Happy Appwriting!

@gewenyu99 gewenyu99 added the hacktoberfest Issues for Hacktoberfest 2023 label Oct 1, 2023
@tejas-raskar
Copy link
Contributor

I would like to work on this. Can you assign it to me?

@loks0n
Copy link
Member

loks0n commented Oct 2, 2023

Hi @tejas-raskar , I've assigned the issue to you! Happy Hacktoberfest 🎃!

Notes:

  • Please update us with your progress every 3 days, so that we know you are working on it.
  • Join us on Discord - https://appwrite.io/discord to chat about Hacktoberfest and Appwrite!

@nimsmgr
Copy link

nimsmgr commented Oct 4, 2023

I would like to work on this if it gets unassigned.

@tejas-raskar
Copy link
Contributor

Hey @loks0n

Quick Update: I am still working on the issue. Will be done by the weekend.

@tejas-raskar
Copy link
Contributor

tejas-raskar commented Oct 6, 2023

image

When I call this function to get the index.html file after a 'GET' request I get the following error:

FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)

What am I doing wrong?
@loks0n @gewenyu99

@letsintegreat
Copy link

Hey, I would like to be assigned if the current assignee is unresponsive, thanks!

@loks0n
Copy link
Member

loks0n commented Oct 11, 2023

image

When I call this function to get the index.html file after a 'GET' request I get the following error:

FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)

What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

@tejas-raskar
Copy link
Contributor

image

When I call this function to get the index.html file after a 'GET' request I get the following error:

FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)

What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

Okay! I will be continuing working on this issue

@Haimantika
Copy link

image
When I call this function to get the index.html file after a 'GET' request I get the following error:
FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)
What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

Okay! I will be continuing working on this issue

Hi, do you have an update? Are you still working on it?

@tejas-raskar
Copy link
Contributor

image
When I call this function to get the index.html file after a 'GET' request I get the following error:
FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)
What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

Okay! I will be continuing working on this issue

Hi, do you have an update? Are you still working on it?

Hi, Yes I'm still working on it. The implementation is almost ready and I'm currently fixing some bugs.

@gewenyu99
Copy link
Author

gewenyu99 commented Oct 31, 2023

Closed by #246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for Hacktoberfest 2023
Projects
None yet
Development

No branches or pull requests

6 participants