# Roadmap

In this repository, you will find the Roadmap 2025 for the Updraft development. You can find information about the features we plan to implement agile within iterations.

***

### 🔖 **Legend**

| Status | Meaning                                 |
| ------ | --------------------------------------- |
| ❓      | Not started / In planning or discussion |
| 🚀     | In progress                             |
| ✅      | Completed                               |

***

### 🧭 **Themes Overview**

We are focusing on the following areas:

* 🚧 Updraft Feature Development
* 🧰 Repository Support
* 📚 Documentation & Tutorials

***

### 🧱 **1. Core Platform: Updraft**

#### 🧩 Integrations

| Feature                                             | Status |
| --------------------------------------------------- | ------ |
| UDID CLI                                            | ❓      |
| Jira                                                | ❓      |
| Fastlane Actions                                    | ✅      |
| Jenkins Plugin                                      | ✅      |
| Gitlab CI for iOS                                   | ✅      |
| Gitlab CI for Android                               | ✅      |
| Teamcity CI                                         | ✅      |
| Gradle Plugin                                       | ✅      |
| Fastlane Plugin                                     | ✅      |
| Webhook Integration                                 | ✅      |
| Microsoft Teams (adaptive cards)                    | ✅ NEW  |
| [Get your UDID](https://getupdraft.com/get-my-udid) | ✅      |
| Microsoft intune                                    | ❓      |
| Apple Business Manager                              | ❓      |

***

#### 📦 App Distribution

| Feature                              | Status |
| ------------------------------------ | ------ |
| Import Distribution Groups by .csv   | ✅ NEW  |
| Store Status                         | ❓      |
| App Store Submit                     | ✅      |
| Play Store Submit                    | ✅      |
| App Store .plist generation          | ✅      |
| Beta Releases (cross-OS link)        | ✅      |
| Delete / Disable Releases            | ✅      |
| Installation Tutorial                | ✅      |
| One-Time Installation Link           | ✅      |
| Release History                      | ✅      |
| Edit Release Notes                   | ✅      |
| Testers & Groups (Project Level)     | ✅      |
| Add Single Testers (+ to Group)      | ✅      |
| Import Testers via .csv              | ✅      |
| Customized Download Page (Paid Plan) | ✅      |
| Customized Download URL              | ❓      |
| Invite Testers via Email             | ❓      |
| Collect / Export Testers UDID        | ❓      |
| iOS certificate management           | ❓      |
| iOS provisioning profile management  | ❓      |

***

### 👥 **2. User Management**

| Feature                                    | Status |
| ------------------------------------------ | ------ |
| Permission Groups (SSO Mapping)            | ✅ NEW  |
| User List for Org Owner                    | ✅      |
| Permissions at Project Level               | ✅      |
| Add / Notify New Members                   | ✅      |
| Project Ownership Management               | ✅      |
| App Testers Dashboard                      | ✅ NEW  |
| Advanced App-Level Permissions             | ✅ NEW  |
| 2FA (Basic, Enforce All, Enforce per User) | ✅      |
| Improved SSO Userflow                      | 🚀     |

***

### 🔔 **3. Information & Notifications**

| Feature                                              | Status |
| ---------------------------------------------------- | ------ |
| Feedback/Bug Notifications                           | ✅      |
| Build Notifications (Testers & Groups)               | ✅      |
| Build Notifications (Project Members)                | ✅      |
| Notification for new project members                 | ✅      |
| App Visibility Control (mobile-web-app availability) | ❓      |

***

### 🎨 **4. Customization**

| Feature                                           | Status |
| ------------------------------------------------- | ------ |
| Custom Installation Page (Enterprise)             | ✅      |
| Custom Email Template (Enterprise)                | ✅      |
| Custom Subdomain                                  | ✅      |
| Custom SMTP / Storage Provider (S3, Google Cloud) | ✅      |

***

### ⚙️ **5. App Settings / Overview**

| Feature                                      | Status |
| -------------------------------------------- | ------ |
| AAB File Support / CURL Upload / Default Key | ✅      |
| AAB & IPA Resigning                          | ✅      |
| Private/Public App Options                   | ✅      |
| DMG file support                             | 🚀     |
| PKG file support                             | 🚀     |
| Static installation URL                      | 🚀     |
| Static QR-Code for latest app version        | 🚀     |

***

### 🔐 **6. SSO & Authentication**

| Feature                         | Status |
| ------------------------------- | ------ |
| SSO: Google Workspace           | ✅      |
| OKTA                            | ✅      |
| Azure AD / Microsoft Entra      | ✅      |
| Custom SAML                     | ✅ NEW  |
| OpenID                          | ✅ NEW  |
| Apple / Facebook / Google Login | ✅      |
| Ping Identity                   | ✅      |
| Native mobile App SSO support   | 🚀     |

***

### 🧩 **7. Varia / Miscellaneous**

| Feature                                   | Status |
| ----------------------------------------- | ------ |
| Enterprise Apps Support                   | ✅      |
| GDPR: Request Account Data                | ✅      |
| Custom App Icons                          | ✅      |
| List of Organizations                     | ✅      |
| Certificate / OS Warnings on Installation | ✅      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getupdraft.com/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
