右边栏:用户和网站状态(中等)
Closed this issue · 7 comments
521xueweihan commented
右边栏包含模块:
- 用户状态(头像、级别、积分、签到?)
- 网站状态(项目总数、用户总数)
- 考虑设计赞助商栏
- footer
主要开发工作:右边栏不随中心内容的滚动而滚动、展示占位方便后续接入数据。
接口:
1、用户状态:https://local.api.hellogithub.com/docs#/user/user_me_v1_user_me__get
nickname:昵称
avatar:头像
积分和等级先写死占位
2、网站状态:https://local.api.hellogithub.com/docs#/home/stats_v1_stats__get
repo_total:项目总数
user_total:用户总数
period_total:月刊总数
3、赞助位前端静态占个位即可,我得先去拉赞助拉不到,就不用这个功能了
4、静态
521xueweihan commented
@xuyawen 认领
521xueweihan commented
@xuyawen 接口开发完成,前端可以开始了。
xuyawen commented
好的
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2022年07月02日 11:07 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.******@***.***> |
| 主题 | Re: [HelloGitHub-Team/geese] 右边栏:用户和网站状态(中等) (Issue #7) |
@xuyawen 接口开发完成,前端可以开始了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
521xueweihan commented
暂时完成,后续有赞助商需求再重新开启。
521xueweihan commented
优化
- 考虑在组件中使用 swr 保证用户信息和网站信息的及时更新。
- 样式的改动需要考虑不同屏幕尺寸的适配。
github-actions commented
Branch i7-右边栏:用户和网站状态(中等) created!
521xueweihan commented
完成