Conversation
No companion deck presentation yet.
kavuong
left a comment
There was a problem hiding this comment.
Hey @ShayanRiyaz @Dadao-xiaoguaishou thanks for your work! The workshop is easy to follow. A couple overall things to note:
There should be explanations of every step you are taking - what exactly is being accomplished with these steps?
the context of this workshop should be shifted to fit a business theme. In other words, how can a business make a Reddit Bot to answer questions and comments about their company for PR?
As an organization, we are shifting directions towards making more practical and marketable content targeting different majors outside of STEM. A Reddit bot would be very useful for business, and we want to make all of our resources practical for different audiences.
So that should be the focus this week, as well as fixing the comments I made.
@atuljayaram please direct this process! Thanks
| --- | ||
|
|
||
| <GreetingLoader version="class.1.2" /> | ||
| ## Never miss a chance to engage with your friends or users |
There was a problem hiding this comment.
this slide can be expanded on a lot with use cases and examples
|
|
||
| ### The face of your bot. | ||
|
|
||
| #### Connects to your backend and provides it with business logic. |
There was a problem hiding this comment.
what does "business logic" mean?
| ## Context | ||
|
|
||
| ## A chain of unfortunate consequences | ||
| ### A context-aware bot can remember things, and hold conversations |
There was a problem hiding this comment.
explanation a little vague
| <L.Column sx={{ minHeight: '0' }}> | ||
|
|
||
| <L.Row> | ||
| ## 2. Setting up a “Welcome” Intent |
There was a problem hiding this comment.
For each of these instructions, there should be an explanation on what exactly they are setting up and not just step by step instructions
| ## Observing the Lifecycle. | ||
|
|
||
| ### Overlapping the lifecycle with hooks, we see a phase that we can't observe... | ||
| ## 4. Attaching our new Entity to the Intent |
There was a problem hiding this comment.
a reminder on why we are attaching an entity to an intent would be awesome!
| <CodeSurfer> | ||
|
|
||
| ```js | ||
| 'use strict'; |
There was a problem hiding this comment.
this slide is not very helpful. the code should be split up into sections and each section should be briefly explained. And the whole code should be available in a GitHub Gist
| <L.Column> | ||
|
|
||
| <L.Row> | ||
| ## Steps |
There was a problem hiding this comment.
what exactly is going on in this slide? a bit confused here.
| </L.Column> | ||
|
|
||
| </L.Row> | ||
| --- |
There was a problem hiding this comment.
Again I think explaining what the steps are accomplishing will be helpful
| ## 6. Adding Context to our Bot | ||
|
|
||
| ### Synchronous Subscriber and scheduled teardown | ||
| - “More” |
There was a problem hiding this comment.
the quotes aren't too helpful and don't add too much here
| <L.Row> | ||
|
|
||
| <L.Column> | ||
| ## 7. Integrations. |
There was a problem hiding this comment.
what exactly are these integrations doing?
URL: https://codesandbox.io/s/github/bitprj/mdx-deck/tree/frontend-chatbot
Issues Closed
...
Changes proposed in this pull request: