Project Map Overview
Project Map is a visual algorithm and workflow planning tool built into Tebemo. Use it to design automation flows, decision trees, and process diagrams before implementing them.
Opening Project Map
- Log in and go to the Dashboard.
- Click Project Map in the service switcher or navigation bar.
- Your list of saved algorithms appears. Click New Algorithm to create one.
What is an Algorithm?
An algorithm in Project Map is a React Flow canvas containing nodes (blocks) connected by lines (edges). Each node represents a step or decision; each line represents a flow of control or data between steps.
Key concepts
| Term | Meaning |
|---|---|
| Node | A shape on the canvas representing a step, decision, or annotation |
| Connection | A directed line linking two nodes |
| Handle | The connection point on a node where a line attaches |
| Algorithm | A saved canvas with nodes + connections stored as JSON + screenshot |
Navigation
| Action | How |
|---|---|
| Open node settings | Double-click a node |
| Open line settings | Double-click a connection |
| Pan canvas | Click and drag on empty canvas area |
| Zoom | Scroll wheel or trackpad pinch |
| Select multiple | Hold Shift and click, or drag a selection box |
| Undo / Redo | Ctrl+Z / Ctrl+Y |
| Copy / Paste | Ctrl+C / Ctrl+V (nodes and their connecting edges) |
| Save | Ctrl+S or the Save button in the header |