grist-core icon indicating copy to clipboard operation
grist-core copied to clipboard

[Enhancement] Confirmation

Open yuturiy opened this issue 1 year ago • 2 comments

Tables are not edited directly, but all edits need to be confirmed by table owner

yuturiy avatar Feb 01 '24 20:02 yuturiy

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.

dsagal avatar Feb 01 '24 20:02 dsagal

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

yuturiy avatar Feb 01 '24 21:02 yuturiy