Interactive Map: The Tender Flow
This interactive map shows the high-level workflow of a Tender Case. Click on any colored node to jump directly to the relevant documentation for that step.
graph TD
A[Start: New Case Creation] -->|Provisioning| B(Library & Document Sync)
click A "article.php?slug=open-new-tender-case-track-deadlines"
click B "article.php?slug=using-master-library-expiry-alerts"
B --> C{AI Proposal Generation}
click C "article.php?slug=generate-technical-proposals-ai"
C -->|Drafting| D[Pricing & Financials]
click D "article.php?slug=generating-compliant-pricing-schedule"
D --> E[Final Review & Submission]
click E "article.php?slug=submitting-dismissing-archiving-cases"
E --> F((Case Closed / Archived))
classDef interactive cursor:pointer, fill:#f8f9fa, stroke:#0d6efd, stroke-width:2px, color:#0d6efd;
class A,B,C,D,E interactive;