PR

【11/4】船の最大ステータス表示 #1273

wada opened this at 2021-11-01T16:29:39; closed

Description

opened by wada at 2021-11-01T16:29:39; updated 2025-12-15T11:45:36

概要

船の最大ステータスを表示 #1262
船講座がなく、ユーザーが船の最大ステータスを確認できないので、造船確認(船詳細)ページに最大ステータスを表示

| 初期値 | 最大値 |
| ------------- | ------------- |
| <img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1635751047154LazN2zRKxd" width="200"> | <img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/16357510516004VgHZOpMSM" width="200"> |

最大ステータスを表示するにあたって、レイアウトを変更
・カードリストのカード詳細と同じレイアウトを使用
右上のボタンで初期値と最大値を切り替える
増加したステータスには、上矢印を表示

レイアウト変更箇所

造船リスト > 船詳細(最大値表示あり)
ドックリスト > 強化・解体
ドックリスト > 強化・解体 > 解体確認

※強化ページはステータスの上がり幅を表示するため、レイアウト変更せず既存レイアウトのまま
※各結果ページも特に対応予定なし

造船リストの船情報に造船時間追加

通常船、限定船で追加
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1635751459000OvlYFeoMAG" width="300">

TODO

船Q&Aを修正

wada change_title at 2021-11-01T16:38:42: [WIP]【11/4】船の最大ステータス表示 【11/4】船の最大ステータス表示
wada add_label at 2021-11-01T16:39:46: レビュー待ち

Comment

#14877 by wada at 2021-11-01T16:39:58; updated 2021-11-01T16:39:58

@iwamoto @kouho
レビューお願いします。

Comment

#14878 by kouho at 2021-11-01T17:24:31; updated 2021-11-01T17:24:31

@wada
レイアウト変更箇所確認しました。特に問題もなく見やすくなって良きと思います。

kouho add_label at 2021-11-01T17:24:36: 皇甫 LGTM

Comment

#14883 by iwamoto at 2021-11-01T18:30:00; updated 2021-11-01T18:30:00

@wada
確認しました。
問題ないように思います。

iwamoto add_label at 2021-11-01T18:30:19: 岩本 LGTM
wada close_comment at 2021-11-02T12:05:33: マージ済
wada refer at 2021-11-04T16:47:27: 1264:【11/8】2020年7月分本家取り込み

Commit range

baseb4060196d11652805ff35d51945a428af106fd69
head25e165c73925aaf3cbb9d1f497312eedfd4d2489
base branchjolly/jr-web:develop
head branchjolly/jr-web:ship_status

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed12 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/public/Ship-BreakCheck.inc
modifiedlib/public/Ship-Default.inc
modifiedlib/public/Ship-Detail.inc
modifiedlib/public/Ship-LimitedShip.inc
modifiedlib/public/Ship-SelectDetail.inc
modifiedpublic_html/template/Ship-BreakCheck.tpl
modifiedpublic_html/template/Ship-Default.tpl
modifiedpublic_html/template/Ship-Detail.tpl
modifiedpublic_html/template/Ship-LimitedShip.tpl
modifiedpublic_html/template/Ship-SelectDetail.tpl
addedpublic_html/template/parts_ship_detail.tpl
Patch body is stored as a separate file to keep this page lightweight.