Roadmap & Community
Định hướng phát triển DVDAddin + cách user tham gia đóng góp.
Phiên bản 2.7.7 (hiện tại — 2026-05)
- Stable release sau full rewrite C#/.NET 8.
- Xem Changelog đầy đủ.
2.8.x — Q3/2026 (planned)
Themes lớn
| Theme | Tính năng dự kiến |
|---|---|
| Resource calendar nâng cao cho Gantt | Multi-shift, holidays multi-country, half-day work |
| Plan vs Actual Gantt | 2 thanh chồng nhau cho compare timelines |
| Workflow templates | 1-click setup gói template (nghiệm thu, dự toán, tiến độ) |
| Excel UDF caching | Cache result để tránh re-call API |
| Word Content Controls | Replace text placeholder bằng Content Control (preserve format) |
| More languages | UI Indonesian, Thai, Khmer (Đông Nam Á market) |
Bug fixes
- Sheet tab navigation (Ctrl+Tab giữa nhiều dialog modeless).
- Floating license / multi-user shared license.
- Custom AI provider (Anthropic Claude, Mistral, local Ollama).
Admin features
- Bulk activate/deactivate license cho team.
- Admin web dashboard (vs CLI hiện tại).
2.9.x — Q4/2026 (tentative)
Themes lớn
| Theme | Tính năng dự kiến |
|---|---|
| Power Query integration | Data source là DVDAddin server qua connector |
| Mobile companion app | iOS/Android: chụp ảnh hiện trường → upload + tag → sync về Excel |
| Voice command | Offline Whisper: "Hey DVD, tổng cột này" → AI sum + format |
| Outlook deep integration | Calendar import/export, Categories sync |
| Convert .doc → .docx batch | Built-in command |
| Custom Translate prompt | UI cho user nhập prompt tùy ngành |
Developer experience
- Plugin SDK (3rd party developer viết extension).
- Sample plugins (vd: "BIM 360 connector").
3.0 — 2027 (vision)
Major changes
| Theme | Tính năng dự kiến |
|---|---|
| Open source backend | Self-hostable Cloudflare Workers code public |
| Plugin marketplace | Cộng đồng share template / formula / workflow |
| Cross-platform | Excel Mac / Excel Web (Office.js — challenging) |
| AI agent mode | "Background watcher" auto-analyze workbook + suggest |
| Compliance certifications | GDPR fully, SOC2, HIPAA (cho US healthcare) |
Pricing model
Plan giữ nguyên pricing hiện tại đến hết 2026. Từ 2027:
- Tăng giá ~38% (xem pricing 2027).
- Mua trước 01/01/2027 lock giá hiện tại.
- Lifetime license vẫn được honor mãi mãi.
Cộng đồng đóng góp
Vote feature ý tưởng
GitHub Discussions — vote 👍 cho feature bạn muốn ưu tiên.
Top requests hiện tại (theo vote):
| # | Feature | Votes | Status |
|---|---|---|---|
| 1 | Bash export (Excel → Markdown / HTML report) | 45 | Plan 2.8.x |
| 2 | MS Project import/export | 38 | Plan 2.9.x |
| 3 | AI agent "đứng yên" (background watcher) | 27 | Plan 3.0 |
| 4 | Inventory tracking module (kho vật tư) | 22 | Tentative |
| 5 | Direct integration Autodesk Construction Cloud | 18 | Long-term |
| 6 | Import/export MS Project XML | 15 | Plan 2.9.x |
| 7 | iPad/iPhone companion app | 12 | Plan 2.9.x |
| 8 | Voice command với Whisper offline | 9 | Plan 2.9.x |
| 9 | Custom AI provider (Anthropic, Mistral) | 7 | Plan 2.8.x |
| 10 | Built-in Power Query connector | 5 | Plan 2.9.x |
Báo bug
GitHub Issues: github.com/dangdvd/DVDAddin/issues.
Template báo bug:
## Mô tả lỗi
[Mô tả ngắn]
## Bước tái hiện
1. ...
2. ...
3. ...
## Kết quả mong đợi
[Mô tả]
## Kết quả thực tế
[Mô tả + screenshot nếu có]
## Môi trường
- DVDAddin version: 2.7.7
- Excel version: Microsoft 365 (build 16.0.18525)
- Windows: 11 Pro 24H2
- .NET 8 version: 8.0.11
## Log
[Paste log từ %TEMP%\DVDAddin-AddIn*.log]Pull Requests
Repo: github.com/dangdvd/DVDAddin.
Workflow contribute code:
- Fork repo.
- Tạo branch:
feature/your-featurehoặcfix/issue-123. - Code + test + commit.
- Push branch + tạo PR vào
main. - PR template + maintainer review.
- Merge → release notes mention contributor.
Translation
Bản EN của docs đang work-in-progress. Cộng đồng giúp dịch:
- Repo
docs/en/folder. - Mỗi PR translate 1 trang.
- Credit trong README + docs.
Tools:
- DeepL / ChatGPT cho first draft.
- Native English speaker review pass.
Templates community
Share template (Word / Excel) bạn tự thiết kế:
- Folder
community/templates/trong repo (plan). - Mỗi template có README + screenshot + usage notes.
Communication channels
Hiện có
- Email: [email protected] (24h response).
- GitHub Issues: bug reports, feature requests.
- GitHub Discussions: Q&A, feature votes.
Sắp ra mắt (Q3-Q4 2026)
- Facebook Group: cộng đồng dân xây dựng VN dùng DVDAddin.
- Zalo OA: notification + support nhanh.
- YouTube channel: video tutorial (Vietnamese).
- Discord server: real-time chat cho dev/power user (English).
Newsletter
Đăng ký mailing list (1 mail/tháng):
- Tính năng mới release.
- Tips & tricks.
- Case studies từ cộng đồng.
Form: https://dvdpm.net/dvdaddin/newsletter.
Tham gia phát triển
Contributing guide
Read CONTRIBUTING.md:
- Code style (C# conventions).
- Test requirements.
- Commit message format.
- License agreement (CLA).
Setup dev environment
git clone https://github.com/dangdvd/DVDAddin.git
cd DVDAddin
# Install .NET 8 SDK
# Visual Studio 2022 hoặc Rider 2024+
dotnet restore
dotnet build -c DebugMở DVDAddin.sln trong VS / Rider.
Areas needing help
| Area | Skill | Effort |
|---|---|---|
| Translate docs VI → EN | English fluent | Mức độ vừa |
| Test trên Excel 32-bit | Excel testing | Thấp |
| Write sample workbooks | Excel power user | Vừa |
| Make video tutorials | Video editing | Cao |
| Write blog posts | Vietnamese writing | Vừa |
| Maintain Glossary | Construction expertise | Thấp |
| Develop new UDF | C# | Cao |
| Plugin SDK design | C# architecture | Rất cao |
Sponsorship
DVDAddin do Đặng Văn Đằng maintain. Hỗ trợ tài chính giúp dev có thời gian fix bug + add feature:
GitHub Sponsors
github.com/sponsors/dangdvd (chưa setup):
- $5/tháng — supporter (logo trên README).
- $25/tháng — bronze (priority support).
- $100/tháng — gold (call 1-on-1 monthly).
- $500/tháng — enterprise (custom feature dev).
Hoặc đơn giản
Mua license — đó là cách hỗ trợ trực tiếp nhất.
Acknowledgments
DVDAddin built on shoulders of giants:
- Excel-DNA by Govert van Drimmelen — Excel native integration.
- Cloudflare Workers — license backend infrastructure.
- PdfSharp — PDF generation + merging.
- Hangfire — background jobs (admin console).
- PdfiumViewer — PDF rendering.
- Microsoft .NET 8 — runtime + Core libraries.
- Vietnamese construction community — feedback + use cases shaping product.
Liên quan
- Changelog — version history.
- GitHub repo.
- Best Practices — general tips.