feat(分享): 新增故事分享反馈功能
All checks were successful
test/timeline-server/pipeline/head This commit looks good
All checks were successful
test/timeline-server/pipeline/head This commit looks good
实现故事分享的评论和浏览统计功能,包括: 1. 新增StoryShareFeedbackService接口及相关实现 2. 添加StoryShareComment、StoryShareMetric实体类 3. 创建story_share_comment和story_share_metric表 4. 在StoryDetailVo中增加shareConfigured和sharePublished字段 5. 扩展StoryShareConfigVo包含反馈统计数据 6. 新增公共API端点处理反馈请求 7. 实现模板样式选择功能
This commit is contained in:
@@ -6,6 +6,7 @@ CREATE TABLE IF NOT EXISTS `story_share` (
|
||||
`share_title` varchar(255) DEFAULT NULL COMMENT 'Curated public title',
|
||||
`share_description` text COMMENT 'Curated public description',
|
||||
`share_quote` text COMMENT 'Curated story note',
|
||||
`template_style` varchar(32) DEFAULT 'editorial' COMMENT 'Public template style',
|
||||
`featured_moment_ids` text COMMENT 'Comma separated featured moment IDs',
|
||||
`create_id` varchar(32) DEFAULT NULL,
|
||||
`update_id` varchar(32) DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user