diff --git a/src/components/MeetingProjectDialog.vue b/src/components/MeetingProjectDialog.vue
new file mode 100644
index 00000000..5cf0d784
--- /dev/null
+++ b/src/components/MeetingProjectDialog.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
Select Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/ProjectCard.vue b/src/components/ProjectCard.vue
index 77d2aa34..4b995a21 100644
--- a/src/components/ProjectCard.vue
+++ b/src/components/ProjectCard.vue
@@ -8,7 +8,7 @@ issuer information. * * @author Matthew Raymer */
>
diff --git a/src/views/OnboardMeetingSetupView.vue b/src/views/OnboardMeetingSetupView.vue
index 33d345f0..de15d0d3 100644
--- a/src/views/OnboardMeetingSetupView.vue
+++ b/src/views/OnboardMeetingSetupView.vue
@@ -186,16 +186,59 @@
-
+
+
+
+
+
+ {{
+ selectedProject
+ ? selectedProject.name || "Unnamed Project"
+ : "Select Project…"
+ }}
+
+
+
+ {{ selectedProjectIssuerName }}
+
+
+
+
+