nnguyen682 / CECS491ATeam4

Team4Alexa
1 stars 3 forks source link

Dust Off Github Repository #35

Closed AnthonySMyers closed 5 years ago

AnthonySMyers commented 6 years ago

Begin committing to the repository and refresh our memories on what code we have already completed.

AnthonySMyers commented 6 years ago

We have reviewed the source code from last semester and have started editing it. As of right now we have created code that connects the Lambda Function to a DynamoDB Table. We have not committed the changed code to Github yet, but we will start working towards more frequent commits, pushes, and pulls. We are still figuring out code change management. Amazon does not allow easy links between accounts regarding tables and functions. Our plan is to test out a group account.

AnthonySMyers commented 6 years ago

I have uploaded two text files to our Github repository regarding DynamoDB connections and Psychotherapy methods.

Steps for DynamoDB.txt

Psychotherapy Notes.txt

nnguyen682 commented 6 years ago

Because I have to format my hard drive couple months ago. I have to clone the repository again. And while I'm reviewing this. I noticed I commit the user manual html file with a non-sense description. So I recommitted it with a better description.

nnguyen682 commented 5 years ago

I just pushed my files that contain the logic of the new feature: story. Right now if you enter a story then It will go to story intention slots and say this is story

nnguyen682 commented 5 years ago

I also have been debugging the program and I found out that It stuck in the loop for the returning users that discussed their feelings. When the user say they have a bad day and logout and comeback again. The program stuck in the loop because we place the skill state after the alexa emit conversation. In short I fixed it by moving setting the skill state back to null before the alexa emit conversation