需求 #24209
新客监控报表迁移
100%
描述
背景描述:原拉新成本更新的功能在快速报表系统-新客监控-拉新成本更新 中,每周会有两次人为手动上传数据更新,保证成本的正确性。但随着BI系统的启用,绿色报表和快速报表即将停止使用,也会失去拉新成本更新的入口
目的:在一手后台新增拉新成本更新入口,保证拉新成本数据的正确性
衡量指标:在一手OS可导入拉新成本数据,BI平台可通过一手OS取数
功能需求:
1)在一手后台 会员管理-新增“拉新成本监控” 菜单
2)导入形式以 Excel表格形式提交更新 字段为 “日期——用户来源——投放费用——转化费用——包邮费用”,
3)导入后,BI后台可在一手OS取数
PRD描述: http://192.168.1.244:7777/newOS/24209/
导入模板见附件。
前端分支: feat/新客监控报表迁移
后端分支:feature/21.06.09#24209新客监控报表迁移
相关表创建dll如下:
create table fmys_new_cost_report
(
id int auto_increment,
date int default 0 not null comment '日期',
source varchar(20) default '' not null comment '用户来源',
input_fee decimal(10, 2) default 0.00 not null comment '投放费用',
conversion_fee decimal(10, 2) default 0.00 not null comment '转化费用',
free_shipping_fee decimal(10, 2) default 0.00 not null comment '包邮费用',
create_time int default 0 not null comment '创建时间',
constraint new_cost_report_id_uindex
unique (id)
);
alter table fmys_new_cost_report
add primary key (id);
子任务
历史记录
#5
由 何杨斌 更新于 大约 4 年 之前
- 文件 拉新成本更新模版.xlsx 拉新成本更新模版.xlsx 已添加
- 描述 已更新。 (diff)
- 类别 从 运营活动 变更为 业务提效
- 指派给 从 梁迈轩 变更为 何杨斌
- PRD时间 被设置为 2021-06-01