Paul Fitzpatrick
Paul Fitzpatrick
Yes!! This would be great. I think it would be quite practical in fact to present not just screenshots but live examples, now that [grist-static](https://github.com/gristlabs/grist-static) exists.
There is also a `/states/remove` endpoint, not documented. You can see it being exercised here: https://github.com/gristlabs/grist-core/blob/91e0a62e9127c44bea394ee007b0def30e3e38f1/test/server/lib/DocApi.ts#L3217-L3241
Thanks @fflorent. It is is at all helpful as a design reference, our SaaS billing system has this functionality (you can see it on free team sites). It might be...
Thanks for opening this @fflorent ! Going to dump in some thoughts a developer prepared about this in 2022. Grist has changed somewhat since, and also this was not a...
Just to note that architecture work for this feature has started, with some initial thinking from @Spoffy here: https://docs.google.com/document/d/1ST_DuR22llDyx4PVAMdBlHDz22L5QIJ4qIyLMOUOtZ8/edit#heading=h.guzwiuwiigkd If anyone would like edit rights, let me know. There are...
@Spoffy I updated the proposed [change to _grist_Files](https://docs.google.com/document/d/1ST_DuR22llDyx4PVAMdBlHDz22L5QIJ4qIyLMOUOtZ8/edit#heading=h.d487w4iic6q) as follows: * Removed a separate new identifier column. How about we work with the existing `ident` column, improving it as needed....
@QazCetelic anything that can implement this interface https://github.com/gristlabs/grist-core/blob/f1415b813473ffd3758dafa76f5a4824fd63906c/app/server/lib/ExternalStorage.ts#L24-L78 could be used as an external store. For attachments specifically, versioning isn't necessary, so it could be be an even simpler subset...
Done, thanks for reminder @fflorent.
Hi! Thanks for reporting this. The behavior is deliberate, and matches some other similar apps, but asking around it does seem to be a source of annoyance, for the reasons...
(apologies, I'm going to use this PR as a guinea pig to examine exactly why our machinery for deploying previews of PRs doesn't function for PRs from forks)