diff --git a/app/urls.py b/app/urls.py index 4c9e78d..258d205 100644 --- a/app/urls.py +++ b/app/urls.py @@ -139,6 +139,11 @@ urlpatterns = [ compose.ComposeSummary.as_view(), name="compose_summary", ), + path( + "compose/quick-insights/", + compose.ComposeQuickInsights.as_view(), + name="compose_quick_insights", + ), path( "compose/engage/preview/", compose.ComposeEngagePreview.as_view(), @@ -175,11 +180,21 @@ urlpatterns = [ workspace.AIWorkspacePersonWidget.as_view(), name="ai_workspace_person", ), + path( + "ai/workspace//person//timeline/", + workspace.AIWorkspacePersonTimelineWidget.as_view(), + name="ai_workspace_person_timeline", + ), path( "ai/workspace//person//insights/graphs/", workspace.AIWorkspaceInsightGraphs.as_view(), name="ai_workspace_insight_graphs", ), + path( + "ai/workspace//person//information/", + workspace.AIWorkspaceInformation.as_view(), + name="ai_workspace_information", + ), path( "ai/workspace//person//insights/help/", workspace.AIWorkspaceInsightHelp.as_view(), diff --git a/core/templates/base.html b/core/templates/base.html index 62c605f..6bc8ade 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -272,9 +272,29 @@ Home {% if user.is_authenticated %} + + + AI + Search + + Queue +