mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 22:54:45 -05:00
Consolidate global routes into study-scoped architecture
Removed global participants, trials, and analytics routes. All entity management now flows through study-specific routes. Updated navigation, breadcrumbs, and forms. Added helpful redirect pages for moved routes. Eliminated duplicate table components and unified navigation patterns. Fixed dashboard route structure and layout inheritance.
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
||||
User,
|
||||
Activity,
|
||||
Zap,
|
||||
|
||||
Settings,
|
||||
} from "lucide-react";
|
||||
|
||||
@@ -113,7 +112,7 @@ export function WizardInterface({
|
||||
{ label: studyData.name, href: `/studies/${studyData.id}` },
|
||||
{ label: "Trials", href: `/studies/${studyData.id}/trials` },
|
||||
]
|
||||
: [{ label: "Trials", href: "/trials" }]),
|
||||
: []),
|
||||
{
|
||||
label: `Trial ${trial.participant.participantCode}`,
|
||||
href: `/trials/${trial.id}`,
|
||||
|
||||
Reference in New Issue
Block a user