Configuring solutions
Explanation on solutions.
Solution is a web application on the Packhunt platform. You can create multiple solutions within any organisation which you have at least the Admin
role.
To create a web-application, a solution should be configured. The solution is composed of frame(s) and a router.
Router
defines the hierarchy of frames.Frames
are pages or sub-pages of your web app (containers for the blocks).Blocks
are functional elements that have a specific role in the solution (e.g. Viewer block)Layout
defines where to show which blocks and sizes in the user interface.Subscriptions
allow blocks to communicate with one another.
💡A web application can contain a single frame or multiple frames. For some web applications, frames are embedded within one another creating a more complex hierarchical structure.