What is the proposed idea/solution? Enable a staging/pre-prod environment for bases, and their associated interfaces and data. The solution should allow each base to be logically linked to a pre-prod base, with two-way syncing that is fired manually. Changes made in pre-prod should be easily pushed to prod, which would include adding/removing/editing: fields & attributes (e.g. name, formula, links, etc.) tables & attributes interfaces data (to allow for data staging and cleaning, especially for ETL/ELT purposes) data syncs should be optional, and provide the option to either completely overwrite or merge with existing data How does is solve the user problems? This allows users to make changes to either base structures, logic, or interfaces without affecting live / production data and interfaces. How was this validated? Staging and Prod environments are best practice in any development process. Who is the target audience? Everyone who values data integrity.
... View more