Open tomas-salgado opened 3 months ago
I would like to do this one.
Hello, I am not sure if I am checking wrong but phone numbers would be under students right? Like the students numbers. I do it as one of the students fields. I also tried searching phone number in the codebase to give me a clue of what it could be but could not find it. There is nothing like phone number in the oyster channel on slack either.
Just left a comment about this in your Slack message, but basically PR is partly dependent on issue #477, since that issue will add the field phone_number
to the database. While that is still in progress, you can add the field locally by adding the migration script here (which is from the PR that's up for issue #477).
Are there any updates on this issue @Habeebah157 ? I'd like to help
^^
Assigning this to @wflore19!
@Boris713 wanna pair program on this issue?
@wflore19 I'm down if you are
@Boris713 Habeebah finished this issue and is submitting a pull request
What is it now, are you guys still doing it? Is it still assigned to me? I can still make a pull request right? Sorry I am just seeing this.
@Habeebah157 it seems like the others haven't started working on it. If you've already finished this feel free to put up your PR!
Usually how much time are we allowed to spend on an issue before it is transferred to someone else? I was not aware there was a time constraint or anything
The ideal timeframe is about 3-4 weeks, after which the issue will be reassigned
Oh, ok. Thank you. I was not aware of that. Sorry it took so long. I will try to make a pull request asap
Description
We want to create a job that takes all the existing phone numbers in the database and sends a text notification utilizing Twilio.
Acceptance Criteria
Additional Context
We will want to add this code within a new directory named
twilio
within the pathpackages/core/src/modules
.This will be the first integration of Twilio with Oyster(!) so this will require some research-here are the Twilio docs. Feel free to check out the Slack use-cases to see examples of Slack jobs.