feat(dashboard): update roadmap to match PRD phases
This commit is contained in:
parent
a730220aef
commit
6ffc780841
@ -36,6 +36,9 @@ export default async function DashboardLayout({
|
||||
</div>
|
||||
</div>
|
||||
</SidebarInset>
|
||||
<p className="pointer-events-none fixed bottom-3 left-0 right-0 text-center text-xs text-muted-foreground/60">
|
||||
Pre-alpha build
|
||||
</p>
|
||||
</SidebarProvider>
|
||||
</CommandMenuProvider>
|
||||
</SettingsProvider>
|
||||
|
||||
@ -1,130 +1,98 @@
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
CardDescription,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from "@/components/ui/card"
|
||||
import { Badge } from "@/components/ui/badge"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { IconExternalLink } from "@tabler/icons-react"
|
||||
|
||||
const GITHUB_URL =
|
||||
"https://github.com/High-Performance-Structures/compass"
|
||||
|
||||
const working = [
|
||||
"Projects — create and manage projects with D1 database",
|
||||
"Schedule — Gantt chart with phases, tasks, dependencies, and baselines",
|
||||
"File browser — drive-style UI with folder navigation",
|
||||
"Sidebar navigation with contextual project/file views",
|
||||
]
|
||||
|
||||
const inProgress = [
|
||||
"User authentication and accounts",
|
||||
"Settings page",
|
||||
"Search functionality",
|
||||
"Notifications",
|
||||
]
|
||||
|
||||
const planned = [
|
||||
"Role-based permissions",
|
||||
"File uploads and storage (R2)",
|
||||
"Project activity feed",
|
||||
"Mobile-responsive layout improvements",
|
||||
]
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="flex flex-1 items-start justify-center p-4 md:p-8">
|
||||
<div className="flex w-full max-w-2xl flex-col gap-6 py-8">
|
||||
<div className="text-center">
|
||||
<div className="flex flex-1 items-start justify-center p-6 md:p-12">
|
||||
<div className="w-full max-w-3xl py-8">
|
||||
<div className="mb-10 text-center">
|
||||
<span
|
||||
className="mx-auto mb-3 block size-12 bg-foreground"
|
||||
style={{
|
||||
maskImage: "url(/logo-black.png)",
|
||||
maskSize: "contain",
|
||||
maskRepeat: "no-repeat",
|
||||
WebkitMaskImage: "url(/logo-black.png)",
|
||||
WebkitMaskSize: "contain",
|
||||
WebkitMaskRepeat: "no-repeat",
|
||||
}}
|
||||
/>
|
||||
<h1 className="text-3xl font-bold tracking-tight">
|
||||
Compass
|
||||
</h1>
|
||||
<p className="text-muted-foreground mt-2 text-balance">
|
||||
<p className="text-muted-foreground mt-2">
|
||||
Development preview — features may be incomplete
|
||||
or change without notice.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid gap-4">
|
||||
<Card>
|
||||
<CardHeader className="pb-3">
|
||||
<CardTitle className="text-base flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-green-500" />
|
||||
Working
|
||||
<Badge variant="secondary" className="font-normal">
|
||||
{working.length}
|
||||
</Badge>
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
Features that are functional in this preview
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<ul className="space-y-1.5 text-sm">
|
||||
{working.map((item) => (
|
||||
<li key={item} className="flex items-start gap-2">
|
||||
<span className="text-muted-foreground mt-0.5">—</span>
|
||||
{item}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</CardContent>
|
||||
</Card>
|
||||
<div className="space-y-8 text-sm leading-relaxed">
|
||||
<section>
|
||||
<h2 className="mb-3 text-base font-semibold flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-green-500" />
|
||||
Working
|
||||
</h2>
|
||||
<ul className="space-y-1.5 pl-4">
|
||||
<li>Projects — create and manage projects with D1 database</li>
|
||||
<li>Schedule — Gantt chart with phases, tasks, dependencies, and critical path</li>
|
||||
<li>File browser — drive-style UI with folder navigation</li>
|
||||
<li>Settings — app preferences with theme and notifications</li>
|
||||
<li>Sidebar navigation with contextual project/file views</li>
|
||||
<li>Command palette search (Cmd+K)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<Card>
|
||||
<CardHeader className="pb-3">
|
||||
<CardTitle className="text-base flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-yellow-500" />
|
||||
In Progress
|
||||
<Badge variant="secondary" className="font-normal">
|
||||
{inProgress.length}
|
||||
</Badge>
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
Currently being developed
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<ul className="space-y-1.5 text-sm">
|
||||
{inProgress.map((item) => (
|
||||
<li key={item} className="flex items-start gap-2">
|
||||
<span className="text-muted-foreground mt-0.5">—</span>
|
||||
{item}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</CardContent>
|
||||
</Card>
|
||||
<section>
|
||||
<h2 className="mb-3 text-base font-semibold flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-yellow-500" />
|
||||
In Progress
|
||||
</h2>
|
||||
<ul className="space-y-1.5 pl-4">
|
||||
<li>Project auto-provisioning (code generation, CSI folder structure)</li>
|
||||
<li>Budget tracking (CSI divisions, estimated vs actual, change orders)</li>
|
||||
<li>Document management (S3/R2 storage, metadata, versioning)</li>
|
||||
<li>Communication logging (manual entries, timeline view)</li>
|
||||
<li>Dashboard — three-column layout (past due, due today, action items)</li>
|
||||
<li>User authentication and roles (WorkOS)</li>
|
||||
<li>Email notifications (Resend)</li>
|
||||
<li>Basic reports (budget variance, overdue tasks, monthly actuals)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<Card>
|
||||
<CardHeader className="pb-3">
|
||||
<CardTitle className="text-base flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-muted-foreground/50" />
|
||||
Planned
|
||||
<Badge variant="secondary" className="font-normal">
|
||||
{planned.length}
|
||||
</Badge>
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
On the roadmap but not started
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<ul className="space-y-1.5 text-sm text-muted-foreground">
|
||||
{planned.map((item) => (
|
||||
<li key={item} className="flex items-start gap-2">
|
||||
<span className="mt-0.5">—</span>
|
||||
{item}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</CardContent>
|
||||
</Card>
|
||||
<section>
|
||||
<h2 className="mb-3 text-base font-semibold flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-muted-foreground/50" />
|
||||
Planned
|
||||
</h2>
|
||||
<ul className="space-y-1.5 pl-4 text-muted-foreground">
|
||||
<li>Client portal with read-only views</li>
|
||||
<li>BuilderTrend import wizard (CSV-based)</li>
|
||||
<li>Daily logs</li>
|
||||
<li>Time tracking</li>
|
||||
<li>Report builder (custom fields and filters)</li>
|
||||
<li>Bid package management</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="mb-3 text-base font-semibold flex items-center gap-2">
|
||||
<span className="inline-block size-2 rounded-full bg-muted-foreground/30" />
|
||||
Future
|
||||
</h2>
|
||||
<ul className="space-y-1.5 pl-4 text-muted-foreground">
|
||||
<li>Netsuite/QuickBooks API sync</li>
|
||||
<li>Payment integration</li>
|
||||
<li>RFI/Submittal tracking</li>
|
||||
<li>Native mobile apps (iOS/Android)</li>
|
||||
<li>Advanced scheduling (resource leveling, baseline comparison)</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-center pt-2">
|
||||
<div className="mt-10 flex justify-center">
|
||||
<Button variant="outline" asChild>
|
||||
<a
|
||||
href={GITHUB_URL}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user