Technical overview of platform architecture, capabilities, and integration possibilities for solution design.
Tier 1: Core LEGO Pieces (The Foundation)
🧊 Universal Object
, Data Fields, and Workflows. As an architect, you’ll define these pieces to represent the core entities and processes of the business.Tier 2: Function Design (The Blueprint)
📋 Functions
. A Function is a complete definition of a business module (e.g., a CRM, a recruitment process). This is where you’ll spend most of your design time.Tier 3: Usage & Operation (The Workspace)
📋 Function
is deployed, it creates a ⏹️ Space
where end-users interact with the 🧊 Objects
you designed. It’s the tangible output of your architectural work.🧊 Universal Object
is the most critical concept to master. Every 🧊 Object
you create is an instance of a specific Object Type, which acts as its blueprint. This blueprint defines the Object’s structure and behavior through two core components:
🧊
Object’s lifecycle, consisting of Statuses and Transitions.🧊
Object. You assemble these fields into configurable Data screens to capture information.🧊 Object
types across any 📋 Function
, enabling truly integrated systems.📋 Function
, but across your entire Luklak environment.Functional accounts
to perform these actions.Candidate
, Job Position
, Interview
), the data to capture for each, and the stages they move through (APPLIED
-> SCREENING
-> HIRED
).Object types
. Candidate
and Job Position
become 🧊 Standard Objects
. Interview
becomes a 🧊︎ Sub-Object
nested under Candidate
.Candidate
and Job Position
. Now you can easily see all applicants for a position, and all positions a candidate has applied for.Candidate
’s status changes to HIRED
, THEN create a New Hire Onboarding
🧊 Object
in the separate HR 📋 Function
and send an HTTPS request to an external payroll system.