-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tour text, images and element bindings from feedback
- Loading branch information
1 parent
5dc308e
commit 69a38a5
Showing
3 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 +1,12 @@ | ||
steps: | ||
- selector: '#group-tab' | ||
title: Your group activity | ||
content: An interactive progress bar for your group(s) allows you, at a glance, to see which Associates need | ||
more applications and how fast each group is working. | ||
content: This panel allows you to see how many applications your group has and their status, and which Associates need more applications. | ||
|
||
- selector: '#group-tab ul.progress-bar' | ||
title: Progress bar | ||
content: Clicking each status will take you to those applications | ||
content: Click any coloured block to open the list of applications. | ||
|
||
- selector: "#feature_tour_nav" | ||
title: Want to see the tour again? | ||
content: You can re-take this tour again at any point by selecting it from the Feature Tours menu | ||
content: Take the tour again by selecting it from the Feature Tours menu. |
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,45 +1,52 @@ | ||
steps: | ||
- selector: header h1 | ||
title: Welcome to your dashboard! | ||
content: You will now come to this page after you log in. This is where you can see all the applications you have to process, and the activity of your groups. | ||
content: Your dashboard is the starting point for your work and shows you a prioritised list of the applications that you have to work on. | ||
|
||
- selector: nav.vertical-nav | ||
- selector: "nav.vertical-nav a[href='/editor/']" | ||
title: Navigation | ||
content: The old Admin navigation has moved from the top to the left-hand side. | ||
content: Use the buttons here on the left to navigate around. | ||
|
||
- selector: nav dl | ||
title: Your groups | ||
content: The groups that you are a member of are shown at the top right of your dashboard. | ||
content: The groups that you are a member of and the email address of your Editor or Managing Editor are shown here. | ||
|
||
- selector: "#notifications_nav" | ||
title: Notifications | ||
content: There is a new notifications button in the top nav. | ||
content: Notifications that you receive by email can also be found here. Click 'See all notifications' to find old notifications. | ||
|
||
- selector: "header h1" | ||
title: Your priority list | ||
content: Each application is a card on your dashboard, and the cards are arranged in priority order, from left to | ||
right. Clicking a card will open up the application in a new tab. | ||
title: Your prioritised list | ||
content: Each application is shown as a "card". The cards are arranged in date and priority order, from left to right. | ||
They are also categorised by colour. Click a card to open the application so you can start your work. | ||
|
||
- selector: "header h1" | ||
title: Card components | ||
content: 'Each card has six components: | ||
<ol> | ||
<li>The date of submission</li> | ||
<li>The status of the application</li> | ||
<li>What action needs to be taken</li> | ||
<li>The title of the application</li> | ||
<li>The review group</li> | ||
<li>Who the application is assigned to</li> | ||
</ol>' | ||
title: "Each card contains:" | ||
content: | | ||
<div> | ||
<div><img src="/assets/img/tours/dashboard-ed-assed/card.png" alt="Dashboard card screenshot"></div> | ||
<div><ol> | ||
<li>The date the application was submitted.</li> | ||
<li>The application's status.</li> | ||
<li>What you need to do with the application.</li> | ||
<li>The journal's title.</li> | ||
<li>Which group the application is assigned to.</li> | ||
<li>To who the application is assigned.</li> | ||
</ol></div> | ||
</div> | ||
- selector: "#logout" | ||
title: Log out | ||
content: "Logout has moved to the bottom of the dashboard" | ||
content: "You can now log out or update your account from the bottom of your dashboard." | ||
|
||
- selector: "#doaj_home" | ||
title: "DOAJ Home" | ||
content: "To get back to the main DOAJ website, click 'DOAJ HOME' in the top right corner" | ||
|
||
- selector: "._hj_feedback_container" | ||
title: Feedback | ||
content: Submit feedback via the Feedback button | ||
|
||
- selector: "#feature_tour_nav" | ||
title: Want to see the tour again? | ||
content: You can re-take this tour again at any point by selecting it from the Feature Tours menu | ||
content: Take the tour again by selecting it from the Feature Tours menu. |