Create a Revision When Document data
Changes
#399
Labels
platform:backend
Backend / cloud functions
priority:low 🏖️
Low priority issue
type:enhancement 😃
New feature or request
Milestone
Description:
Implement a system to create a revision every time the
data
object in a document changes. The revisions will be stored in a sub-collection, providing a clear history of changes and aiding in tracking and auditing document modifications.Objectives:
Revision Path:
tanam-documents/{docId}/revisions/{id}
.Timestamp:
createdAt
timestamp to record when the revision was created.Revision Counter:
Data Field:
data
.Read-Only Access:
Benefits:
Acceptance Criteria:
tanam-documents/{docId}/data/revision/{id}
.createdAt
timestamp.data
.Notes:
The text was updated successfully, but these errors were encountered: