10
APPENDIX : DEVELOP STYLE 開発手法

APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

APPENDIX : DEVELOP STYLE開発手法

Page 2: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

DEVELOP STYLEチームコミュニケーションツール

ソースコード管理ツール タスク管理ツール

Integration

Page 3: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

SLACK #1

Google Hangoutsと連動し、ネットミーティング開催が可能

Twitterのようにメンション指定で「全体」および「個人」へのメッセージ送信が可能

【チームコミュニケーションツール】①Mailゼロ②Twitterレベルの気軽さ③コミュニケーション円滑④全文検索

話題毎にチャンネル化

Page 4: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

SLACK #2

コードレベルのレビュー依頼/レビュアコメントのやり取りも可能

Page 5: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

SLACK #3

ファイル添付やURL引用も容易

Page 6: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

SLACK #4

タスク管理「Trello」やソースコード管理「GITHUB」の更新は、専用チャンネルへ通知される

Page 7: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

TRELLO #1

【タスク管理ツール】①トヨタ社「カンバン方式」ライクな管理②タスクフォース型なチームタスク管理には最適③GTD手法に沿って、「ボード」を用意、タスクとなる「カード」を動かしていく様は、ビジュアル的に状況が分かり易い④GITのISSUEと連動すると更に秀逸

タスク受信箱 保留 次予定タスク 実施中タスク レビュー中 完了

Page 8: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

TRELLO #2

完了タスクを週別にボード化すると履歴として見やすい

Page 9: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

GITHUB #1【ソースコード管理ツール】①言わずとしれたソースコード管理サービス②公開を条件にフリー利用可能③アジャイル開発に有効なISSUE管理が出来るのが特徴

Page 10: APPENDIX : DEVELOP STYLE · python CHANNELS general rip escape team-archi team-git team-idea os, uuid team-method team notification more 7K g Python 2 team-trello channel... DIRECT

GITHUB #2

ISSUE登録するとTrelloと連動し、ソースコードレベルのタスクも管理者や共同作業者に共有しやすくなる