feat(schedule): 统一外部业务日程创建链路 - #595
Merged
Merged
Conversation
- 为通知中心与活动中心提供统一的 Schedule 外部创建接口,固定来源、分类及中文失败文案。 - 使用稳定 UUIDv5 保证同账号外部资源重复点击或重试时不会生成重复日程。 - 将没课约事务和活动清单切换到本地优先的 Schedule 保存链路,并保留原业务已添加状态回写。 - 对齐旧节次、学期重复、活动截止时间与提前 10 分钟提醒语义,补充迁移和验收文档。 - 验证 Schedule/Notification 桌面测试及 Notification/UField Android 编译通过。
- 移除抽象 Composable 服务中函数回调参数的默认值,避免 Kotlin/Native 跨模块生成可空性不一致的异常桩 - 为独立课表日程详情入口显式传入空回调,保持原有交互行为并确保接口与实现签名一致 - 补充跨模块接口约束注释,并审查日程与课表相关抽象 Composable 接口未发现其他同类问题 - 合入清空当前账号日程操作的不可恢复提示文案调整 - 按要求未执行构建测试,仅通过 git diff --check 检查变更格式
- 统一置顶、取消置顶、删除和恢复侧滑图标的前景色 - 浅色模式使用 #FBFBFB,深色模式使用 #C6C6C6,提升动作按钮对比度 - 保留卡片标题旁已置顶标记的原有蓝色,避免浅色卡片上辨识度下降 - 同步更新图标 Preview,并通过 git diff --check 检查格式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主要改动
相关文档
cyxbs-pages/schedule/docs/schedule-handoff.mdcyxbs-pages/schedule/docs/schedule-android-e2e-test-runbook.md