diff --git a/frontend/components/organisms/layout/TheSideBar.vue b/frontend/components/organisms/layout/TheSideBar.vue
index 9992d080..0b33b48d 100644
--- a/frontend/components/organisms/layout/TheSideBar.vue
+++ b/frontend/components/organisms/layout/TheSideBar.vue
@@ -66,7 +66,8 @@ export default {
{ icon: 'label', text: this.$t('labels.labels'), link: 'labels', adminOnly: true },
{ icon: 'person', text: this.$t('members.members'), link: 'members', adminOnly: true },
{ icon: 'mdi-book-open-outline', text: this.$t('guideline.guideline'), link: 'guideline', adminOnly: true },
- { icon: 'mdi-chart-bar', text: this.$t('statistics.statistics'), link: 'statistics', adminOnly: true }
+ { icon: 'mdi-chart-bar', text: this.$t('statistics.statistics'), link: 'statistics', adminOnly: true },
+ { icon: 'mdi-cog', text: this.$t('settings.title'), link: 'settings', adminOnly: true }
]
return items.filter(item => this.isVisible(item))
}
diff --git a/frontend/i18n/en/index.js b/frontend/i18n/en/index.js
index 0f1ae8e6..0cb5adb3 100644
--- a/frontend/i18n/en/index.js
+++ b/frontend/i18n/en/index.js
@@ -14,6 +14,7 @@ import labels from './projects/labels'
import members from './projects/members'
import overview from './projects/overview'
import statistics from './projects/statistics'
+import settings from './projects/settings'
export default {
home,
@@ -31,5 +32,6 @@ export default {
labels,
members,
overview,
- statistics
+ statistics,
+ settings
}
diff --git a/frontend/i18n/en/projects/settings.js b/frontend/i18n/en/projects/settings.js
new file mode 100644
index 00000000..966e6918
--- /dev/null
+++ b/frontend/i18n/en/projects/settings.js
@@ -0,0 +1,3 @@
+export default {
+ title: 'Settings'
+}
diff --git a/frontend/pages/projects/_id/settings/index.vue b/frontend/pages/projects/_id/settings/index.vue
new file mode 100644
index 00000000..e2f7974b
--- /dev/null
+++ b/frontend/pages/projects/_id/settings/index.vue
@@ -0,0 +1,225 @@
+
+
+
+ About project
+
+
+
+
+
+ Name
+
+
+
+
+ Edit
+
+
+ Save
+
+
+ Cancel
+
+
+
+
+
+ Description
+
+
+
+
+ Edit
+
+
+ Save
+
+
+ Cancel
+
+
+
+
+
+ Shuffle
+
+
+
+
+
+ Collaboration
+
+
+
+
+
+
+
+
+