Skip to content

Commit

Permalink
Merge pull request #210 from enpitut2018/help
Browse files Browse the repository at this point in the history
add_help_page
  • Loading branch information
kousukeuo authored Feb 21, 2019
2 parents b0f0762 + c7b7649 commit 45d8edf
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 3 deletions.
Binary file added app/assets/images/ss1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ss9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/steps_help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
include SessionsHelper
before_action :set_header_links_color


def help
end

def set_header_links_color
if controller_name == "documents"
if ["open","assistant","read"].include?(action_name)
Expand All @@ -16,6 +19,10 @@ def set_header_links_color
else
@header_links_color=['','','','color:#ffed7a;','']
end
elsif controller_name == "application"
if action_name == "help"
@header_links_color=['','','','','color:#ffed7a;']
end
else
@header_links_color=['','','','','']
end
Expand Down
73 changes: 73 additions & 0 deletions app/views/application/help.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<div class="container">
<h1>Cogitoのつかい方</h1>
<br>
<h2>Cogitoって何?</h2>
<%= image_tag('steps_help.png') %><br><br>
<h5>
就活、研究、制作・・・・・<br>
考え事やアイデアをまとめなければならないけど一体何から始めればいいのかわからない・・・・<br><br>
アプリCogitoはそんなあなたの力になります。<br><br>
考え事のテーマごとに用意されたアシスタントからの質問に会話感覚で答えていくだけで<br>
アイデアがまとまっちゃいます!
<h5>
<br>
<br>
<h2>アシスタントを使う</h2>
アシスタントとは他のユーザーによって作られた質問集です。<br>それらの質問に答えていくだけで、必要項目について整理されたノートが出来上がります。<br><br>

<h4>アシスタントを選ぶ</h4>
まずはアシスタントを選びましょう。ヘッダーの「アシスタントを探す」をクリックしアシスタント一覧ページに行ってみましょう。<br><br>
<%= image_tag('ss1.png',:size => '900x518') %><br><br>

検索機能を使って考えたいテーマにあったアシスタントを見つけたら早速トークを開始してみましょう。
<br><br>
<h4>アシスタントとチャットする</h4>
それではアシスタントとトークを開始しましょう。アシスタントを探すのページから自分の選んだアシスタントをクリックすると
そのアシスタントを作った人や質問一覧を見ることができます。
<br><br>
<%= image_tag('ss2.png',:size => '900x518') %><br><br>
「このアシスタントとトーク開始」をクリックしてください。
トーク画面が開いたら早速アシスタントとのトーク開始です。<br>
<br><br>
<%= image_tag('ss3.png',:size => '900x518') %><br><br>
(※音声読み上げ、音声入力はGoogle Chromeのみの対応となります。)<br>
<br>
ある程度質問に答えたら、「回答の編集」タブをクリックしてみてください。<br>
<%= image_tag('ss4.png',:size => '400x415') %>
<br>
<br>ノートはこの様に「質問ー回答」の形式で考えがまとまっていきます。
<br>後から回答を編集したい場合にもこのページから行うことができます。
<br><br>
<h4>ノートができたら</h4>
質問に全て答え終わったら、ノートに名前をつけて保存しましょう。<br>
<%= image_tag('ss5.png',:size => '600x67') %><br>
Cogitoではマイノート一覧のページから、作ったノートを他の人に公開することもできます。<br><br>
<%= image_tag('ss6.png',:size => '200x402') %><br><br>
アイデアの共有、プレゼンの参考資料などにお役立てください。<br><br>
<h2>アシスタントを作る</h2>
<br>
Cogitoでは人の作ったアシスタントを使って自分の考え方をまとめるだけでなく、自分オリジナルのアシスタントを作って人に自分の考え方の”型”を共有することもできます。<br>
”新規アシスタント作成”をクリックしてください。<br><br>
<%= image_tag('ss7.png',:size => '900x782') %><br><br>
必要事項を記入したら作成ボタンをクリックしましょう。<br><br>
Cogitoでは作成したアシスタントを一度公開してしまうと消すことができません。<br>
そこで、公開するボタンを押す前にテストボタンを押してアシスタントをテストしてみましょう。<br><br>
<%= image_tag('ss8.png',:size => '900x540') %><br>
<br><br>
テスト画面では実際にユーザーが使うのと同じ様にアシスタントとチャットをすることができます。<br>
テストが終わったら、テストを終了ボタンを押してもとの画面に戻りましょう。<br>
テストして問題があれば編集ボタンを押してアシスタントの編集を、問題がなければ公開ボタンを押してアシスタントを公開しましょう。
<br><br>
<h4>アシスタントの引用</h4>
「一からアシスタントを作るのは面倒臭い」、もしくは「特定のアシスタントを改良して新しいアシスタントを作りたい」そんな時にはアシスタントの引用機能を使ってみましょう。<br>
<%= image_tag('ss9.png',:size => '450x120') %><br>
アシスタントの詳細画面にある”このアシスタントを引用して新規アシスタントの作成”をクリックします。<br>
これでアシスタントの引用は完了です。あとは新規アシスタントを作る際と同じ手順で作りましょう。<br>
<br>
<h2>SNSとの連携</h2>
Cogitoではアシスタントや作成したノートのリンクをSlackとTwitterで共有することができます。
<br>
<%= image_tag('ss10.png',:size => '273x69') %><br>
<br>
研究室などのコミュニティでアイデアをまとめる際のテンプレートとしてCogitoを使ってみてください!
</div>
1 change: 0 additions & 1 deletion app/views/application/index.html.erb

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<%= link_to '新規アシスタント作成' , new_template_path , :class => 'nav-link' , :style=>"#{@header_links_color[3]}"%>
</li>
<li class="nav-item active">
<%= link_to 'つかい方' , new_template_path , :class => 'nav-link', :style=>"#{@header_links_color[4]}" %>
<%= link_to 'つかい方' , help_path , :class => 'nav-link', :style=>"#{@header_links_color[4]}" %>
</li>
</ul>

Expand Down
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@
namespace :api do
get 'questions/(:document_id)' , to: 'questions#show'
end

get '/help', to: 'application#help'
end

0 comments on commit 45d8edf

Please sign in to comment.