Calculator Storyboards

電卓ストーリーボード

Calculate numbers

-DRAFT (ドラフト)-


VersionDateNameDescription
Draft1/1/2008 Document Crerated
    
    
    
    


Contents
1.Introduction (はじめに)
2.Navigation Maps(遷移図)
3.[UC01] Run Calculator (電卓を起動)
4.[UC02] Perform Simple Calculation (簡易版電卓)
5.[UC03] Perform Statistical Calculation (関数電卓)
6.[UC04] See Version (バージョン表示)


1. Introduction (はじめに)
 
This document describes storybords for Microsoft Calculator.
本ドキュメントはマイクロソフト電卓のストーリボードを記述します。

Assumptions (前提)
  • Only main use cases are described.
    主なユースケースのみ記述します。
  • These Use Cases are "draft" version under discussion.
    これらのユースケースは、議論中の”ドラフト”バージョンです。
  • All screen images are captured on Windows XP.
    すべての画面イメージは、Windows XP上でキャプチャーしています。
Use Case Diagram




2. Navigation Maps(遷移図)
 
[UC01] Run Calculator (電卓を起動)



[UC02] Perform Simple Calculation (簡易版電卓)



[UC03] Perform Statistical Calculation (関数電卓)



[UC04] See Version (バージョン表示)




3. [UC01] Run Calculator (電卓を起動)
 
ID UC01
Name Run Calculator (電卓を起動)
Brief Description (説明) The user runs Microsoft Caluculator on her/his PC.
ユーザは、PC上でマイクロソフト 電卓を実行する。
Actor (アクター) Windows user

Main Flow
1. Select Start
This use case starts when the user clicks on "starts" at the left bottom corner of the screeen.
このユースケースはユーザが、画面の左下にある ”スタート”をクリックして始まります。


  Image: Task Bar  

You can find the "start" on the task bar:
”スタート”は、タスクバー上にあります。

2. Select "All Programs"
The user selects "All Programs" from the menu displayed.
ユーザは、表示されたメニューから”すべてのプログラム”を選択する。


  Image: Start Menu  

3. Select "Accessories > Calculator"
The user selects "Accessories" from the first sub menu.
Then the system displays sub menu of the accessories.
The user selects "Calculator".
ユーザは、最初のサブメニューから”アクセサリ”を選択する。
その後、システムは、アクセサリのサブメニューを表示する。
ユーザは、”電卓”を選択する。


  Image: Sub Menu 1  

  Image: Sub Menu 2  

4. Calculator is launched
The system launches Microsoft Calculator application.
The use case ends.
システムは、電卓を起動する。
ユースケース終了


  Image: Calculator  



4. [UC02] Perform Simple Calculation (簡易版電卓)
 
ID UC02
Name Perform Simple Calculation (簡易版電卓)
Brief Description The user calculates two numbers on standard mode.
ユーザは、標準モードで2つの数値を計算する。
Actor Windows user
Preconditions
  • The user has launched Microsoft Calculator on her/his PC.
    ユーザは、PC上で電卓を起動している。

Main Flow
1. Type the First Number
The user types a number on the keypad.
The system displays the number in the text box.
ユーザは、キーパッド上で数値を入力する。
システムは、テキストボックスに数値を表示する。


  Image: The First Number  


2. Type an Operator
The user types an operator (+, -, * or /).
The system is still displaying the first number on the text box.
ユーザは、オペレータ(+、-、× または /)を入力する。
システムは、まだ、テキストボックスに最初の数値を表示している。


  Image: Operation  


3. Type the Second Number
The user types a number on the keypad.
The system displays the number in the text box.
ユーザは、キーパッドで数値を入力する。
システムは、テキストボックスにその数値を表示する。


  Image: The Second Number  


4. Type the Equal
The user types the equal (=) on the keypad to end the calculation.
The system displays the number calculated.
The use case ends.
ユーザは、等号(=)をキーパッドで入力し、計算を終える。
システムは、計算された数値を表示する。
ユースケース終了。


  Image: Equal  



Alternative Flow 1    Starts after Main Flow - step 2
1. Clear Memory
The user clicks "C" button to reset this calculation.
The system clears the memory that the first number is stored.
ユーザは、計算をリセットするため、”C”ボタンをクリックする。
システムは、最初の数値が保存されているメモリをクリアする。


  Image: The Second Number  


2. Resume at Main Flow - step 1



5. [UC03] Perform Statistical Calculation (関数電卓)
 
ID UC03
Name Perform Statistical Calculation (関数電卓)
Brief Description The user calculates two numbers on statistical mode.
ユーザは、関数モードで2つの数値を計算する。
Actor Windows user
Preconditions
  • The user has launched Microsoft Calculator on her/his PC.
    ユーザは、電卓をPC上で起動している。
Related Use Cases UC02

Main Flow
1. Select Scientific
The user selects "View > Scientific" from the menu.
The system displays calculator screen for Scientific calculation.
ユーザは、メニューから”表示 > 関数”を選択する。
システムは、関数計算用の電卓画面を表示する。


  Image: View Menu  

2. Go to Use Case [UC02] Perform Simple Calculation (簡易版電卓)


6. [UC04] See Version (バージョン表示)
 
ID UC04
Name See Version (バージョン表示)
Brief Description The user opens "About Calculator" to see version number.
ユーザは、バージョン番号を確認するため、”電卓について”を開く。
Actor Windows user

Main Flow
1. Select "About Calculator"
The user selects "Help > About Calculator" from the menu.
The system opens a pop-up window that displays version number.
ユーザは、メニューから”ヘルプ > 電卓について”を選択する。
システムは、バージョン番号を表示するポップアップウィンドウを開く。


  Image: Help Menu  

2. Confirm Version
The user sees the information about the calculator application.
The use case ends.
ユーザは、電卓アプリケーションについての情報を見る。
ユースケース終了


  Dialog: About Calculator  
Windows
Microdoft Calculator
Version x.x (Build xxx.xx)
etc.