PR

【7/9】冥闇の海域 #3582

wada opened this at 2024-07-03T10:52:25; closed

Description

opened by wada at 2024-07-03T10:52:25; updated 2024-07-11T14:12:57

概要

https://docs.google.com/spreadsheets/d/1YHfMJGNNPuftvokpuYhhZZ2ju08jsmxo2_9nfSntQ0Q/edit?gid=1415150963#gid=1415150963

開催に必要な修正と仕様、修正・意見シートの対応

対応内容

- 集計スクリプトのヤマダ環境対応
- index.phpのルーティング処理の修正
- バナー表示設定の追加・イベントスケジュール設定の追加
- EX上限報酬の停止
- 期間限定スキル(GK・LK)の日付表記を統一
- デッキ編集カード選択ページの検索結果0時のリスト表示修正
- 海域の主出現中表示を冒険ページに表示
- ファントムブルー海賊団スリートップの体力ゲージを表示
- トレードカード選択ページに海域制限文言表示
- レイド開催時のメインページアイコン非表示
- デッキ編集ページカード画像にLKタグ追加
- 導石のGOLD変換額を1000GOLDに変更
- ファントムブルー海賊団のバトル結果ページ作成
- 交換所アイテム画像右上に?アイコン移動
- 交換所アイテム名の横に所持数を表示
- メインページアイコンにデッキ編集を追加
- 海域の主撃退時に海域TOPページで報酬獲得モーダルを表示
- ログ一覧の海域の主挑戦ボタンのURL修正		
- その他テキスト調整

DB更新内容

【7/9】冥闇の海域 jolly/jrye-db#787

SQLクエリ

user_noはintで収まるため変更

ALTER TABLE `log_ocean_area_data` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `log_ocean_area_ex_pt` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `log_ocean_area_team_monster` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `log_ocean_area_team_monster_point` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `log_user_ocean_area_medal` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `log_user_ocean_area_ship_data` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `user_ocean_area_data` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `user_ocean_area_deck` CHANGE `user_no` `user_no` INT(11) NOT NULL COMMENT 'ユーザ番号';
ALTER TABLE `user_ocean_area_ship_data` CHANGE `user_no` `user_no` INT(11) NOT NULL;
ALTER TABLE `user_ocean_area_team_monster` CHANGE `user_no` `user_no` INT(11) NOT NULL;

テスト方法、確認した内容

TODO

  • [x] 告知ID変更
  • [x] 各種画像

リリース

  • [x] js圧縮
  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] cron設定
  • [x] 告知設定
  • [x] 戦闘デモ確認
  • [ ] Q&A公開

Comment

#35448 by wada at 2024-07-03T11:07:10; updated 2024-07-03T11:07:10

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

wada change_title at 2024-07-03T11:25:24: 【7/6】冥闇の海域 【7/9】冥闇の海域

Comment

#35486 by wada at 2024-07-05T17:36:43; updated 2024-07-05T17:36:43

@kouho
告知ID、期間、画像更新しました。

Comment

#35525 by kouho at 2024-07-09T17:19:23; updated 2024-07-09T17:19:23

@wada
動作やコードには問題なさそうですが、ショップページで1万GOLD変換の記載が残っておりましたので修正をお願いいたします。
!スクリーンショット 2024-07-09 17

kouho add_label at 2024-07-09T17:35:04: 皇甫 LGTM

Comment

#35533 by wada at 2024-07-09T18:42:16; updated 2024-07-09T18:42:16

@kouho
> ショップページで1万GOLD変換の記載が残っておりましたので修正をお願いいたします。

ありがとうございます。修正しました。

Comment

#35534 by kouho at 2024-07-10T09:33:50; updated 2024-07-10T09:33:50

@wada
ありがとうございます。修正確認いたしました。

wada merge at 2024-07-11T13:59:26: 【7/9】冥闇の海域
wada close at 2024-07-11T13:59:26: Close
wada delete_branch at 2024-07-11T13:59:35: ocean_event_0711

Commit range

