grist-core
grist-core copied to clipboard
[Enhancement] Confirmation
Tables are not edited directly, but all edits need to be confirmed by table owner
This is possible -- in a way -- using access rules. For example, this document https://templates.getgrist.com/4TRbjZXSPtR5/US-National-Park-Database/ uses access rules to allow visitors to add reviews. Only the visitors and moderators can see these new records. A moderator can approve a review, in which case it becomes visible to others.
Admittedly, it's an example of approvals for new records rather than edits.
I'm talking about git like process, where edits are stored in some temporal table and values are pused to the main table after confirmation