From de8642eadd2583c4f7a97ff58fefebc046f2095a Mon Sep 17 00:00:00 2001 From: Ammar Barakat Date: Wed, 6 Oct 2021 14:37:26 +0200 Subject: [PATCH] #4 - Add about and help pages - Add About page - Add Help page - Update Start page text --- locales/en-US.js | 16 +++++++------- pages/about.vue | 56 +++++++++++++++++++++++++++++++++++++++++++----- pages/help.vue | 12 ++++++++--- 3 files changed, 68 insertions(+), 16 deletions(-) diff --git a/locales/en-US.js b/locales/en-US.js index e00c2a5..dc58e47 100644 --- a/locales/en-US.js +++ b/locales/en-US.js @@ -95,6 +95,8 @@ export default { date: 'Date', time: 'Time', hourFormat: 'Hour Format', + frontend: 'Frontend', + backend: 'Backend', address: { name1: 'Universitätsklinikum Frankfurt', name2: 'Medical Informatics Group (MIG)', @@ -170,13 +172,11 @@ export default { title: 'Home', subtitle: '', content: { - howdy: 'Howdy stranger!', - preAlpha: 'What you see here is a PreAlpha Version of the new DataElement Hub GUI. ' + - 'So do not expect a fully working bug-free Version. Quite the contrary, expect the worst.', - bugReport: 'If you stumble over a bug, feel free to create an Issue in the projects repository, which can be found ' + - 'here.', + howdy: 'Welcome to DataelementHub (DEHub)!', + preAlpha: 'What you see here is a Alpha Version of the new DataElement Hub GUI. So do not expect a fully working bug-free Version. We are continuously working on improving the software.', + bugReport: 'When you come across a bug, feel free to create an Issue in the projects repository, which can be found here (https://github.com/mig-frankfurt/dataelementhub.gui) .', dockerImage: 'From time to time there will be new a new Release of the corresponding Docker image. So be sure to check that too.', - thanks: 'Thanks!' + thanks: 'For further information please visit https://dataelementhub.de

Thanks!' } }, namespaces: { @@ -320,11 +320,11 @@ export default { subtitle: '' }, about: { - title: 'About the DataElement Hub', + title: 'About the DataElementHub', subtitle: '' }, help: { - title: 'Help?', + title: 'Help', subtitle: '' }, login: { diff --git a/pages/about.vue b/pages/about.vue index 3b6297c..0bc2f51 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -1,11 +1,57 @@ - diff --git a/pages/help.vue b/pages/help.vue index 3b6297c..f63b2fd 100644 --- a/pages/help.vue +++ b/pages/help.vue @@ -1,7 +1,13 @@