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

Web Todo app tutorial appears to be out of sync with imported app #95

Open
roschler opened this issue Mar 30, 2019 · 1 comment
Open

Comments

@roschler
Copy link

roschler commented Mar 30, 2019

I am following along with the Web Todo app tutorial here:

https://docs.mongodb.com/stitch/tutorials/todo-twilio-web/

The tutorial appears to be out of sync with the MongoDB/Stitch content you see in the Atlas dashboard. When you reach the section defined as:

Integrate the ToDo App with Twilio
Section: B. Configure the Stitch MongoDB Service for Twilio Integration.

The tutorial tells you to create a database (todo) and two collections (items/users). Those elements were already present in my dashboard for the imported app.

On the same page in this section:

Configure the function for the twilioWebhook webhook

The twilioWebhook also appears to have been created for you, making that section unnecessary too.

The same applies to this section:

Configure the function to send verification codes.

I'm going to forge ahead anyways and ignore the parts of the tutorial that at least seem to be superfluous now. But I wanted to bring this to your attention.

@roschler
Copy link
Author

roschler commented Mar 30, 2019

I'm stuck now on this section in the tutorial:

**Configure tw1 service rule.**
- Configure up a rule to enable the send action.
- Click the Rules tab.
- Click Add Rule.

Set up the following rule which allows the service to send a message to any number.

Actions	When

Enable Send.	{ }

- Click Save.

When I click on Rules, I see the todo database with the items and users elements below it as child items. Clicking on either element shows the JSON schema for each element.

I don't see a button/link to add a new rule or anything related to the tutorial content shown above, and I'm confused at this point as to why I am seeing the database/tables listing when clicking onRules.

Can anyone clarify this for me?

UPDATE: You need to click on the Rules tab within the tw1 service dialog, not on the Rules element the list on the left hand nav bar. I'm leaving these comments here for others that may run into the same confusions I did when going through the tutorial. Also, the project import already created the rule to enable sending a Twilio message to anyone, so this too is a superfluous step in the tutorial if you imported the Stitch Web Todo example.

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

No branches or pull requests

1 participant