PR

【12/27】島テーマ #3845

kouho opened this at 2024-12-24T17:16:59; closed

Description

opened by kouho at 2024-12-24T17:16:59; updated 2024-12-26T18:00:30

概要

https://docs.google.com/spreadsheets/d/1NloctQV24ZchKDZ4jzTBTEayls3Otoao9VGffiRyaMY/edit?gid=2120632986#gid=2120632986

実装TODO

  • [x] 画像(納期12/25)

DB更新

島テーマ jolly/jrye-db#952

リリース作業

データのリセット

#初期化(前回のイベント建物だけ消す)
DELETE FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
DELETE FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;
#確認
SELECT * FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
SELECT * FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;

ユーザ進捗データのリセット

TRUNCATE TABLE `user_build_event_bonus`;
TRUNCATE TABLE `user_build_event_bonus_daily`;
TRUNCATE TABLE `log_build_event_bonus_time`;
TRUNCATE TABLE `log_build_event_bonus_time_main`;
TRUNCATE TABLE `log_build_event_bonus_time_use`;
TRUNCATE TABLE `log_user_build_bonus_ranking`;
TRUNCATE TABLE `log_user_build_event_early_bonus`;

リリースTODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] リリース作業
  • [x] 告知設定
kouho change_title at 2024-12-24T17:29:50: [WIP]島テーマ 【12/27】島テーマ

Comment

#38118 by kouho at 2024-12-24T17:30:05; updated 2024-12-24T17:30:05

@wada
レビューお願いいたします

Comment

#38137 by wada at 2024-12-25T11:59:08; updated 2024-12-25T11:59:08

@kouho
確認OKです。

wada add_label at 2024-12-25T11:59:11: 和田 LGTM
kouho merge at 2024-12-26T17:50:32: 【12/27】島テーマ
kouho close at 2024-12-26T17:50:32: Close

Commit range

base7bf6044620ac0141bdb2f630a5bae86a5479378a
head6778f637585997576d4f508c80986b27563f03a4
base branchjolly/jr-web:master
head branchjolly/jr-web:event_build_10099

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed2 filesView patch
statusfile
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/exec/tool_jrce_status.php
Patch body is stored as a separate file to keep this page lightweight.