###
#### 在宅勤務対応
##### テレワーク用ツール選定のご提案
###### 2020.4.2/営業部 金子圭佑
---
# 在宅勤務に必要なツール群と要件
- chat tool
- logが残ること
- アカウント削除後の該当者とのチャット内容の保持
- tv meeting
- 参加人数
- 音声品質がストレスなし
- ファイル共有手段
- azure/aws等クラウドサービスへのアクセス
- 部外者アクセスができないこと
---
# chat tool 選定 1/3
## teams
- office-365サービス。
- チームを作成し、その配下にチャネルが存在する構成。
- チーム:社員全員やプロジェクト単位
- チャネル:プロジェクト内の小チーム単位やタスクフォース的な短期間チーム等
- ログ保存期間:永続
https://docs.microsoft.com/ja-jp/microsoftteams/retention-policies
>注意
プライベートチャネルメッセージの保持の構成はまだサポートしていません。プライベートチャネルで共有されているファイルの保持はサポートされています。
- アカウント削除後、削除アカウントの情報
調査中。チーム単位で保存されているのでチーム配下であれば問題なさそう。
- bot
プランによっては使えないみたい。悲しい。
----
# chat tool 選定 2/3
## Google グループ
- G-suiteサービス。G-suite全体で評価が必要。
- グループ作成権限がないため、評価不能。
- ログ保存期間:不明
- アカウント削除後、削除アカウントの情報、評価不能。
山口さんの管理されているグループ作成に直結しているため、おすすめできない。
----
# chat tool 選定 3/3
## slack
個人的一押し。会社方針としてはあわないっぽいので除外。
---
# tv meeting 選定 1/3
## teams
- 同時参加人数最大250名
- 音声品質:問題なし(実績あり 田部井)
----
# tv meeting 選定 2/3
## Google Meet
- 同時参加人数最大
- Enterprise: 250 人
- Business: 150 人
- Basic: 100 人
- 音声品質:未調査
----
# tv meeting 選定 3/3
## ZOOM
今セキュリティ問題で燃えてるので避けたほうが・・・
[関連記事:例](https://jp.techcrunch.com/2020/04/01/2020-03-31-zoom-at-your-own-risk/)
---
# ファイル共有手段
## Google-Drive
すでに運用開始済みのため、Google-Driveで問題ないかと。
---
# azure/aws等クラウドサービスへのアクセス
各プロジェクトごとに違うため、それぞれ検討。
---
# 評価結果によるおすすめの構成
| No | kind | tool |
| --- | ---------------- | ------------ |
| 1 | chat tool | MS teams |
| 2 | tv meeting | MS teams |
| 3 | ファイル共有手段 | Google-Drive |
| 4 | クラウドサービスへのアクセス手段 | プロジェクトごと検討 |
---
<!-- エンドページはごりごりで作る。-->
###
<div id="NaU-end-page">
ご清聴ありがとうございました
</div>
<div id="NaU-otoiawase">
お問い合わせ
</div>
<div id="NaU-Mail">
✉info@nau.co.jp
</div>
<div id="Nau-Tell">
☎0948-26-2350
</div>
<style>
/* basic design */
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6,
.reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p {
font-family: 'Meiryo UI', 'Source Sans Pro', Helvetica, sans-serif, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic';
text-align: left;
line-height: 1.6;
letter-spacing: normal;
text-shadow: none;
word-wrap: break-word;
color: #444;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {font-weight: normal;}
.reveal h1, .reveal h2, .reveal h3 {color: #0F0F0F;}
.reveal th {background: #DDD;}
.reveal section img {background:none; border:none; box-shadow:none; max-width: 95%; max-height: 95%;}
.reveal blockquote {width: 90%; padding: 0.5vw 3.0vw;}
.reveal table {margin: 1.0vw auto;}
.reveal code {line-height: 1.2;}
.reveal p, .reveal li {padding: 0vw; margin: 0vw;}
.reveal .box {margin: -0.5vw 1.5vw 2.0vw -1.5vw; padding: 0.5vw 1.5vw 0.5vw 1.5vw; background: #EEE; border-radius: 1.5vw;}
/* table design */
.reveal table {background: #f5f5f5;}
.reveal th {background: #444; color: #fff;}
.reveal td {position: relative; transition: all 300ms;}
.reveal tbody:hover td { color: transparent; text-shadow: 0 0 3px #aaa;}
.reveal tbody:hover tr:hover td {color: #444; text-shadow: 0 1px 0 #fff;}
/* blockquote design */
.reveal blockquote {
width: 90%;
padding: 0.5vw 0 0.5vw 6.0vw;
font-style: italic;
background: #f5f5f5;
}
.reveal blockquote:before{
position: absolute;
top: 0.1vw;
left: 1vw;
content: "\f10d";
font-family: FontAwesome;
color: #2980b9;
font-size: 3.0vw;
}
/* font size */
.reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p {font-size: 1.8vw;}
.reveal code {font-size: 1.6vw;}
/* new color */
.red {color: #EE6557;}
.blue {color: #16A6B6;}
/* split slide */
#right {left: -18.33%; text-align: left; float: left; width: 50%; z-index: -10;}
#left {left: 31.25%; text-align: left; float: left; width: 50%; z-index: -10;}
</style>
<style>
/* h1:header */
.reveal h1 {
position: relative;
top: 0px;
left: 0px;
width: 100%;
text-align: left;
font: "Meiryo UI";
font-size: 8vh; /* 高さに対して8.0% */
font-style: normal;
background-color: white;
border-bottom: medium solid #B3DAC0;
}
.reveal h1::before {
content: '';
background-image: url(https://i.imgur.com/BZT6hLN.png);
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
position: relative;
display: inline-block;
height: 3vw;
width: 3vw;
}
/* h1:top-page */
.reveal h3 {
position: relative;
top: 0px;
left: 0px;
width: 100%;
text-align: left;
font: "Meiryo UI";
font-size: 16vh; /* 高さに対して16.0% */
font-style: normal;
background-color: #B3DAC0;
background-image: url(https://i.imgur.com/BtedsAE.png);
background-repeat: no-repeat;
background-position: center;
background-size: auto 14vh;
}
.reveal h3:before{
content: '';
position: relative;
display: inline-block;
height: 16vh;
width: 20vh;
}
.reveal h4 {
position: absolute;
top: 40vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 10vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
font-size: 8vh; /* 高さに対して8.0% */
font-style: normal;
background-color: white;
border-bottom: thick solid #B3DAC0;
}
.reveal h5 {
position: absolute;
top: 55vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: gray;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
.reveal h6 {
position: absolute;
top: 65vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 5vh; /* 高さに対して5.0% */
font-style: normal;
background-color: white;
}
/* h3 */
.reveal h2 {
font: "Meiryo UI";
font-size: 6vh; /* 高さに対して2.0% */
font-style: normal;
margin: 5px;
padding: 5px;
}
/* listのアイコン */
.reveal ul {
list-style-type: square;
}
.reveal ul ul {
list-style-type: '-';
}
.reveal ul ul ul {
list-style-type: '▶';
}
.reveal ul ul ul ul {
list-style-type: square;
}
.reveal ul ul ul ul ul {
list-style-type: circle;
}
/* listの字下げ調整 */
.reveal ul ul {
margin-left: -5px;
}
/* footer */
.slides:after {
content:'© 2020 NaU Data Institute Inc.';
text-align: center;
font: "Arial";
font-size: 3vh; /* 高さに対して3.33% */
font-style: normal;
color: white;
background-color: #B3DAC0;
display: inline-block;
width: 100%;
position: absolute;
left: 0px;
bottom: 0;
}
/* end-page */
div#NaU-end-page {
position: absolute;
top: 40vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 10vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
font-size: 8vh; /* 高さに対して8.0% */
font-style: normal;
background-color: white;
}
div#NaU-otoiawase{
position: absolute;
top: 55vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
div#NaU-Mail{
position: absolute;
top: 65vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
div#Nau-Tell{
position: absolute;
top: 75vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
</style>
{"metaMigratedAt":"2023-06-15T06:00:24.013Z","metaMigratedFrom":"YAML","title":"テレワーク対応ツール選定のご提案","breaks":true,"slideOptions":"{\"theme\":\"white\",\"slideNumber\":\"c/t\",\"center\":false,\"transition\":\"none\",\"keyboard\":true,\"width\":\"93%\",\"height\":\"100%\"}","contributors":"[{\"id\":\"e41f7b8e-7d09-40ed-a60c-2501e1b31782\",\"add\":1691,\"del\":1317}]"}