Skip to content

Commit e967ed6

Browse files
authored
Merge pull request #81 from AdaGold/mw_task_wave_04_updates
Task List API Workspace verbiage in wave 4
2 parents 830a940 + e0bb2a9 commit e967ed6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ada-project-docs/wave_04.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Our goal is to integrate the Slack web API. When our API marks a task as "comple
1212

1313
To complete this wave, follow these steps:
1414

15-
1. Setup a Slack workspace
15+
1. Setup a Slack workspace or use the cohort work space.
1616
1. Create a Slackbot with the right permissions, and get a Slackbot API key
1717
1. Verify that your Slackbot works using the Slack Tester
1818
1. Verify that your Slackbot works using Postman
@@ -21,7 +21,7 @@ To complete this wave, follow these steps:
2121

2222
### Setup a Slack Workspace
2323

24-
For this Task List API project, you will need an independent Slack workspace to use.
24+
If you are choosing to use the cohort workspace, you can skip this step. However, if you are not or you run into any situation that prevents your from setting up your app you will need an independent Slack workspace to use.
2525

2626
Create an independent Slack workspace. Follow classroom instructions to find out if these independent Slack workspaces are individual, in pairs, groups, classes, etc.
2727

@@ -40,7 +40,9 @@ Ensure that you are able to log into Slack's API/Apps dashboard:
4040
- Sign into the workspace that you want the Slackbot to live in
4141
- You can always go back to the "Your apps" page using the button on the top right
4242
1. Make a new app by pressing the "Create an App" button
43-
- The app name doesn't matter, but we recommend including your first name or an identifier in it, such as "Ada's Bot."
43+
- The app name doesn't matter, but we recommend including your first name or an identifier in it, such as "Ada's Bot."
44+
45+
**Note: If you are using the cohort workspace, Slack may throttle the creation of an application for the space. This is because multiple students could be creating an app at the same time. To circumvent this you could either try again at a later time or use your own independent workspace (refer to the "Setup a Slack Workspace" section above).**
4446

4547
![](assets/create_slackbot.png)
4648

@@ -109,7 +111,8 @@ Now, visit https://api.slack.com/methods/chat.postMessage/test.
109111
Fill in the HTTP Request info to test this endpoint.
110112

111113
- For `token`, paste in the Slackbot token you created earlier
112-
- For `channel`, type in `task-notifications` (or the name of a public, existing channel in your Slack workspace)
114+
- For `channel`, type in the name of either a public, existing channel in your independent Slack workspace or the API testing channel of the cohort workspace.
115+
- **Please make sure that you are not sending a messages to any other public channels besides the API testing channel if you are using the cohort workspace.**
113116
- For `text`, type in a nice message for everyone to read, such as "Hello, World!"
114117

115118
Press the "Test Method" button!

0 commit comments

Comments
 (0)