diff --git a/components/ProcessJourneyTimeline.vue b/components/ProcessJourneyTimeline.vue new file mode 100644 index 0000000..0ef5687 --- /dev/null +++ b/components/ProcessJourneyTimeline.vue @@ -0,0 +1,407 @@ + + + + + \ No newline at end of file diff --git a/navigation/index.js b/navigation/index.js index 6895cfa..7747978 100644 --- a/navigation/index.js +++ b/navigation/index.js @@ -16,49 +16,15 @@ export default [ header: "Design & Build", description: "Create and design your workflows and forms", child: [ - { - title: "Process Designer", - icon: "material-symbols:account-tree", - child: [ - { - title: "Visual Builder", - path: "/process-builder", - child: [], - meta: { - description: "Design workflows with drag-and-drop interface" - } - }, - { - title: "Manage Processes", - path: "/process-builder/manage", - child: [], - meta: { - description: "View and manage all your processes" - } - }, - ], - }, { title: "Form Designer", icon: "material-symbols:dynamic-form", - child: [ - { - title: "Form Builder", - path: "/form-builder", - child: [], - meta: { - description: "Create dynamic forms with advanced components" - } - }, - { - title: "Manage Forms", - path: "/form-builder/manage", - child: [], - meta: { - description: "View and manage all your forms" - } - }, - ], + path: "/form-builder/manage", + }, + { + title: "Process Designer", + icon: "material-symbols:account-tree", + path: "/process-builder/manage", }, ], }, @@ -75,16 +41,16 @@ export default [ path: "/execution", child: [], meta: { - description: "Monitor active processes and performance metrics" - } + description: "Monitor active processes and performance metrics", + }, }, { title: "Start New Process", path: "/execution/new-case", child: [], meta: { - description: "Initiate a new process instance" - } + description: "Initiate a new process instance", + }, }, ], }, @@ -97,16 +63,16 @@ export default [ path: "/execution/inbox", child: [], meta: { - description: "View and complete assigned tasks" - } + description: "View and complete assigned tasks", + }, }, { title: "Process History", path: "/execution/history", child: [], meta: { - description: "Review completed processes and audit trails" - } + description: "Review completed processes and audit trails", + }, }, ], }, diff --git a/pages/form-builder/index.vue b/pages/form-builder/index.vue index c0ee70c..dcc8265 100644 --- a/pages/form-builder/index.vue +++ b/pages/form-builder/index.vue @@ -2,22 +2,28 @@
- Corrad Logo -
- Preview Mode +
+ Corrad Logo +
+

Form Builder

+

Create and manage form layouts

+
+
+ Preview Mode +
@@ -41,25 +47,25 @@
-
+
-
- - - Save +
+ + + - - {{ isPreview ? 'Edit' : 'Preview' }} + +
-
- - - Templates +
- + -