-
Notifications
You must be signed in to change notification settings - Fork 402
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[Feature Request] A more friendly, fe and be decoupling comment admin dashboard #552
Comments
感谢反馈。当时做 Waline,前后端 UI 和界面都是我一个人在做,时间有限确实如你所说有很多不尽人意的地方。 目前后台的界面就是前后端分离的,不过目前没有接口文档,后台会用到的接口都在 https://github.com/walinejs/waline/tree/main/packages/admin/src/services 这个文件夹中,包括登录/登出,评论的获取、修改、删除,用户信息的更新等。 如果你感兴趣的话,可以直接新开个仓库做这个事情,之后我再迁移到官方仓库里来,提供 |
我将先参照部分接口进行开发工作,大部分逻辑我可能得看代码去测试调用。 |
https://waline.js.org/api/ 已经补充了 API 文档 |
Thanks. 我将会新建 repo 进行开发,并周期性在此记录进度。 计划主要技术栈为:
希望达成的目标:
|
Waline 将评论的 Markdown 转为了富文本存储,那么编辑时则需要编辑富文本。 |
可以,之前复用了 Valine 的数据库结构,所以存的 HTML。我之前也觉得这个需要改一下… 之后处理一下 |
已实现基础的登录、评论预览、翻页、删除功能,并开源。
|
以及抓到个错误字 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
我希望能够有一个更加交互友好、前后端分离的评论管理界面。
原因
我看到目前的管理界面构建相对陈旧,且与后端强耦合。
在使用过程中也发现一些交互设计可能需要有所提高。
而目前强耦合的页面(譬如使用 vercel 托管),也占用了部分带宽,如若构建一个纯静态与后端分离的前端管理界面,则可以托管到 Github Pages 等地方。
建议
The text was updated successfully, but these errors were encountered: