Skip to content

Commit

Permalink
updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lackdaz committed Jun 2, 2017
1 parent f12cdf4 commit 4420662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ Cons

* Week 2 - We found a recent-release react-simple-chatbot by (LucasBassetti)[https://github.com/LucasBassetti] and found it to be a really light-weight UI with styling options and somewhat flexible integration. But we had to **hack a lot**. For instance, dynamic chat routing was not supported:

![Dynamic Trigger Issue](/https://github.com/lackdaz/wdi-project4/blob/master/public/img/issues1.png)
![Dynamic Trigger Issue](https://github.com/lackdaz/wdi-project4/blob/master/public/img/issues1.png)

But we found a solution buried deep in documentation:

![Breakout](/https://github.com/lackdaz/wdi-project4/blob/master/public/img/solution1.png)
![Breakout](https://github.com/lackdaz/wdi-project4/blob/master/public/img/solution1.png)

which opened up to the possibility -- and *complexities* of doing (req,res) callbacks within the chat engine. We spent a lot of time debating, experimenting and integrating this feature, and understanding the chat engine and design.

We opened a number of issues, and gave some recommendations for modest improvement on the engine -- and changes were implemented very quickly!:

![Feedback](/https://github.com/lackdaz/wdi-project4/blob/master/public/img/feedback.png)
![Feedback](https://github.com/lackdaz/wdi-project4/blob/master/public/img/feedback.png)


* Week 3 - Ultimately, in the final product sprint, we downloaded the source codes and made several modifications to allow for bi-directional flow of information between our components -- and this allowed us a lot of creative and programming freedom for passing states and props between the parent component and child components.
Expand Down

0 comments on commit 4420662

Please sign in to comment.