Updated API Dashboard

This commit is contained in:
Sidharth Prabhu
2026-07-29 11:52:09 +05:30
parent ba06c1a7a6
commit 28a13d619c
19 changed files with 1386 additions and 136 deletions

View File

@@ -8,7 +8,7 @@ class DeploymentReport(FPDF):
self.set_font('Arial', 'B', 16)
self.cell(0, 20, 'Deployment Analysis Report', ln=True, align='C')
self.set_font('Arial', '', 12)
self.cell(0, 10, 'Positeasy Clone - Canteen Automation Ecosystem', ln=True, align='C')
self.cell(0, 10, 'Tillo - Canteen Automation Ecosystem', ln=True, align='C')
self.ln(20)
def footer(self):
@@ -107,4 +107,4 @@ ops_text = (
)
pdf.section_body(ops_text)
pdf.output("Deployment_Report_Positeasy.pdf")
pdf.output("Deployment_Report_Tillo.pdf")