In Deskree Platform, the hierarchy consists of:
🔹 Projects → A collection of applications, acting as the top-level structure.
🔹 Applications → Groups of related workflows within a project.
Each Project can contain multiple Applications, allowing you to organize your backend efficiently based on different functionalities or services.
For example:
An Application in Deskree is a logical container for workflows that share a common purpose. Instead of managing workflows individually, Applications allow for better organization and scalability.
✅ Groups related workflows together
✅ Helps manage backend logic by purpose
✅ Improves organization across large-scale projects
Right now, Applications serve as a way to organize workflows, making it easier to manage complex backend architectures.
We’re actively working on Application-level configurations, including:
🔹 Environment Management – Define dev, staging, and production settings at the application level.
🔹 Secret Management – Securely store and manage API keys, tokens, and sensitive configuration.
🔹 Shared Parameters – Set global variables accessible across workflows in an application.
These enhancements will make Applications more powerful, improving security, reusability, and scalability.
1️⃣ Create a Project
2️⃣ Add Applications
3️⃣ Build Workflows
🔹 Creating Workflows →
🔹 Deploying with Deskree Platform →
Stay tuned for upcoming Application-level features! 🚀