diff --git a/src/components/EventComment.vue b/src/components/EventComment.vue
new file mode 100644
index 0000000..68f3722
--- /dev/null
+++ b/src/components/EventComment.vue
@@ -0,0 +1,45 @@
+
+
+ {{ author.full_name }}
+ commented on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+
+ {{ author.full_name }}
+ created this story on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+
+ {{ author.full_name }}
+ updated this story on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+
+ {{ author.full_name }}
+ tagged this story as
+ {{ tag }}
+ on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+
+ {{ author.full_name }}
+ updated the asssignee of the task "{{ info.task_title }}"
+ from {{ info.old_assignee_fullname }} {{ info.old_assignee_fullname }}
+ to {{ info.new_assignee_fullname }}
+ on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+
+ {{ author.full_name }}
+ created the task "{{ info.task_title }}"
+ on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+
+ {{ author.full_name }}
+ updated the task "{{ info.task_title }}"
+ on {{ createdDate.toDateString() }}
+ at {{ createdDate.toLocaleTimeString() }}
+