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

「つづきから」で前回の続きからプレイできるようにする #18

Merged
merged 4 commits into from Sep 29, 2018

Conversation

mizo0203
Copy link
Owner

  • 「つづきから」で前回の続きからプレイできるようにする
    • アプリ起動時、データストアに当該ユーザのデータが無ければ、「はじめから?つづきから?」は聞かずに、「はじめから」開始する。
    • データストアに当該ユーザのデータがあれば、「はじめから?つづきから?」を聞く。
    • 「はじめから」と回答された場合は、当該ユーザのデータを初期化する
    • 「つづきから」と回答された場合は、当該ユーザのデータを初期化しない

https://circleci.com/gh/mizo0203/google-home-shiritori/176
test_post_ask_continue_intent (test_main.TestWebApp) ... ERROR:root:u'parameters'
test_post_ask_word_intent_1 (test_main.TestWebApp) ... FAIL
test_post_google_assistant_welcome_intent (test_main.TestWebApp) ... FAIL
@hayatedayon hayatedayon requested review from hayatedayon and removed request for tKondoYDC September 29, 2018 06:38
infra.py Show resolved Hide resolved
domain.py Show resolved Hide resolved
domain.py Outdated
elif startMode == PARAM_START_MODE_CONTINUE:
logging.info(PARAM_START_MODE_CONTINUE)
else:
Exception(u"Unknown startMode: " + startMode)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

raiseしていないのはなぜ?

@hayatedayon hayatedayon merged commit 5d3f4c8 into master Sep 29, 2018
@hayatedayon hayatedayon deleted the feature-new-game-and-continue branch September 29, 2018 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants