Project

General

Profile

Actions

결함(Bug) #315

open

[Log] Add log front end for Admin Site, Dotbiz

Added by Joseph Vo 10 months ago. Updated 7 months ago.

Status:
보류(Pending)
Priority:
보통(Normal)
Assignee:
Start date:
05/21/2025
Due date:
05/22/2025 (about 10 months late)
% Done:

100%

Estimated time:
12.00 h
Part:
Build env.:
Staging

Description

Request :
Add log front end for Admin Site, Dotbiz

Actions #1

Updated by Tom Dong 10 months ago

  • Estimated time set to 12.00 h
Actions #2

Updated by Tom Dong 10 months ago

  • Due date set to 05/22/2025
  • Status changed from 신규(New) to 진행(Doing)
  • Start date set to 05/21/2025
Actions #3

Updated by Tom Dong 10 months ago

  • % Done changed from 0 to 50
Actions #4

Updated by Tom Dong 10 months ago

Table Logs

--
-- Create table `BS_B2C_TRANSACTION_LOG`
--
CREATE TABLE BS_B2C_TRANSACTION_LOG (
  B2C_TRANSACTION_LOG_SEQ bigint NOT NULL AUTO_INCREMENT,
  STATION_TYPE_CODE varchar(5) NOT NULL COMMENT 'STN01: B2C; STN02: Partnert; STN03: Admin',
  API_SERVICE_URL varchar(1500) DEFAULT NULL COMMENT 'API_SERVICE_URL',
  ERROR_MESSAGE mediumtext DEFAULT NULL COMMENT 'ERROR_MESSAGE',
  USER_AGENT mediumtext DEFAULT NULL COMMENT 'USER_AGENT',
  REQUEST_UNO bigint DEFAULT NULL,
  ERROR_YN varchar(1) NOT NULL DEFAULT 'N' COMMENT 'ERROR_YN',
  TRANSACTION_DATETIME datetime DEFAULT NULL,
  PRIMARY KEY (B2C_TRANSACTION_LOG_SEQ),
  UNIQUE INDEX XPK_BS_B2C_TRANSACTION_LOG (B2C_TRANSACTION_LOG_SEQ)
)
ENGINE = INNODB,
AUTO_INCREMENT = 1297,
AVG_ROW_LENGTH = 2128,
CHARACTER SET utf8mb4,
COLLATE utf8mb4_unicode_ci;

--
-- Create index `XIF_BS_B2C_TRANSACTION_LOG_01` on table `BS_B2C_TRANSACTION_LOG`
--
ALTER TABLE BS_B2C_TRANSACTION_LOG
ADD FULLTEXT INDEX XIF_BS_B2C_TRANSACTION_LOG_01 (API_SERVICE_URL);

--
-- Create index `XIN_BS_B2C_TRANSACTION_LOG_02` on table `BS_B2C_TRANSACTION_LOG`
--
ALTER TABLE BS_B2C_TRANSACTION_LOG
ADD INDEX XIN_BS_B2C_TRANSACTION_LOG_02 (STATION_TYPE_CODE);

--
-- Create index `XIN_BS_B2C_TRANSACTION_LOG_03` on table `BS_B2C_TRANSACTION_LOG`
--
ALTER TABLE BS_B2C_TRANSACTION_LOG
ADD INDEX XIN_BS_B2C_TRANSACTION_LOG_03 (REQUEST_UNO);

--
-- Create index `XIN_BS_B2C_TRANSACTION_LOG_04` on table `BS_B2C_TRANSACTION_LOG`
--
ALTER TABLE BS_B2C_TRANSACTION_LOG
ADD INDEX XIN_BS_B2C_TRANSACTION_LOG_04 (ERROR_YN);

Actions #5

Updated by Tom Dong 10 months ago

  • Status changed from 진행(Doing) to 완료(Done)
  • % Done changed from 50 to 100
  • Build env. set to Dev
Actions #6

Updated by Tom Dong 9 months ago

  • Build env. changed from Dev to Staging
Actions #7

Updated by Tom Dong 9 months ago

  • Status changed from 완료(Done) to 진행(Doing)
Actions #8

Updated by Tom Dong 9 months ago

  • Status changed from 진행(Doing) to 완료(Done)
Actions #9

Updated by Tom Dong 8 months ago

  • Status changed from 완료(Done) to 진행(Doing)
  • Build env. changed from Staging to Prod
Actions #10

Updated by Tom Dong 8 months ago

  • Status changed from 진행(Doing) to 완료(Done)
  • Build env. changed from Prod to Staging
Actions #11

Updated by Tom Dong 7 months ago

  • Status changed from 완료(Done) to 보류(Pending)

Đang đợi quy trình mới deploy

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)