Skip to main content

Preview Status Configuration

Overview

Preview Status is an important feature in the cloud development environment, providing developers with independent preview environments and preview data capabilities. By enabling Preview Status, developers can safely develop, test, and iterate without impacting the production environment, effectively reducing development risks while improving development efficiency.

Configuration Steps

  1. Go to Cloud Development Platform/Environment Configuration/Environment Settings
  2. Click the 'Enable Preview Status' switch
  3. After saving the settings, the system will automatically enable Preview Status for you.

Features

After enabling Preview Status, the cloud development environment will have the following features:

  • Environment Isolation: The preview environment is completely isolated from the production environment, ensuring development and testing activities do not impact online services.
  • Data Independence: Preview data is independent of production data, allowing safe data model adjustments and testing.
  • Version Management: Supports independent release and management of preview versions and production versions.
  • One-Click Release: After passing testing and verification, you can promote the preview version to the production environment with one click.

Supported Resource Types

Data Model

  • Dual-Environment Data: The data model will distinguish between preview and production data, allowing separate querying or editing of preview and production data content.
  • Field Modification: You can safely adjust data model fields in the preview state without affecting the production environment.
  • One-Click Synchronization: After the field modification test passes, you can deploy the data model structure from the preview state to the production state with one click.

WeDa Low-Code

  • Environment Selection: The application editor supports choosing to connect to preview data or production data during development.
  • Version Release: During application release, you can choose to publish a preview version or a production version.
  • Independent Access: Preview and production versions have independent access links.