diff --git a/dashboard/src/main.js b/dashboard/src/main.js
index ec87a449a..c39ed281d 100644
--- a/dashboard/src/main.js
+++ b/dashboard/src/main.js
@@ -61,6 +61,7 @@ import Listbox from 'primevue/listbox'
import ProgressBar from 'primevue/progressbar'
import Chip from 'primevue/chip'
import FloatLabel from "primevue/floatlabel";
+import Timeline from 'primevue/timeline';
import ConfirmationService from 'primevue/confirmationservice'
import BadgeDirective from 'primevue/badgedirective'
@@ -141,6 +142,7 @@ app.component('Listbox', Listbox)
app.component('ProgressBar', ProgressBar)
app.component('Chip', Chip)
app.component('FloatLabel', FloatLabel)
+app.component('Timeline', Timeline)
app.component('SkillsButton', SkillsButton)
app.component('SkillsTextInput', SkillsTextInput)
diff --git a/dashboard/src/skills-display/components/skill/ApprovalEventMessage.vue b/dashboard/src/skills-display/components/skill/ApprovalEventMessage.vue
new file mode 100644
index 000000000..b46743265
--- /dev/null
+++ b/dashboard/src/skills-display/components/skill/ApprovalEventMessage.vue
@@ -0,0 +1,51 @@
+/*
+Copyright 2024 SkillTree
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dashboard/src/skills-display/components/skill/ApprovalHistory.vue b/dashboard/src/skills-display/components/skill/ApprovalHistory.vue
new file mode 100644
index 000000000..7998c6d6e
--- /dev/null
+++ b/dashboard/src/skills-display/components/skill/ApprovalHistory.vue
@@ -0,0 +1,88 @@
+/*
+Copyright 2024 SkillTree
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+
+
+