Skip to content

Commit

Permalink
Merge pull request #769 from isucon/update-fe-manual
Browse files Browse the repository at this point in the history
[FE] FEシミュレーター操作時の注意書きの追加
  • Loading branch information
imamiya-masaki authored Dec 7, 2024
2 parents 301ca9f + b868864 commit 2043560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[markdown]": {
"editor.formatOnSave": false
},
"perlnavigator.includePaths": [
"webapp/perl/lib",
"webapp/perl/local/lib/perl5"
Expand Down
2 changes: 1 addition & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ ISURIDEでは、利用者が使用するクライアントアプリケーショ
- 動作イメージをわかりやすくするものであり、表示される椅子はデータベース上にないものも表示されます。

**シミュレーターの注意事項**
- シミュレーターで操作できる椅子は、空車(`MATCHING`または`COMPLETED`)の場合に限ります。
- クライアント画面でISURIDEボタンを押下して配車依頼を出すと、シミュレーターは1秒置きに椅子の状態を変更して、配車完了(`COMPLETED`)まで、椅子の動きを擬似的にシミュレートします。
- **シミュレーター操作できる椅子は1台のみであり、複数のシミュレーターから同時に配車を行うことはできません。**
- **シミュレーターで操作する椅子以外の椅子がアクティブ状態になっていると、正常に動作しません。そのため、シミュレーターは初期状態での確認をおすすめします。**

#### (2) クライアントアプリケーション (/client)

Expand Down

0 comments on commit 2043560

Please sign in to comment.