base2889d844b959894a89ca023c8182d736d42765fb
headba24fa218485fe09c45b947e8a4c2e01d43680f2
base branchjolly/jr-web:master
head branchjolly/jr-web:ocean_event_0711

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed80 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/ajax/battle_player.inc
modifiedlib/ajax/mission_default.inc
modifiedlib/class/controller/JrControllerOceanArea.class.php
modifiedlib/class/pop_up/PopUpManager.class.php
modifiedlib/class/pop_up/PopUpType.class.php
modifiedlib/conf/class/EventScheduleConfig.class.php
modifiedlib/conf/class/OceanAreaConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/exec/cpanel_ocean_area_log.inc
modifiedlib/exec/cpanel_ocean_area_log_team_monster.inc
modifiedlib/exec/event_item_change_gold.inc
modifiedlib/exec/event_ranking_event_island.sh
modifiedlib/exec/event_ranking_ocean_area.inc
modifiedlib/exec/tool_delete_ocean_area_log.inc
modifiedlib/exec/tool_event_ocean_area_present.inc
modifiedlib/exec/user_event_raid.sh
modifiedlib/models/Banner.php
addedlib/public/Battle-ResultOceanArea.inc
modifiedlib/public/Card-Detail.inc
modifiedlib/public/Friend-Trade.inc
modifiedlib/public/Main.inc
modifiedlib/public/OceanArea-Default.inc
modifiedlib/public/OceanArea-FloorExRewardExec.inc
modifiedlib/public/OceanArea-ShipDetail.inc
modifiedlib/public/OceanArea-Shop.inc
addedpublic_html/img/banner/OceanEvent/banner_ocean_area_1.jpg
addedpublic_html/img/banner/OceanEvent/banner_ocean_area_2.jpg
addedpublic_html/img/banner/OceanEvent/banner_ocean_area_end_1.jpg
addedpublic_html/img/banner/OceanEvent/banner_ocean_area_end_2.jpg
addedpublic_html/img/deck/renewal/status_icon/lk.png
addedpublic_html/img/item/120/16579.jpg
addedpublic_html/img/item/120/16580.jpg
addedpublic_html/img/item/120/16581.jpg
addedpublic_html/img/item/120/16582.jpg
addedpublic_html/img/item/150/16579.jpg
addedpublic_html/img/item/150/16580.jpg
addedpublic_html/img/item/150/16581.jpg
addedpublic_html/img/item/150/16582.jpg
addedpublic_html/img/item/60/16579.jpg
addedpublic_html/img/item/60/16580.jpg
addedpublic_html/img/item/60/16581.jpg
addedpublic_html/img/item/60/16582.jpg
addedpublic_html/img/item/70/16579.jpg
addedpublic_html/img/item/70/16580.jpg
addedpublic_html/img/item/70/16581.jpg
addedpublic_html/img/item/70/16582.jpg
addedpublic_html/img/main/event_icon/ocean_area/team_monster1.png
addedpublic_html/img/mainmenu/mainmenu_resurrection.png
addedpublic_html/img/ocean_area/1/ab_extra.jpg
addedpublic_html/img/ocean_area/1/area_kouryakurank_header.jpg
addedpublic_html/img/ocean_area/1/areaitiran_header.jpg
addedpublic_html/img/ocean_area/1/cleaninghouse.jpg
addedpublic_html/img/ocean_area/1/count_killboss_header.jpg
addedpublic_html/img/ocean_area/1/ex_reward_bonus.jpg
addedpublic_html/img/ocean_area/1/header1.jpg
addedpublic_html/img/ocean_area/1/header2.jpg
modifiedpublic_html/index.php
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/JOLLYROGER_mission.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/js/jr_mission.min.js
addedpublic_html/template/Battle-ResultOceanArea.tpl
modifiedpublic_html/template/Card-Default.tpl
modifiedpublic_html/template/Card-Detail.tpl
modifiedpublic_html/template/Friend-Trade.tpl
modifiedpublic_html/template/Main.tpl
modifiedpublic_html/template/Mission.tpl
modifiedpublic_html/template/OceanArea-DeckHome.tpl
modifiedpublic_html/template/OceanArea-DeckSelectChangeCard.tpl
modifiedpublic_html/template/OceanArea-Default.tpl
modifiedpublic_html/template/OceanArea-LevelReward.tpl
modifiedpublic_html/template/OceanArea-Ranking.tpl
modifiedpublic_html/template/OceanArea-ShipDetail.tpl
modifiedpublic_html/template/OceanArea-Shop.tpl
modifiedpublic_html/template/OceanArea-TeamMonsterDefault.tpl
modifiedpublic_html/template/OceanArea-TeamMonsterLog.tpl
modifiedpublic_html/template/OceanArea-TeamMonsterLogList.tpl
modifiedpublic_html/template/Shop.tpl
modifiedpublic_html/template/header_sp.tpl
Patch body is stored as a separate file to keep this page lightweight.