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

💬 Improve Appwrite Messaging with Sms77 Adapter #6401

Closed
5 tasks
christyjacob4 opened this issue Oct 1, 2023 · 7 comments
Closed
5 tasks

💬 Improve Appwrite Messaging with Sms77 Adapter #6401

christyjacob4 opened this issue Oct 1, 2023 · 7 comments
Assignees
Labels
hacktoberfest Issues that can win you some cool swags!

Comments

@christyjacob4
Copy link
Member

💭 Introduction

Having an app is cool, but having integrations is even cooler! 😎 It always brings a smile to my face when a website has the option to sign in with my GitHub account, so I don't have to go over the lengthy process of creating an account… The same can be said about messages! Every app with the option to enable push notifications, email, or SMS notifications gives the users confidence they won't miss anything important. We all have our channels we check the most, and having the ability to connect some app directly in there is always a positive.

Appwrite will use Utopia PHP messaging library to allow developers to get in touch with users using one of its many messaging adapters, such as Email, Discord, or Slack.

Since the messaging library supports adapters, there is always space for more. 😎 Each provider implements a method to send the message to the correct channel (usually using an HTTP request or a library) alongside a few configuration variables and methods to set what the adapter allows.

Your task is to implement support for Sms77 in the Utopia PHP messaging library. This goes under SMS category, so feel free to look at existing ones in the adapters folder. We have prepared detailed documentation on how to add a new messaging adapter. Please read the document and ensure you understand them before working on this issue.

🎯 Requirements

✅ Task Summary

  • Ask to be assigned to the issue.
  • Wait to be assigned.
  • Implement Utopia PHP logger adapter for SMS/Sms77.
  • Submit a pull request in utopia-php/messaging.
  • Write a blog post on the platform of your choosing on how to integrate and use the adapter you just created.

If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.

Happy Appwriting!

@christyjacob4 christyjacob4 added the hacktoberfest Issues that can win you some cool swags! label Oct 1, 2023
@Sagar-Chowdhury
Copy link

Hey, can you assign me this issue, would love to work on it.

@Haimantika
Copy link
Contributor

Hey, can you assign me this issue, would love to work on it.

Hi @Sagar-Chowdhury have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃

Notes:

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

@Sagar-Chowdhury
Copy link

Sure , thanks for assigning the issue to me🤗.

@Sagar-Chowdhury
Copy link

Wanted to ask that is Sms77 adapter same as Seven adapter , as a Seven.php file already exists in the Adapters folder , googling Sms77 tells me it's renamed to seven , any clarification on this would be great.

@byawitz
Copy link
Member

byawitz commented Oct 2, 2023

Yes SMS77 was implemented using the Seven adapter.

@Sagar-Chowdhury
Copy link

Anything I should add to it? Or is this issue closed?

@Haimantika
Copy link
Contributor

Haimantika commented Oct 10, 2023

Closing this as it was already implemented - utopia-php/messaging#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues that can win you some cool swags!
Projects
None yet
Development

No branches or pull requests

4 participants