Overview of Paperclip UI Pages
masterThe Paperclip user interface is organized into several functional areas. Key pages include:
Core Management
- Dashboard: Home/overview dashboard.
- Issues:
IssueDetail.tsxandIssuesListfor task management. - Agents:
AgentDetail.tsxandAgents.tsxfor agent management. - Projects:
ProjectDetail.tsxand project list pages. - Pipelines & Routines:
Pipelines.tsx,PipelineSettings.tsx, andRoutines.tsxfor workflow orchestration. - Organization:
Org.tsxandOrgChart.tsxfor directory and visualization. - Finance:
Costs.tsxfor budget and cost dashboards.
Settings & Administration
- Company Settings: Scoped sub-pages including
CompanySkills.tsx,CompanyEnvironments.tsx,CompanyAccess.tsx,CompanyImport.tsx, andCompanyExport.tsx. - User Settings:
UserProfile.tsxandProfileSettings.tsx. - Secrets:
Secrets.tsxand related sub-tabs for vault imports and definitions. - System Management:
PluginManager.tsx,AdapterManager.tsx, and variousInstancesettings pages.
Specialized Views
- Inbox:
Inbox.tsxfor notifications and requests. - Approvals:
Approvals.tsxandApprovalDetail.tsxfor the approval queue. - Timeline:
Timeline.tsxfor work timeline visualization. - UxLab: A collection of showcase routes (e.g.,
CloudUpstreamUxLab.tsx,IssueChatUxLab.tsx) used for demonstrating specific user flows and design patterns.