Community Module Registry & Module System Completion
This release completes the module system (Epic #128) — DOCSight is now fully modular and community-extensible.
What's New
Community Module Registry (#127)
- New repository: docsight-modules
- Starter template — copy, rename, customize
- Comprehensive module development guide covering all 8 contribution types
registry.jsonwith JSON Schema validation for community submissions
Documentation Updates
- New Module System wiki page — installing, managing, and building modules
- Updated Roadmap with complete Module System section
- Updated Contributing with module development links
- CONTRIBUTING.md and README.md updated with registry references
Module System Summary (Epic #128)
The full module system delivered across v2026-02-28.1 through v2026-02-28.5:
| Component | Issue | Release |
|---|---|---|
| Core Loader Framework | #122 | v2026-02-28.1 |
| Frontend Integration | #123 | v2026-02-28.2 |
| Management API & Settings UI | #124 | v2026-02-28.2 |
| Pilot Migration: Weather | #125 | v2026-02-28.3 |
| Migrate All Features (8 modules) | #126 | v2026-02-28.4 |
| Community Module Registry | #127 | v2026-02-28.5 |
8 built-in modules: Backup, BNetzA, BQM, Incident Journal, MQTT, Reports, Speedtest, Weather
For module developers: See the docsight-modules repository to get started.