+ );
+}
diff --git a/frontend/app/(sidebar)/data-pipeline/create/page.tsx b/frontend/app/(sidebar)/data-pipeline/create/page.tsx
index 42edcdf..7f20f31 100644
--- a/frontend/app/(sidebar)/data-pipeline/create/page.tsx
+++ b/frontend/app/(sidebar)/data-pipeline/create/page.tsx
@@ -1,25 +1,11 @@
import { Button } from "@/components/ui/button";
import { ArrowLeft } from "lucide-react";
import Link from "next/link";
-import PageHeader from "@/components/page-header";
-import { PipelineDetails } from "@/components/pipeline/details";
-import { PipelineAiAssistant } from "@/components/pipeline/ai-assistant";
-import { AddDataSource } from "@/components/pipeline/add-data-source";
-import { ScheduleAndInformation } from "@/components/pipeline/schedule-and-information";
+import CratePipelineForm from "./create-pipeline-multiform";
export default function CreatePipelinePage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+ {/*
+ */}
diff --git a/frontend/components/pipeline/add-data-source.tsx b/frontend/components/pipeline/add-data-source.tsx
index b16ef6b..cc655cb 100644
--- a/frontend/components/pipeline/add-data-source.tsx
+++ b/frontend/components/pipeline/add-data-source.tsx
@@ -5,6 +5,8 @@ import {
AccordionItem,
AccordionTrigger,
} from "../ui/accordion";
+import { Badge } from "../ui/badge";
+import { Button } from "../ui/button";
import {
Card,
CardContent,
@@ -12,15 +14,13 @@ import {
CardHeader,
CardTitle,
} from "../ui/card";
-import { Label } from "../ui/label";
import { Input } from "../ui/input";
-import { Badge } from "../ui/badge";
+import { Label } from "../ui/label";
import { Textarea } from "../ui/textarea";
-import { Button } from "../ui/button";
export function AddDataSource() {
return (
-
+ Data Sources
diff --git a/frontend/components/pipeline/ai-assistant.tsx b/frontend/components/pipeline/ai-assistant.tsx
index 810899d..1ce3375 100644
--- a/frontend/components/pipeline/ai-assistant.tsx
+++ b/frontend/components/pipeline/ai-assistant.tsx
@@ -1,76 +1,69 @@
-import { Switch } from "../ui/switch";
-import { BrainCircuit } from "lucide-react";
+import {
+ Card,
+ CardContent,
+ CardDescription,
+ CardHeader,
+ CardTitle,
+} from "../ui/card";
import { Label } from "../ui/label";
-import { Card, CardHeader, CardTitle, CardDescription, CardContent } from "../ui/card";
import { Textarea } from "../ui/textarea";
-export function PipelineAiAssistant(){
- return (
-
-
-
-
-
- AI Assistant
-
-
- Customize how AI processes your data
-
+export function PipelineAiAssistant() {
+ return (
+
+
+ AI Assistant
+ Customize how AI processes your data
+
+
+
+
+
+
+
+ Provide specific instructions to guide the AI in processing your
+ data sources
+
-
-
-
-
-
-
-
- Provide specific instructions to guide the AI in processing your
- data sources
-
+ {/*
+
+
+
+
+
+ Automatically identify price, location, etc.
+
+
+
-
-
-
-
-
- Automatically identify price, location, etc.
-
-
-
-
-
-
-
-
-
- Get AI suggestions for matching fields across sources
-
-
-
-
-
-
-
-
-
- Remove duplicate entries automatically
-
-
-
+
+
+
+
+ Get AI suggestions for matching fields across sources
+
+
-
-
-
- );
-}
\ No newline at end of file
+
+
+
+
+
+ Remove duplicate entries automatically
+
+
+
+
+
*/}
+
+
+
+ );
+}
diff --git a/frontend/components/pipeline/details.tsx b/frontend/components/pipeline/details.tsx
index 3db90af..4349fdf 100644
--- a/frontend/components/pipeline/details.tsx
+++ b/frontend/components/pipeline/details.tsx
@@ -1,45 +1,51 @@
-import { Label } from "../ui/label";
-import { Card, CardHeader, CardTitle, CardDescription, CardContent } from "../ui/card";
+import {
+ Card,
+ CardContent,
+ CardDescription,
+ CardHeader,
+ CardTitle,
+} from "../ui/card";
import { Input } from "../ui/input";
+import { Label } from "../ui/label";
import { Textarea } from "../ui/textarea";
-export function PipelineDetails(){
- return (
-
-
- Pipeline Details
-
- Basic information about your data pipeline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Separate tags with commas
-
-
+export function PipelineDetails() {
+ return (
+
+
+ Pipeline Details
+
+ Basic information about your data pipeline
+
+
+
+