docs: add JSDoc documentation to BoardSiteStatistics interface#214
docs: add JSDoc documentation to BoardSiteStatistics interface#214Lang-Qiu wants to merge 1 commit into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
问题背景
公共接口
BoardSiteStatistics缺少必要的 JSDoc 文档。添加文档有助于其他开发者快速理解接口的用途和各属性的含义,提高代码的可维护性和可读性。修改内容
webapp/src/statistics/index.ts中导出的BoardSiteStatistics接口添加了 JSDoc 注释。board_count和card_count这两个属性的具体含义,便于使用者理解和集成。验证方式
其他信息