PR

【4/18 14:00】パイレーツパスリリース #2719

wada opened this at 2023-04-14T17:56:55; closed

Description

opened by wada at 2023-04-14T17:56:55; updated 2023-04-18T13:43:11

概要

https://docs.google.com/spreadsheets/d/13P64IG2HBr76pQ-Dz33_qiapTRv16vBVMfn-iNrjF8o/edit#gid=0
【3/17】パイレーツパス #2658
【3/27】パイレーツパスシーズン2 #2667
【4/5】パイレーツパスヤマダ版対応 #2687
【4/11】ヤマダ仕様調整 #2699

「PRリスト」シート内の実装分類「0,4,6」かつ状態「開発反映」のもの

DB更新内容

  • 「テーブル」シート内の各クエリ実行
  • 【4/18 14:00】パイレーツパスリリース jolly/jrye-db#373
  • ユーザテーブルのカラム追加忘れず

【4/18】パイレーツパス実装 #2625

TODO

  • [x] jsキャッシュ対応
  • [x] pngファイル圧縮
  • [x] テーブル作成
  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 告知登録
  • [x] 告知公開
  • [x] 戦闘デモ登録
  • [x] ヤマダPTキャンペーンパイレーツパス対応

作業スケジュール

4/17(月)

  • テーブル作成
  • 告知登録
  • 戦闘デモ登録
  • ヤマダPTキャンペーンパイレーツパス対応

4/18(火)

10:00

  • dbデプロイ
  • 管理画面確認

13:30

  • webデプロイ

14:00

  • リリース

17:00

  • 集計処理デプロイ

18:00

  • ヤマダPT告知掲載

Comment

#26963 by wada at 2023-04-14T17:58:23; updated 2023-04-14T17:58:23

@kouho
確認お願いします。

kouho add_label at 2023-04-17T14:04:27: 皇甫 LGTM
wada merge at 2023-04-18T13:39:08: 【4/18 14:00】パイレーツパスリリース
wada close at 2023-04-18T13:39:08: Close

Commit range

