| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-26 | 809 Bytes | |
| v5.1.0 -- Deep Coordination Wave 1 (notifications + file versioning + audit trail) source code.tar.gz | 2026-05-26 | 264.2 MB | |
| v5.1.0 -- Deep Coordination Wave 1 (notifications + file versioning + audit trail) source code.zip | 2026-05-26 | 267.4 MB | |
| Totals: 3 Items | 531.6 MB | 0 | |
OpenConstructionERP v5.1.0
First wave of the Deep-Coordination initiative — three foundational epics that unify cross-module behaviour.
Highlights
- Epic B — Notifications dispatcher: single subscriber model that fans every cross-module event out to in-app + email recipients. Replaces 8 ad-hoc notification senders.
- Epic C — File versioning unification:
oe_file_versionis now the canonical table for every uploaded artefact (BIM models, BOQ imports, doc-template attachments, BCF, RFI replies). 751 v1 rows backfilled on the live demo VPS. - Epic H — Universal audit trail:
oe_activity_logrecords every state-changing action across all 116 modules. - Alembic head:
v3144.
Upgrade
:::bash
pip install --upgrade openconstructionerp
alembic upgrade head