Skip to content

feat(todo): Todoアプリの課題を追加 #620

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

Merged
merged 5 commits into from
Dec 30, 2018
Merged

feat(todo): Todoアプリの課題を追加 #620

merged 5 commits into from
Dec 30, 2018

Conversation

azu
Copy link
Collaborator

@azu azu commented Dec 30, 2018

アプリケーションのライフサイクルに関する課題を追加した。

fix #4
fix #606
fix #607

azu added 3 commits December 30, 2018 15:25
この書籍の主題ではないので、できるだけコンパクトな方法を採用

- microsoft/TypeScript#24045
- google/closure-compiler#1781
- microsoft/TypeScript#24746

fix #606
TODOアプリのユースケースでは解除まで行っていないので削除する

fix #607
そのため、余力がある人は次の残ったTodoを完成させてみてください。

- [ ] タイトルが空の場合は、フォームを送信してもTodoアイテムを追加できないようにする
- [ ] `App#mount`でイベントリスナーを登録に対応して、`App#unmout`を追加しイベントリスナーを解除する
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

残った課題。
一応自分の実装も追加した。

@bot-user
Copy link

bot-user commented Dec 30, 2018

Deploy preview for js-primer ready!

Built with commit a0ad151

https://deploy-preview-620--js-primer.netlify.com

@azu azu merged commit 86a7ceb into master Dec 30, 2018
@azu azu deleted the todo-fixes branch December 30, 2018 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

イベントとモデル: TodoListModel.js の onChange の返している関数の意味 Todoアプリのリファクタリング TODOアプリ
2 participants