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:
A “Retail Platform” Project may contain:
“Payments Application” (handles transactions and billing)
“User Management Application” (authentication and profiles)
“Inventory Application” (tracks stock levels and logistics)
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
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.