-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
484 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
<template> | ||
<gov-width-container> | ||
<vue-headful title="One Hounslow Connect - Dashboard" /> | ||
<vue-headful title="Hounslow Connect - Dashboard" /> | ||
|
||
<gov-main-wrapper> | ||
<gov-grid-row> | ||
<gov-grid-column width="two-thirds"> | ||
<gov-heading size="xl"> | ||
Welcome to the One Hounslow Connect admin portal | ||
Welcome to the Hounslow Connect admin portal | ||
</gov-heading> | ||
|
||
<gov-body size="l"> | ||
From here, you can add and edit your pages on One Hounslow Connect, | ||
as well as manage referrals into your service. For any support, | ||
contact | ||
From here, you can add and edit your pages on Hounslow Connect, as | ||
well as manage referrals into your service. For any support, contact | ||
<gov-link href="mailto:[email protected]"> | ||
[email protected] | ||
</gov-link> | ||
or view our | ||
<gov-link :to="{ name: 'help-index' }">help videos</gov-link> | ||
</gov-body> | ||
</gov-grid-column> | ||
</gov-grid-row> | ||
|
@@ -25,7 +26,7 @@ | |
<gov-grid-row> | ||
<gov-grid-column width="one-half"> | ||
<gov-heading size="l">Services</gov-heading> | ||
<gov-body>Add or edit your pages on One Hounslow Connect.</gov-body> | ||
<gov-body>Add or edit your pages on Hounslow Connect.</gov-body> | ||
<gov-button start :to="{ name: 'services-index' }"> | ||
Go to services | ||
</gov-button> | ||
|
@@ -52,9 +53,7 @@ | |
|
||
<gov-grid-column width="one-half" v-if="auth.isGlobalAdmin"> | ||
<gov-heading size="l">Organisations</gov-heading> | ||
<gov-body | ||
>Add or edit organisations on One Hounslow Connect.</gov-body | ||
> | ||
<gov-body>Add or edit organisations on Hounslow Connect.</gov-body> | ||
<gov-button start :to="{ name: 'organisations-index' }"> | ||
Go to organisations | ||
</gov-button> | ||
|
@@ -73,7 +72,7 @@ | |
<gov-grid-column width="one-half" v-if="auth.isGlobalAdmin"> | ||
<gov-heading size="l">Reports</gov-heading> | ||
<gov-body> | ||
Download reports of activity on One Hounslow Connect. | ||
Download reports of activity on Hounslow Connect. | ||
</gov-body> | ||
<gov-button start :to="{ name: 'reports-index' }"> | ||
Go to reports | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<template> | ||
<gov-width-container> | ||
<vue-headful title="Hounslow Connect - Help" /> | ||
|
||
<gov-back-link :to="{ name: 'dashboard' }">Back to dashboard</gov-back-link> | ||
|
||
<gov-main-wrapper> | ||
<gov-grid-row> | ||
<gov-grid-column width="full"> | ||
<gov-heading size="xl">Help</gov-heading> | ||
<gov-body | ||
>Welcome to the help section. Please follow the links below to our | ||
series of "how to" guides on YouTube.</gov-body | ||
> | ||
<template v-for="(videoPair, i) in pairedVideos"> | ||
<gov-grid-row :key="`video-pair-${i}`"> | ||
<gov-grid-column | ||
v-for="(video, j) in videoPair" | ||
:key="`video-${j}`" | ||
width="one-half" | ||
> | ||
<video-iframe | ||
:height="video.height" | ||
:width="video.width" | ||
:src="video.src" | ||
:title="video.title" | ||
/> | ||
<gov-heading size="m">{{ video.title }}</gov-heading> | ||
</gov-grid-column> | ||
</gov-grid-row> | ||
</template> | ||
</gov-grid-column> | ||
</gov-grid-row> | ||
</gov-main-wrapper> | ||
</gov-width-container> | ||
</template> | ||
|
||
<script> | ||
import VideoIframe from "./components/VideoIframe"; | ||
export default { | ||
name: "Help", | ||
components: { | ||
VideoIframe | ||
}, | ||
data() { | ||
return { | ||
videos: [ | ||
{ | ||
height: 315, | ||
width: 560, | ||
src: "https://www.youtube.com/embed/HALo2I-gdXs", | ||
title: "Introduction the to video training series" | ||
}, | ||
{ | ||
height: 315, | ||
width: 560, | ||
src: "https://www.youtube.com/embed/RoeMDBZLJQc", | ||
title: "How to sign up to the platform" | ||
}, | ||
{ | ||
height: 315, | ||
width: 560, | ||
src: "https://www.youtube.com/embed/p3-4mlY1pOQ", | ||
title: "Your first login, managing your organisation and adding users" | ||
}, | ||
{ | ||
height: 315, | ||
width: 560, | ||
src: "https://www.youtube.com/embed/Qf421buT6zs", | ||
title: "Adding your service" | ||
} | ||
] | ||
}; | ||
}, | ||
computed: { | ||
pairedVideos() { | ||
let pairedVideos = []; | ||
this.videos.forEach((video, index) => { | ||
if (index % 2 == 0) { | ||
let videoPair = [video]; | ||
if (typeof this.videos[index + 1] !== "undefined") { | ||
videoPair.push(this.videos[index + 1]); | ||
} | ||
pairedVideos.push(videoPair); | ||
} | ||
}); | ||
return pairedVideos; | ||
} | ||
} | ||
}; | ||
</script> | ||
|
||
<style lang="scss" scoped></style> |
Oops, something went wrong.