Paul Fitzpatrick
Paul Fitzpatrick
This is already possible in part, but not documented. Needs to be documented and fleshed out.
There is easy and convenient UI to make experimental copies of a document, and to optionally "land" changes in that copy back on the original. But there isn't yet a...
Every app needs to integrate with every other app these days. Grist supports Zapier, has an API, and uses an open data format (Sqlite), but could do more to support...
It is a big planet and Grist belongs everywhere.
Individual Grist documents are stored in SQLite and should support SQL, especially for querying, and ideally also for updating.
There are some security-related certificates that some clients could benefit from, as an alternative to self-hosting Grist and dealing with compliance themselves. We should also confirm GDPR compliance.
Some UI features are only practical for medium-sized databases. We could do a better job of supporting essential operations on larger documents.
Support for documents with large audiences or numbers of contributors could do with some streamlining.
It would be useful to support using libraries such as pandas, scipy, spacy, numpy etc. This requires both iteration on sandboxing (already in the works) and considering how formulas should...