QuickDEV
  • ▶️Quick start
    • 🔃Overview
    • 🔑Security
  • 🎭Users management
    • 👨‍👩‍👦‍👦Members and groups
    • 🔐Permission for resources
  • 🖥️Applications
    • ➕Create applications
      • ⤴️Create application/module
      • 🔲Module
      • ✅Version and Release Management
    • 🎨Application editor
      • 👁️‍🗨️Visual components
        • ⚙️Common component settings
        • ⬆️File upload
        • 📊Charts and graphs
        • 🌄Image
        • 📋Option lists
        • 📑List view
        • ⬜Drawer
        • 🗺️Google maps
        • 📩Messages / Toast
        • 📅Calendar
        • Custom component
      • #️⃣Use markdown
      • ⌨️Keyboard shortcuts
    • 🔗Navigation
    • ⏯️Actions editor
      • ⏱️Date handling
      • 🟰Data selection & JavaScript
      • ⚡Event handlers
      • 🔎JavaScript Query
      • ✖️Dynamic variable
      • 💱Transformers
      • 🧮Data responder
      • ↕️Built-in JS functions
      • 📚Third-party libraries
    • 🖌️Styling
      • 📝Themes
      • 🖍️Customize styles
  • 🚀Database & API
    • 🔎Queries
    • 🧰Query repository
    • 📡Datasources
      • 🌎API
        • 1️REST API
        • 2️GraphQL
        • 3️Google Sheets
      • 🟠SQL Databases
        • 1️Oracle
        • 2️Microsoft SQL Server
        • 3️MySQL
        • 4️PostgreSQL
        • 5️MariaDB
      • 🟡NoSQL Databases
        • 1️MongoDB
        • 2️CouchDB
        • 3️DynamoDB
      • 🔴REDIS
      • 🟢BigData & OLAP
        • 1️Big Query
        • 2️Snowflake
        • 3️ClickHouse
        • 4️Elasticsearch
      • 🌐WebSocket
  • 💻Integrations
    • 1️ANGULAR
    • 2️HTML Pages
Powered by GitBook
On this page
  • History versions
  • View a history version
  • Restore a history version
  • Release management
  1. Applications
  2. Create applications

Version and Release Management

PreviousModuleNextApplication editor

Last updated 1 year ago

Version and release management is designed to ensure a stable live version for end users while enabling you to safely build and test your app.

By default, end users engage with the most recent version of your app. As you draft and refine your ideas, you can preview and compare them with various historical versions before ultimately publishing the version that fulfills all your requirements. Once published, the newly released version becomes live, and any subsequent updates will not impact the live version until you publish again.

History versions

QuickDEV automatically records all changes made during the development of an app, including adding or removing components, adjusting component properties, rearranging the layout, and updating custom functions. This history can be referenced to recall earlier ideas or revert to a previous version as needed.

Access to app history versions is limited to editors and admins.

View a history version

To view any version of your previous drafts, simply click on "Preview" > "History."

Restore a history version

You have the ability to restore your current draft to a historical version.

  1. Choose the desired version from the list of historical versions.

  2. Click on "Restore this version" in the top bar.

Release management

Apps are typically updated regularly to introduce new features, enhance business processes, and address any issues. However, developing a new version of an app requires time, and it's important to ensure that user experience is not compromised during this process.

By default, end users engage with the most recent version of your app. When you've finalized the design for a newer version, you can proceed to publish it by clicking on "Preview" > "Publish."

Now, the newly released version is live for all end users, and any future updates will not impact the live version until you publish again.

🖥️
➕
✅