Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add StepPlayer module docs #1328

Merged
merged 2 commits into from
Feb 17, 2025

Conversation

neverbiasu
Copy link

No description provided.

docs/develop/guidance/03_UIAdapter.md Outdated Show resolved Hide resolved
docs/develop/guidance/09_StepPlayer.md Outdated Show resolved Hide resolved
docs/develop/guidance/09_StepPlayer.md Outdated Show resolved Hide resolved
@neverbiasu neverbiasu changed the title feat: Add UIAdapter and StepPlayer module docs feat: Add StepPlayer module docs Feb 17, 2025
emit('stepCompleted')
}

function handleUserAction(clickedElement: HTMLElement) {
Copy link
Collaborator

@nighca nighca Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你可能没搞清楚我们要求跟着模块接口文档一起提交伪代码的目的;它主要是为了确保你们验证了你们设计的接口能帮助使用方去实现需求

你在 StepPlayer 接口文档 PR 里提交 StepPlayer 的实现伪代码其实是不合理的,因为后者跟 StepPlayer 的接口关系不大,反而是跟别的 StepPlayer 所依赖的模块(比如 Tagging)的接口设计关系比较大;跟着 StepPlayer 接口文档提交的应该是 NodeTaskPlayer 中使用 StepPlayer 的伪代码

不过考虑到 #1326 中已经包含了 NodeTaskPlayer 中使用 StepPlayer 的伪代码,你这里先把这个 feature_StepPlayer.md 删掉吧,StepPlayer 的接口比较简单,我就直接 merge 了;至于对 Tagging 模块的使用代码,由 Tagging 模块的设计文档去带上就好

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,那我先删掉了,把接口文档再根据丘吉那边的新定义改一下

@nighca
Copy link
Collaborator

nighca commented Feb 17, 2025

image

你不要 merge 或者 rebase goplus/dev 分支啊,你们的 base 分支是 goplus/trailhead_guidance,要同步也就同步 goplus/trailhead_guidance 就好

@neverbiasu
Copy link
Author

image

你不要 merge 或者 rebase goplus/dev 分支啊,你们的 base 分支是 goplus/trailhead_guidance,要同步也就同步 goplus/trailhead_guidance 就好

我做错了寒星老师😭,我已经重新提交

@qiniu-ci
Copy link

This PR has been deployed to the preview environment. You can explore it using the preview URL.

Warning

Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team.

@nighca nighca merged commit 921412c into goplus:trailhead_guidance Feb 17, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants