0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

カメドットのアドベントカレンダーAdvent Calendar 2019

Day 15

全国道中風アプリ(仮想リプレース)+テストコード 12/15分として投稿

Posted at

こんにちは、コロナです

2020/02/08 記事の構成を記載

今回のシステム構成

apiサーバ...道中情報、住所情報、建物情報と道中結果情報を返す
テストコード.apiの側のテストコードを用意する
アプリ側....apiサーバを実行するクライアント(2d系)

主な画面機能メモ
 ・道中実行ボタン(道中面と同じダイスを生成して、転がす)
 ・道中情報取得api...道中での名前に加えて、郵便局情報を取得する。近くに建物がある場合は、建物情報を取得する

テストコード
単体テスト
    正常ケース(道中情報が0件と、1件と2件以上)
    異常ケース(エラーが発生した場合に、オブジェクトエラーを取得して返す)

取得元
 ・郵便局情報のzip解凍処理(1日1回)
 ・道中情報....ファイルからデータを登録する
 ・過去の思い出日記...ユーザー情報を保持しておいて、取得する

今後の課題

実際の開発と画面レイアウトなど

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?