DAO V1.1 Weekly Progress Reports (12.24)
Dear community, we are launching regular updates on project progress. Starting this week, we will:
- Publish weekly progress reports, including Dev Logs, steward team formation progress, and other important matters
- Organize bi-weekly AMAs to answer community questions and discuss project directions
These updates will continue until v1.1 mainnet officially launches and the DAO Stewards team formally takes over the platform’s daily operations. Through this approach, we hope to give the community complete visibility into the project’s progress and enable timely feedback.
Here is our first weekly report:
CKB Community Fund DAO v1.1 Weekly Dev Log
Reporting Period: 2025-12-17 ~ 2025-12-23
Published: 2025-12-24
GitHub Organization: CCF-DAO1-1
1.
Last Week Overview
| Repository | Commits | Main Contributors |
|---|---|---|
| ckb-fund-dao-ui | 7 | Jack |
| app_view | 5 | JLer |
| web5-components (dev) | 1 | rink1969 |
| ccfdao-v1.1-docs | 2 | yixiu |
| Total | 15 | - |
2.
ckb-fund-dao-ui (Frontend)
Repository: GitHub - CCF-DAO1-1/ckb-fund-dao-ui: CKB Community Fund DAO v1.1 Frontend · GitHub
Live Preview: https://ccfdao.dev
Branch: main
2.1 Security Updates
- [3863db4] Fix React Server Components CVE vulnerabilities
- Updated
next,react-server-dom-webpackand other dependencies to secure versions - Patched all package.json files based on official React security advisory
- Updated
2.2 Feature Development
2.2.1 Management Center Enhancement
- [7beef10] Add pagination and error handling
- Task list now supports pagination
- Auto-redirect to dedicated error page on 403 status code
- Improved pagination controls UI/UX styling
- [71f99f1] Refactor task data processing logic
- Map task types using backend enum values
- Optimize deadline formatting and task data adaptation
- Enhance task list fetching and processing logic
2.2.2 Proposal Module Optimization
- [fa079b7] Refactor proposal components and optimize API requests
- Extract voting logic into
ProposalVotingcomponent ProposalTimelinecomponent now handles its own data fetching- Optimize API request order to avoid duplicate calls
- Add user info caching mechanism
- Implement JWT Token auto-refresh
- Extract voting logic into
- [12d03a8] Improve image insertion in proposal editor
- Enhanced Quill editor cursor position save and restore
- Fixed image insertion position issues
- [c9b9f8a] Enhance proposal validation rules
- Funding proposals: budget and milestones are now required
- Governance proposals: milestones required when budget is provided
- Updated error messages in both English and Chinese
3.
app_view (Backend Service)
Repository: GitHub - CCF-DAO1-1/app_view · GitHub
Branch: main
3.1 Feature Development
- [d602818] Vote time range and completion status check (WIP)
- Added
get_vote_time_rangeAPI - Added
check_vote_finishedAPI
- Added
- [a1321b2] Supplemented API documentation
- **[a14c394] [38db205]** Task management feature development
- Implemented task-related APIs
- [0b7e32d] Timeline API
- Added
api/timelineendpoint
- Added
4
web5-components (Web5 Component Library)
Development Branch: dev
4.1 Feature Development
- [449d599] Implement unbind functionality (12-23)
- Added
unbindAPI implementation
- Added
5
ccfdao-v1.1-docs (Documentation Site)
Live Preview: https://docs.ccfdao.org
Branch: main
5.1 Documentation Updates
- [4284296] Add DAO v1.1 meta-rules documentation (bilingual: Chinese/English)
- Treasury Management: Two-tier treasury system, budget denomination, fund flow rules
- Governance Framework: Process overview (with Mermaid diagrams), governance scope, general rules
- Proposal Lifecycle: Community deliberation, voting, execution oversight, crisis handling
- Voting Mechanism: Approval thresholds and quorum requirements for different vote types
- Updated index page card descriptions
5.2 Feature Enhancement
- [a81ab04] Mermaid diagram click-to-enlarge feature
- Support fullscreen modal view for flowcharts
- Support ESC key and backdrop click to close
- Optimized diagram centering display
6.
This Week’s Plan
- Handle milestone delivery governance process
- Develop address unbinding feature
- Relayer development (for data synchronization between different Web5 applications)
- Integrate web5did-indexer for cross-PDS login, enabling BBS users to log into the DAO platform
- Develop image upload feature
- Optimize PDS JWT Token refresh mechanism
- Add FAQ and Nervos DAO staking tutorial to documentation
- Fix known bugs
- Improve user experience
7.
Related Links
- Frontend Preview: https://ccfdao.dev
- Documentation Preview: https://docs.ccfdao.org
- GitHub Organization: CKB Community Fund DAO 1.1 · GitHub
- Project Repositories:
- Frontend: GitHub - CCF-DAO1-1/ckb-fund-dao-ui: CKB Community Fund DAO v1.1 Frontend · GitHub
- Backend: GitHub - CCF-DAO1-1/app_view · GitHub
- Web5 Components: GitHub - CCF-DAO1-1/web5-components: Demonstrates decentralized, blockchain-based solutions for address binding and voting with cryptographic verification. · GitHub
- Documentation: GitHub - CCF-DAO1-1/ccfdao-v1.1-docs: A comprehensive, multilingual documentation hub for CKB Community Fund DAO v1.1, featuring developer guides, user manuals, and protocol specifications. · GitHub
8.
Feedback & Discussion
We welcome all forms of feedback:
- Technical Suggestions: If you have development experience, feel free to open issues or PRs on GitHub
- Bug Reports: Found issues on the test environment (https://ccfdao.dev)? Please report them promptly
- Steward Recruitment: Interested in serving the DAO? Welcome to apply for the Steward Team 招募 Recruitment | DAO v1.1 首届物业团队成员 Inaugural Steward Team Members
Thank you for your continued attention and support.
DAO v1.1 Proposal Team
DAO V1.1 周进展报告 (12.24)
亲爱的社区成员,我们启动定期的项目进展同步。从本周开始,我们将:
- 每周发布进展报告,包括开发日志(Dev Log)、物业团队组建进度、以及其他重要事项
- 每两周组织一次AMA,回答社区问题并讨论项目方向
这些同步将持续到v1.1主网正式上线和DAO 物业团队全面接管平台的日常运营。我们希望通过这种方式,让社区完整了解项目的推进过程,并随时提供反馈。
以下是我们第一周的进展报告:
CKB Community Fund DAO v1.1 开发周报
报告周期: 2025-12-17 ~ 2025-12-23
发布日期: 2025-12-24
GitHub 组织: CCF-DAO1-1
1.
上周概览
| 仓库 | 提交数 | 主要贡献者 |
|---|---|---|
| ckb-fund-dao-ui | 7 | Jack |
| app_view | 5 | JLer |
| web5-components (dev) | 1 | rink1969 |
| ccfdao-v1.1-docs | 2 | yixiu |
| 合计 | 15 | - |
2.
ckb-fund-dao-ui (前端平台)
仓库地址: GitHub - CCF-DAO1-1/ckb-fund-dao-ui: CKB Community Fund DAO v1.1 Frontend · GitHub
在线预览: https://ccfdao.dev
分支: main
2.1 安全更新
- [3863db4] 修复 React Server Components CVE 漏洞
- 更新
next、react-server-dom-webpack等依赖至安全版本 - 根据官方 React 安全公告完成所有 package.json 文件的漏洞修补
- 更新
2.2 功能开发
2.2.1 管理中心增强
- [7beef10] 新增分页功能与错误处理
- 任务列表支持分页浏览
- 403 状态码自动跳转至专用错误页面
- 优化分页控件 UI/UX 样式
- [71f99f1] 重构任务数据处理逻辑
- 使用后端枚举值映射任务类型
- 优化截止日期格式化与任务数据适配
- 增强任务列表获取与处理逻辑
2.2.2 提案模块优化
- [fa079b7] 重构提案组件与 API 请求优化
- 将投票逻辑抽离至
ProposalVoting组件 ProposalTimeline组件内置数据获取- 优化 API 请求顺序,避免重复调用
- 新增用户信息缓存机制
- 实现 JWT Token 自动刷新
- 将投票逻辑抽离至
- [12d03a8] 改进提案编辑器图片插入体验
- 增强 Quill 编辑器光标位置保存与恢复
- 修复图片插入位置异常问题
- [c9b9f8a] 增强提案验证规则
- 资金类提案:强制要求预算和里程碑
- 治理类提案:有预算时需填写里程碑
- 更新中英文错误提示信息
3.
app_view (后端服务)
仓库地址: https://github.com/CCF-DAO1-1/app_view**分支**: main
3.1 功能开发
- [d602818] 投票时间范围与完成状态检查 (WIP)
- 新增
get_vote_time_range接口 - 新增
check_vote_finished接口
- 新增
- [a1321b2] 补充 API 文档
- **[a14c394] [38db205]** 任务管理功能开发
- 实现任务相关 API
- [0b7e32d] 时间线 API
- 新增
api/timeline接口
- 新增
4
web5-components (Web5 组件库)
开发分支: dev
4.1 功能开发
- [449d599] 实现解绑功能 (12-23)
- 新增
unbind接口实现
- 新增
5
ccfdao-v1.1-docs (文档站点)
在线预览: https://docs.ccfdao.org
分支: main
5.1 文档更新
- [4284296] 新增 DAO v1.1 元规则文档 (中/英双语)
- 金库管理: 两级金库体系、预算计价方式、资金流转规则
- 治理框架: 流程概览 (含 Mermaid 图)、治理范围、通用规则
- 提案生命周期: 社区审议、投票、执行监督、危机处理
- 投票机制: 各类投票的通过阈值与法定人数要求
- 更新索引页卡片描述
5.2 功能增强
- [a81ab04] Mermaid 图表点击放大功能
- 支持全屏模态框查看流程图
- 支持 ESC 键和背景点击关闭
- 优化图表居中显示效果
6.
本周计划
- 处理里程碑交付的治理流程
- 取消地址绑定功能开发
- Relayer开发(用于不同Web5应用之间的数据同步)
- 接 web5did-indexer 跨PDS登录,使得BBS用户也可以登录DAO平台
- 图片上传功能开发
- 优化 PDS JWT Token 的刷新机制
- 文档里增加FAQ、存NervosDAO的教程
- 修复已知bug
- 优化用户体验
7.
相关链接
- 前端预览: https://ccfdao.dev
- 文档预览: https://docs.ccfdao.org
- GitHub 组织: CKB Community Fund DAO 1.1 · GitHub
- 项目仓库:
- 前端: GitHub - CCF-DAO1-1/ckb-fund-dao-ui: CKB Community Fund DAO v1.1 Frontend · GitHub
- 后端: GitHub - CCF-DAO1-1/app_view · GitHub
- Web5 组件: GitHub - CCF-DAO1-1/web5-components: Demonstrates decentralized, blockchain-based solutions for address binding and voting with cryptographic verification. · GitHub
- 文档: GitHub - CCF-DAO1-1/ccfdao-v1.1-docs: A comprehensive, multilingual documentation hub for CKB Community Fund DAO v1.1, featuring developer guides, user manuals, and protocol specifications. · GitHub
8.
反馈与讨论
我们欢迎所有形式的反馈:
- 技术建议:如果你有开发经验,欢迎直接在GitHub提issue或PR
- Bug报告:在测试环境(https://ccfdao.dev) 发现问题,请及时反馈
- 物业招募:如果你对服务DAO感兴趣,欢迎申请物业团队 招募 Recruitment | DAO v1.1 首届物业团队成员 Inaugural Steward Team Members
感谢您的持续关注与支持。
DAO v1.1 提案团队