Upgrade consultant dashboard to v2 grouped portal

This commit is contained in:
A R R R Associates
2026-07-06 11:51:56 +05:30
parent 4a2af8f9d1
commit eb23740bff
5 changed files with 73 additions and 7 deletions
+1
View File
@@ -1401,6 +1401,7 @@ def _build_consultant_portal_payload(db, consultant) -> dict:
return payload
@portal_router.get("/dashboard")
def consultant_dashboard(request: Request, tab: str = "overview"):
db = CommonSessionLocal()