PR

【8/26 12:00】ニャッカ育成キャンペーン #2226

wada opened this at 2022-08-25T15:51:01; closed

Description

opened by wada at 2022-08-25T15:51:01; updated 2022-08-26T11:38:19

概要

【8/22】ニャッカ育成キャンペーン(クエスト・酒場) #2198
【8/24】ニャッカCP交換所 #2222

DB更新内容

【8/26 12:00】ニャッカ育成キャンペーン jolly/jrye-db#152

TODO

  • [x] js圧縮
  • [x] logテーブル作成
  • [x] webデプロイ
  • [x] dbデプロイ
  • [x] 告知、バナー公開
  • [x] 本番確認

webからデプロイしないと、公開前にクエスト一覧が表示される

Comment

#21848 by wada at 2022-08-25T16:19:18; updated 2022-08-25T16:19:18

@kouho
確認お願いします。

Comment

#21849 by kouho at 2022-08-25T16:49:35; updated 2022-08-25T16:49:35

@wada
リリースブランチで交換所でアイテムを交換した際に
交換結果表示が表示されずjsのキャッシュ削除をしてみても変わりません。
開発環境では問題ないのですが念の為確認をお願いいたします。

Comment

#21850 by wada at 2022-08-25T17:11:41; updated 2022-08-25T17:11:53

@kouho
詳しい状態を教えてください。
・必要アイテム所持数は減少していますか?
・交換したアイテムはプレゼントに入っていますか?
master_exchange_store_itemの期間内ですか?
・必要アイテム数は足りていましたか?
・購入回数はオーバーしていませんでしたか?

Comment

#21851 by kouho at 2022-08-25T17:24:28; updated 2022-08-25T17:24:28

@wada
すみません、リリースブランチでcsv2mysqlをした後master_exchange_store_itemの期間調整を忘れていました。
期間調整すれば問題なく表示されました。

kouho add_label at 2022-08-25T17:24:32: 皇甫 LGTM

Comment

#21853 by wada at 2022-08-25T18:47:25; updated 2022-08-25T18:47:25

@kouho
了解しました。
確認ありがとうございます。

Comment

#21854 by wada at 2022-08-26T10:30:57; updated 2022-08-26T10:30:57

@kouho
交換アイテムの調整を入れたので再度確認をお願いします。

Comment

#21859 by kouho at 2022-08-26T10:55:50; updated 2022-08-26T10:55:50

@wada
交換アイテム調整確認OKです

Comment

#21860 by wada at 2022-08-26T10:56:33; updated 2022-08-26T10:56:33

@kouho
ありがとうございます。
ショップページの交換所バナーも設置できたので確認お願いします。

Comment

#21861 by wada at 2022-08-26T11:04:24; updated 2022-08-26T11:04:24

@kouho
バナーの設定間違い修正しました。

Comment

#21864 by kouho at 2022-08-26T11:26:43; updated 2022-08-26T11:26:43

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

wada merge at 2022-08-26T11:30:50: 【8/26 12:00】ニャッカ育成キャンペーン
wada close at 2022-08-26T11:30:50: Close
wada delete_branch at 2022-08-26T11:38:19: release_082612

Commit range

base77af5f2c627fbfa7622c0443261f094e567725f3
head18c413619dead4f3d8b965e5581687b3534e7a13
base branchjolly/jr-web:master
head branchjolly/jr-web:release_082612

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed39 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/SubFunc_mission.inc
modifiedlib/ajax/item_default.inc
modifiedlib/ajax/item_result.inc
modifiedlib/ajax/item_select.inc
modifiedlib/class/const/ItemConst.class.php
modifiedlib/class/const/PresentDescriptionConst.class.php
modifiedlib/class/const/PresentNameConst.class.php
addedlib/class/const/QuestConst.class.php
modifiedlib/models/Campaign_quest.php
addedlib/models/Exchange_store.php
addedlib/models/dao/log_user_exchange_store_item.php
modifiedlib/models/dao/master_campaign_quest.php
modifiedlib/models/dao/master_campaign_quest_border.php
addedlib/models/dao/master_exchange_store_item.php
addedlib/models/dao/master_exchange_store_item_rate.php
modifiedlib/models/dao/user_campaign_quest.php
modifiedlib/public/Deck-SelectCard.inc
addedlib/public/ExchangeStore-ExecExchange.inc
addedlib/public/ExchangeStore-ItemList.inc
modifiedlib/public/LimitBreak-Exec.inc
modifiedlib/public/Quest-Campaign.inc
modifiedlib/public/Quest-CampaignClear.inc
modifiedlib/public/Quest-TeamWarDetail.inc
addedpublic_html/img/banner/Campaign/banner_exchange_store_1_1.jpg
addedpublic_html/img/banner/Campaign/banner_exchange_store_1_2.jpg
addedpublic_html/img/event_gacha/ticket/120/2.jpg
addedpublic_html/img/event_gacha/ticket/120/3.jpg
addedpublic_html/img/event_gacha/ticket/60/2.jpg
addedpublic_html/img/event_gacha/ticket/60/3.jpg
modifiedpublic_html/index.php
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/template/CardPieceShop-Default.tpl
addedpublic_html/template/ExchangeStore-ItemList.tpl
modifiedpublic_html/template/Quest-Campaign.tpl
modifiedpublic_html/template/Quest-TeamWarDetail.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.