halo-dev / halo-dev/plugin-comment-widget
【BUG】Finder API目前返回的CommentVo对象中评论用户头像为空
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 25
- Forks
- 32
- Avg merge
- 11h 21m
- Merged PRs (30d)
- 25
Description
当用户使用非登陆用户进行评论的时候,Finder API 返回的CommentVo对象中评论用户头像地址为空,导致无法正常使用头像
目前评论组建既然已经支持了多来源头像,那么 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
Trace the Finder API response that produces CommentVo for comments submitted by unauthenticated users, focusing on how the avatar field is populated. Confirm how the comment component supports multiple avatar sources, then verify that the returned avatar is a complete, directly usable URL rather than empty. Done means non-login comments expose a usable avatar address through Finder API.
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
- 48/100