baseab3fd2ea98cf137673f30d774d8d988e0a5f2678
head6f660db1658245320514cb38cc0e7f2ee137a34a
base branchjolly/jr-web:master
head branchjolly/jr-web:release_pirate_pass

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed119 filesView patch
statusfile
modifiedcpanel_html/index.php
modifiedcpanel_html/template/header.tpl
addedcpanel_html/template/m_season_pass_debug_default.tpl
addedcpanel_html/template/m_season_pass_debug_generate_daily_quest_patterns.tpl
addedcpanel_html/template/m_season_pass_debug_master_list.tpl
modifiedlib/SubFunc.inc
modifiedlib/SubFunc_mission.inc
modifiedlib/SubFunc_valhalla.inc
modifiedlib/ajax/default_info.inc
modifiedlib/ajax/item_result.inc
modifiedlib/ajax/item_select.inc
modifiedlib/ajax/main_default.inc
modifiedlib/ajax/mission_default.inc
addedlib/ajax/seasonPass_clearDailyQuest.inc
addedlib/ajax/seasonPass_clearSeasonQuest.inc
addedlib/ajax/seasonPass_receiveRewards.inc
addedlib/ajax/seasonPass_switchSkin.inc
modifiedlib/ajax/shop_payment.inc
modifiedlib/ajax/shop_select.inc
modifiedlib/ajax/teamWar_default.inc
modifiedlib/ajax/team_bbsWrite.inc
modifiedlib/ajax/valhalla_default.inc
modifiedlib/class/const/ItemConst.class.php
modifiedlib/class/controller/JrControllerCommerce.class.php
modifiedlib/class/controller/JrControllerDeck.class.php
addedlib/class/controller/JrControllerSeasonPass.class.php
modifiedlib/class/present_box/PresentBoxContent.class.php
addedlib/class/present_box/PresentBoxContentSeasonPass.class.php
modifiedlib/class/present_box/PresentBoxManager.class.php
modifiedlib/class/present_box/PresentBoxOrderList.class.php
addedlib/class/rdo/record/RdoRecord_UserSeasonPass.class.php
addedlib/class/season_pass/SeasonPass.class.php
addedlib/class/season_pass/SeasonPassQuestAction.class.php
modifiedlib/class/vsraid/RaidBlueBallSummonManager.class.php
modifiedlib/class/vsraid/RaidBossBreakManager.class.php
modifiedlib/class/weekday_limited_item/WeekdayLimitedItemManager.class.php
modifiedlib/conf/class/CardPieceConfig.class.php
addedlib/conf/class/SeasonPassConfig.class.php
modifiedlib/conf/class/ValhallaConfig.class.php
modifiedlib/conf/class/WeekdayLimitedItemConfig.class.php
modifiedlib/conf/define_y.inc
addedlib/cpanel/m_season_pass_debug.inc
modifiedlib/exec/event_item_change_gold.inc
modifiedlib/models/Bar_model.php
modifiedlib/models/Card_piece.php
modifiedlib/models/Limit_break.php
modifiedlib/models/Shop_payment.php
modifiedlib/models/Yamada_point.php
addedlib/models/Yamada_point_pass_quest.php
modifiedlib/models/Yamada_point_quest.php
modifiedlib/models/shop/Item_factory.php
addedlib/models/shop/Season_pass.php
modifiedlib/public/Battle.inc
modifiedlib/public/BreakThrough-Check.inc
modifiedlib/public/Commerce-Default.inc
modifiedlib/public/Friend-Bbs.inc
modifiedlib/public/Friend-BbsOwn.inc
modifiedlib/public/Friend.inc
modifiedlib/public/Mission.inc
modifiedlib/public/Quest-Daily.inc
modifiedlib/public/Quest-DailyClear.inc
modifiedlib/public/Quest-Default.inc
modifiedlib/public/Quest-LoginBonus.inc
modifiedlib/public/Quest-MonthlyPass.inc
modifiedlib/public/Quest-TeamWarDetail.inc
modifiedlib/public/Ship-CustomExec.inc
modifiedlib/public/TeamWar-Result.inc
modifiedlib/public/TeamWar.inc
modifiedlib/public/Valhalla.inc
modifiedpublic_html/ajax.php
addedpublic_html/img/common/quest_tabs/6.png
addedpublic_html/img/common/quest_tabs/6_0.png
addedpublic_html/img/season_pass/main/panda_congra2.png
modifiedpublic_html/img/season_pass/main/skin.png
renamedpublic_html/img/season_pass/main/step/step_10181.png -> public_html/img/season_pass/main/step/step_10199.png
renamedpublic_html/img/season_pass/main/step/step_10182.png -> public_html/img/season_pass/main/step/step_10200.png
renamedpublic_html/img/season_pass/main/step/step_10183.png -> public_html/img/season_pass/main/step/step_10201.png
renamedpublic_html/img/season_pass/main/step/step_10184.png -> public_html/img/season_pass/main/step/step_10202.png
renamedpublic_html/img/season_pass/main/step/step_10185.png -> public_html/img/season_pass/main/step/step_10203.png
addedpublic_html/img/season_pass/mission/warmissionbtn1.png
addedpublic_html/img/season_pass/mission/warmissionbtn2.png
addedpublic_html/img/season_pass/mission/warmissionbtn3.png
addedpublic_html/img/temp_quest/reward_item/rand_acce_3.jpg
modifiedpublic_html/index.php
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/js/JOLLYROGER_mission.js
modifiedpublic_html/js/JOLLYROGER_valhalla.js
modifiedpublic_html/js/jquery_ex.js
modifiedpublic_html/js/jr_battle.min.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/js/jr_mission.min.js
modifiedpublic_html/js/jr_valhalla.min.js
modifiedpublic_html/payment_response.php
modifiedpublic_html/template/Battle.tpl
modifiedpublic_html/template/CardPieceShop-Default.tpl
modifiedpublic_html/template/Commerce-Arrival.tpl
modifiedpublic_html/template/Commerce-Default.tpl
modifiedpublic_html/template/Deck-CardDetail.tpl
modifiedpublic_html/template/Deck-Home.tpl
modifiedpublic_html/template/Friend-Bbs.tpl
modifiedpublic_html/template/Friend-BbsOwn.tpl
modifiedpublic_html/template/Friend.tpl
modifiedpublic_html/template/Item.tpl
modifiedpublic_html/template/Mission.tpl
modifiedpublic_html/template/OceanArea-DeckCardDetail.tpl
modifiedpublic_html/template/Quest-Daily.tpl
modifiedpublic_html/template/Quest-Default.tpl
modifiedpublic_html/template/Quest-LoginBonus.tpl
modifiedpublic_html/template/Quest-MonthlyPass.tpl
modifiedpublic_html/template/Quest-TeamWarDetail.tpl
addedpublic_html/template/SeasonPass-Home.tpl
modifiedpublic_html/template/Shop.tpl
modifiedpublic_html/template/Team.tpl
modifiedpublic_html/template/TeamWar-Result.tpl
modifiedpublic_html/template/TeamWar.tpl
modifiedpublic_html/template/Valhalla.tpl
modifiedpublic_html/template/header_sp.tpl
addedpublic_html/template/parts_quest_tabs.tpl
Patch body is stored as a separate file to keep this page lightweight.