halo-dev / halo-dev/plugin-comment-widget
期望owner.avatar能返回第三方头像地址
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 25
- Forks
- 32
- Avg merge
- 11h 21m
- Merged PRs (30d)
- 25
Description
当前CommentVo中owner的返回中启用第三方头像没有返回头像地址,如下:
"owner": {
"kind": "Email",
"name": "email@outlook.com",
"displayName": "Sakura",
"email": "email@outlook.com"
},
第三方头像只在评论区显示,在其它区域使用owner.avatar只会显示站内用户的头像。
希望后续能返回第三方头像地址。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating CommentVo and the code that builds the owner data for comments. Trace how third-party avatars are handled in the comment area and compare that with the owner response shown in the issue. Done means the owner.avatar field returns the third-party avatar address consistently, with relevant tests or response checks passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100