Document Versioning
📝 Document Versioning in Brainframe
"Track every change, keep full history."
From draft to approved version, Brainframe records it all.
All newly created documents start in Draft mode. Every time you save, Brainframe records a time-stamped history entry.
1️⃣ Assign a Version
Convert a draft into a versioned document:
- Open the document in Document View.
- Click Assign Version in the top bar.
- Enter the new version number using the x.y.z format (e.g.,
1.2.0
) and save.
2️⃣ Versioning Rules (SemVer)
Brainframe uses Semantic Versioning:
- x – MAJOR: First finalized releases or complete rewrites.
- y – MINOR: Backward-compatible updates (added explanations, small features).
- z – PATCH: Tiny fixes (typos, links, formatting).
3️⃣ Mark as Reviewed (No Content Change)
Track a review without creating a new version:
- Open the Activities tab.
- Enable Mark this document version as reviewed.
- Save.
📌 This updates the review/age tracking date without changing the version.
4️⃣ Approvals After Version Assignment
If the document type has an approval workflow configured:
- After assigning a version, the workflow stages (e.g., Review, Approve/Reject) appear.
- Use Approve or Reject to progress through the configured stages.
5️⃣ View and Compare Revisions
The Revisions tab gives you a complete audit trail:
- View the full version history (who changed/approved what and when).
- Select any previous version to see its content. Use Show changes to highlight differences between versions. Available only for documents created with the Standard Editor.
6️⃣ Best Practices
- 🔄 Use review marks for periodic checks where no content change is needed.
- 🚨 Be consistent with SemVer so your team understands update types.
- 📝 Add clear version notes to document why changes were made.
- 👀 Compare revisions regularly to track subtle changes.
- ✅ Tie approvals to versions for a complete audit trail.
🎯 Visual Checklist
- [x] Version assigned using SemVer
- [x] Review mark used where no content change occurred
- [ ] Approval workflow completed
- [ ] Revision history checked and compared
- [ ] Version notes documented for audit readiness
Updated on: 02/09/2025
Thank you!