We now have Tour UI

Follow up for #1920468: Write tour integration for the first page after install showing extend and other things

Problem/Motivation

As identified by reviewers we need to provide a UI so that tips can be managed.

Proposed resolution

A Tour UI module that is developed during the Polish phase and ready to be used on Day 1 with Drupal 8.0.

Remaining tasks

User interface changes

Yes. A management interface.

API changes

No API changes anticipated. Unless absolutely required.

Contrib designated sandbox Tour UI

Original sandbox link: http://drupal.org/sandbox/tim.plunkett/1698392
http://drupalcode.org/sandbox/tim.plunkett/1698392.git/shortlog/refs/hea...
branch: 1921188-tour-ui

CommentFileSizeAuthor
#66 1921188-66-tour-ui.patch1.8 KBclemens.tolboom
#63 1921188-63-tour-ui.patch1.82 KBnick_schuch
#58 1921188-tour_ui-58.txt35.13 KBclemens.tolboom
#57 1921188-tour_ui-57.txt0 bytesclemens.tolboom
#52 1921188-tour-47.patch64.44 KBslewazimuth
#52 1921188-tour_ui-47.patch27.05 KBslewazimuth
#51 1921188-tour-46.patch65.02 KBslewazimuth
#51 1921188-tour_ui-46.patch27.03 KBslewazimuth
#48 1921188-tour_ui-45.patch2.8 KBslewazimuth
#48 1921188-tour-45.patch27.32 KBslewazimuth
#44 1921188_tour-ui_44.patch48.1 KBJacobSanford
#44 interdiff_1921188_39-44.txt1.06 KBJacobSanford
#39 1921188-39-tour-ui.patch48.06 KBnick_schuch
#33 core-tour_ui-form-1921188-33.patch19.88 KBnick_schuch
#33 core-tour_ui-module-1921188-33.patch53.87 KBnick_schuch
#31 core-tour_ui-form-1921188-31.patch19.88 KBnick_schuch
#31 core-tour_ui-module-1921188-31.patch53.89 KBnick_schuch
#27 core-tour_ui-1921188-27.interdiff.txt6 KBnick_schuch
#27 core-tour_ui-1921188-27.patch53.91 KBnick_schuch
#26 core-tour_ui-1921188-26.patch50.61 KBnick_schuch
#19 Screen Shot 2013-03-09 at 21.42.19.png16.37 KBkvantomme
#17 core-tour_ui-1921188-17.patch54.65 KBnod_
#16 screen-no-admin-links.png68.11 KBrachel_norfolk
#15 core-tour_ui-1921188-15.patch53.3 KBnod_
#15 interdiff.txt7.14 KBnod_
#14 tour-1921188-13.patch49.88 KBnick_schuch
#12 tour_ui_tip.png65 KBnick_schuch
#12 tour-1921188-11.interdiff.txt42.77 KBnick_schuch
#12 tour-1921188-11.patch53.45 KBnick_schuch
#6 Screen Shot 2013-02-26 at 11.07.49 PM.png35.83 KBtim.plunkett
#6 tour-1921188-6.patch16.67 KBtim.plunkett
#6 interdiff.txt4.57 KBtim.plunkett
#5 tour-1921188-5.patch13.67 KBtim.plunkett
#5 interdiff.txt4.23 KBtim.plunkett
#4 tour-1921188-4.patch13.55 KBtim.plunkett
#4 interdiff.txt8.42 KBtim.plunkett
#3 tour-1921188-3.patch10.13 KBtim.plunkett
#2 tour-1921188-2.patch7.4 KBtim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost’s picture

As config entities is simple to add implementation for ListController as all Configurables does in core

tim.plunkett’s picture

Assigned: Unassigned » tim.plunkett
Issue tags: +Needs tests, +Configuration system, +Configurables
FileSize
7.4 KB

Here's a first pass. Updating the issue summary with remaining tasks.

tim.plunkett’s picture

Issue summary: View changes

Added remaining tasks.

tim.plunkett’s picture

Status: Active » Needs review
FileSize
10.13 KB

Includes somes tests from me, and other changes from @nick_schuch.

tim.plunkett’s picture

FileSize
8.42 KB
13.55 KB

Added a delete form and tests for it.

tim.plunkett’s picture

FileSize
4.23 KB
13.67 KB

Fixed the "delete" button on the tour edit form, as well as the destination of the "cancel" link, and adjusted the tests to prevent random failures.

Working on a proposal for some basic tips manipulation, then I'm done.

tim.plunkett’s picture

Okay, here's the list controller. I've used Views as a pattern.
Screen Shot 2013-02-26 at 11.07.49 PM.png

Status: Needs review » Needs work

The last submitted patch, tour-1921188-6.patch, failed testing.

Bojhan’s picture

Why does this need a management interface? A tour building UI is totally contrib land, we should just provide the right API's so it can be easily extended. I see little point to actually providing a UI for this in core, we have little idea what the requirements are for site builders/module maintainers to use this effectively, for example this patch really only allows placing tour - it does not allow creating the contents, to me that renders this pretty much useless.

This can easily live in configuration files, for just core and contrib can take a much better iterative approach at building a great UI for this (starting in clean up phase, to figure out how a feature should be used is not a good idea - and will lead to interfaces that are useless, aka Dashboard). Core should not be responsible for everything, and this is a place where contrib can do great things providing a way to make steps, contents, in different languages, roles etc.

tim.plunkett’s picture

This will likely not end up in core and will be in contrib, but already it has exposed some bugs in tour module. And it will help determine if the APIs are robust enough.

If once this is done, it is decided that this will live in contrib, we can leave the code fixes and write non-UI tests.

Also, you can't add or edit tips yet because we're not done. And that IS an API addition only possible from within core.

Bojhan’s picture

@tim.plunkett That sounds like a fine idea, I just wanted to make clear I dont see this as a contrib use case.

LeeHunter’s picture

Issue tags: +docs infrastructure

adding docs infra tag

nick_schuch’s picture

Status: Needs work » Needs review
FileSize
53.45 KB
42.77 KB
65 KB

Tour UI Tip

The following patch does the following:

- Allows for tip add/edit/delete functionality. (Image attached above)
- Clean up of documentation.
- Tests for tip functionality.

Where do we go from here?

- Reviews for sure.
- We need to evaluate if there is anything that we could add to the backend that would simplify the UI code base (common snippets that other could benefit from).
- If all else if good. Break it out into a contrib module.

Status: Needs review » Needs work

The last submitted patch, tour-1921188-11.patch, failed testing.

nick_schuch’s picture

Status: Needs work » Needs review
FileSize
49.88 KB

Looks like I needed a reroll against the current 8.x

nod_’s picture

reroll to make it work after the info.yml change.

Currently tips get removed if they are not bound to an element id. If you add a UI and the id or data attribute is not required you need to be able to show what those guys added.

(edit) patch for tour.js is in a separate issue #1938032: Simplify tour.js so it'll get out of this patch at some point.

rachel_norfolk’s picture

Status: Needs review » Needs work
FileSize
68.11 KB

I've just tried the patch above at #15 and it did allow me to create a useful Tour. It's a REALLY great feature!

I didn't see any of the items in the admin menu (like admin/config/user-interface/tour) so had to enter them directly as links. Once I di this, I was able to add a Tour etc.
no links

I'll have a bit of a look as to why they are missing...

nod_’s picture

Status: Needs work » Needs review
FileSize
54.65 KB

Same as #15, just left hook_menu so that links will show up in the admin page.

tim.plunkett’s picture

Assigned: tim.plunkett » Unassigned
Status: Needs review » Needs work

This incorporates some of the changes in #1932048: Clean up tour ConfigEntity architecture, so this will need to be rerolled at some point.

+++ b/core/modules/tour/lib/Drupal/tour/Plugin/Core/Entity/Tour.phpundefined
@@ -114,7 +123,9 @@ public function getTip($id) {
-    return array_keys($this->tips);
+    if (!empty($this->tips)) {
+      return array_keys($this->tips);

This should be removed.

+++ b/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.phpundefined
@@ -84,11 +85,52 @@ public function getAttributes() {
+  public function getExportProperties() {
+    $properties = parent::getExportProperties();

+++ b/core/modules/tour/lib/Drupal/tour/TipPluginBase.phpundefined
@@ -81,9 +95,86 @@ public function get($key) {
+  public function getExportProperties() {

This is disconcertingly close to the ConfigEntityBase method name. But this isn't ConfigEntityBase. Can we maybe pick another name?

+++ b/core/modules/tour/lib/Drupal/tour/TipPluginBase.phpundefined
@@ -51,28 +51,42 @@ public function __construct(array $configuration, $plugin_id, CacheDecorator $di
+  public function getId() {
+    return $this->get('id');
...
+  public function getPlugin() {
+    return $this->get('plugin');

If we're making wrappers for everything, why bother having get()? The purpose of get() was to avoid the need or usage of wrappers... We should either switch back to get() everywhere, or remove it completely.

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Routing/TourUIController.phpundefined
@@ -0,0 +1,120 @@
+ * @todo.
+ */
+class TourUIController {

:)

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Routing/TourUIController.phpundefined
@@ -0,0 +1,120 @@
+   * Provies a creation form for tour.
...
+   * Provies an edit form for a tour entity.
...
+   * Provies a creation form for a new tip to be added to a tour entity.

Provides

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Routing/TourUIController.phpundefined
@@ -0,0 +1,120 @@
+   * Provies an edit form for a tour entity.
+   *
+   * @return array
...
+   * Provies a creation form for a new tip to be added to a tour entity.
+   *
+   * @return array
...
+   * Provies an edit form for tip to be updated against a tour entity.
+   *
+   * @return array
+   *   A renderable form array.
+   */
+  public function editTip(Tour $tour, $tip = '') {

Missing @param

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Routing/TourUIController.phpundefined
@@ -0,0 +1,120 @@
+    if (empty($type)) {

I can't tell because there is no @param, but what data type would $type be here?

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Routing/TourUIController.phpundefined
@@ -0,0 +1,120 @@
+    $request = drupal_container()->get('request');
...
+    $manager = drupal_container()->get('plugin.manager.tour.tip');

See #1938030: Replace View's usage of drupal_container->get() with Drupal::service(), we now have Drupal::service()

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Routing/TourUIController.phpundefined
@@ -0,0 +1,120 @@
+    if (empty($tip) && empty($tour)) {

Once again, what data types are these? In some cases, you could do if (!$tip && !$tour) { since they're defined.

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/Tests/TourUITest.phpundefined
@@ -0,0 +1,183 @@
+ * Tests the Tour UI..

Two dots

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/TourDeleteForm.phpundefined
@@ -0,0 +1,74 @@
+  public function getForm(EntityInterface $tour) {
+    $this->entity = $tour;
+    return drupal_get_form($this);

This should use _form in the route, see #1934832: Provide a dedicated approach for using forms in routes

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/TourFormController.phpundefined
@@ -0,0 +1,251 @@
+  public function form(array $form, array &$form_state, EntityInterface $entity) {

This whole function could use more inline docs

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/TourFormController.phpundefined
@@ -0,0 +1,251 @@
+      // We default to the content language opposed to und (language not specified).

I don't think we say "we" in docs

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/TourFormController.phpundefined
@@ -0,0 +1,251 @@
+        // @todo, Setup forms on the tip types.

Is this a blocker or a follow-up? We need an issue if its a follow-up.

+++ b/core/modules/tour_ui/lib/Drupal/tour_ui/TourTipDeleteForm.phpundefined
@@ -0,0 +1,97 @@
+  public function getForm(EntityInterface $tour, $tip) {
+    $this->entity = $tour;
+    $this->tip = $tour->getTip($tip);
+    return drupal_get_form($this);

Do this in __construct, and use _form for the route

+++ b/core/modules/tour_ui/tour_ui.moduleundefined
@@ -0,0 +1,82 @@
+ * @todo.

:)

+++ b/core/modules/tour_ui/tour_ui.moduleundefined
@@ -0,0 +1,82 @@
+    'access callback' => TRUE,
...
+    'access callback' => TRUE,
...
+    'access callback' => TRUE,
...
+    'access callback' => TRUE,
...
+    'access callback' => TRUE,
...
+    'access callback' => TRUE,
...
+    'access callback' => TRUE,

+++ b/core/modules/tour_ui/tour_ui.routing.ymlundefined
@@ -0,0 +1,42 @@
+    _access: 'TRUE'
...
+    _access: 'TRUE'
...
+    _access: 'TRUE'
...
+    _access: 'TRUE'
...
+    _access: 'TRUE'
...
+    _access: 'TRUE'
...
+    _access: 'TRUE'

We likely need a hook_permission here :)

+++ b/core/modules/tour_ui/tour_ui.routing.ymlundefined
@@ -0,0 +1,42 @@
+tour_ui_listing:
+  pattern: '/admin/config/user-interface/tour'
+  defaults:
+    _controller: 'tour_ui.controller:listing'
+  requirements:
+    _access: 'TRUE'
+tour_ui_add:
+  pattern: '/admin/config/user-interface/tour/add'
+  defaults:
+    _controller: 'tour_ui.controller:add'
+  requirements:

Can you please put a blank line between routes? It helps for readability

kvantomme’s picture

I think there is a typo in the selection list. Currently the options are:
Screen Shot 2013-03-09 at 21.42.19.png
I guess this should be Bottom

kvantomme’s picture

I would like to have the possibility to enter a description for a tour. We are going to have a lot of tours, and not all of them will be UI tours where you can guess what they explain from the path to which they are attached.

I'm not sure if this belongs in the UI issue, but it was the UI that exposed this.

kvantomme’s picture

Feedback on the tip UI:
The attributes field group is kind of confusing I think. First time users will want to fill in both boxes, they would need to read the field label to understand they don't have to.

I think a select list that lets you choose the attribute type with next to it a text field for the actual attribute would be more intuitive.

kvantomme’s picture

For Walkthrough.it we've been using Step to name the elements a tour consists of, this is a more natural label for a broader set of use cases since it can give meaning to the order the tips are shown in. That way a tour could be used to:

  • it could indicate a step in a sequence of actions a user needs to take
  • as well the use primary use case Tour was built for: showing a sequence of tips on a site.
tim.plunkett’s picture

Also, none of the JS changes in this patch seem relevant at all. Please move them to a separate issue.

nod_’s picture

@tim, they are and I have a new issue for it #1938032: Simplify tour.js, see #15.

First: add a new tip to the views tour, do not fill "Data id" nor "Data class" and save. There are no validation errors.

Without JS changes:
- Visit a view, start the tour. There are only 10 items, the one you just added does not show up.

With JS changes:
- when the tour starts there are 11 items, the one you just added show up in a modal.

So it's either those JS changes or some kind of validation on the form. The modal thing is a joyride feature btw.

tim.plunkett’s picture

Well, we should have validation then. And have that other bit in the other issue, thanks for that.

nick_schuch’s picture

I have rerolled the patch and I believe I have fixed the issues identified by tim.plunkett in #18 and kvantomme in #19.

In terms for what was discussed in #23 and #24, Ill look at updating the base tip form to validate this in some way. I like kvantomme's suggest above of a drop down that could have data-id/data-class/modal (something to that effect).

nick_schuch’s picture

Status: Needs work » Needs review
FileSize
53.91 KB
6 KB

As identified in #21 we need a dropdown to distinguish between the data-id/data-class/modal. In #24 and #25 we also identified that we need some sort of validation. The following patch implements this. Modal just ensures the data-id and data-class are empty values. The patch also has some added code that larowlan wrote in #1926296 that determines it's a modal via not having a data-id and a data-class.

kvantomme’s picture

Any feedback on #20 and #22?

nick_schuch’s picture

#20 - Adding a description to the tip's is a great idea.
#22 - I believe that this should be covered in a separate issue. I believe that this would bring on a big discussion.

kvantomme’s picture

As a naming issue, I guess #22 is not important enough to really start a big discussion. Unless of course someone else shares my opinion and wants to help push this forward.

nick_schuch’s picture

I have split out the patches in the hope that we can further refine the one that will be required for tour.module.

Status: Needs review » Needs work

The last submitted patch, core-tour_ui-module-1921188-31.patch, failed testing.

nick_schuch’s picture

Status: Needs work » Needs review
FileSize
53.87 KB
19.88 KB

tour_ui.module tips needed a reroll due to language patch in another issue.

klonos’s picture

...and now the tour_ui.form fails. Damn!

;)

nick_schuch’s picture

#33: core-tour_ui-form-1921188-33.patch queued for re-testing.

nick_schuch’s picture

haha! Looks like a Custom block test failed. Will queue up for retest.

tim.plunkett’s picture

Status: Needs review » Needs work
Issue tags: +Needs tests, +docs infrastructure, +Configuration system, +Configurables

The last submitted patch, core-tour_ui-module-1921188-33.patch, failed testing.

nick_schuch’s picture

Status: Needs work » Needs review
FileSize
48.06 KB

Ok, here is the latest reroll.

I need to look at the draggable table. If:
1) Create a tip.
2) Drag it and save the list.

jibran’s picture

Great work @nick_schuch
Please add configuration link admin/config/user-interface/tour to info.yml file.

aspilicious’s picture

+++ b/core/modules/tour/lib/Drupal/tour/TipPluginBase.phpundefined
@@ -72,4 +72,165 @@ public function get($key) {
+    ¶

Tabs/trailing whitespace

+++ b/core/modules/tour/lib/Drupal/tour/TipPluginBase.phpundefined
@@ -72,4 +72,165 @@ public function get($key) {
+   *   The form array. ¶

trailing whitespace

JacobSanford’s picture

Status: Needs review » Needs work
Issue tags: +Needs tests, +docs infrastructure, +Configuration system, +Configurables

The last submitted patch, 1921188-39-tour-ui.patch, failed testing.

JacobSanford’s picture

Status: Needs review » Needs work
FileSize
1.06 KB
48.1 KB

Reroll of #39 with changes mentioned in 40-41. On second thought, should the trivial whitespace changes to the 'tour' module really be included here? I can bust out into a separate issue.

JacobSanford’s picture

Status: Needs work » Needs review
kugta’s picture

I'm doing manual testing on this at the Portland sprint.

The last submitted patch, 1921188_tour-ui_44.patch, failed testing.

slewazimuth’s picture

Added ImageURL, ImageLocal, Youtube plugins to tour and tour_ui.

dixon_’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 1921188-tour-45.patch, failed testing.

slewazimuth’s picture

Path correction.

slewazimuth’s picture

Adjusted whitespace issues

clemens.tolboom’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
Issue tags: -Needs tests, -docs infrastructure, -Configuration system

The last submitted patch, 1921188-tour_ui-47.patch, failed testing.

nick_schuch’s picture

We should look at providing tip plugins that contain the forms in the contrib module. Opposed to in a core patch. We could use hook_tour_tips_info_alter or an alter hook to change the plugin metadata.

clemens.tolboom’s picture

Yeah ... testbot is right ... I cannot apply any. I'll focus on the tour_ui and probably rip that code into tour_builder. Punishment will follow later :p

drush iq-apply-patch 1921188#52a --no-commit
drush iq-apply-patch 1921188 --no-commit

clemens.tolboom’s picture

FileSize
0 bytes

The patches from #52 are inter diffs. FWIW I cloned the sandbox,merged with the sandbox/8.x and tried to get it rolling but failed.

- Info file needs changes
- There is no list controller for tour,form

Attached is my effort done on core HEAD.
- I managed (by patching tour) to get a list of tours. (It's a bad patch I know but not at full)
- Add, Edit, etc fails
- I have no clue why tour is not providing for List/Form/etc as it provides the Entity. It does not feel right to let Tour UI provide for it. Changing the tour schema should be accompanied by changing the form and not rely on a contrib.

Tour UI needs more operations like clone, import, export to make building tours as easy as possible. Ie allow for textual exchange by tour editors who are by definition no coders but UX experts.

I thought enable/disable was in the active config files so I uncommented those which was wrong.

Let's please move the tour_ui to contrib asap so we can work on that. That probably makes https://drupal.org/project/tour_builder obsolete but the sooner the better :)

(my 2cents)

clemens.tolboom’s picture

FileSize
35.13 KB

(doh) $ git diff --cached > ~/Downloads/1921188-tour_ui-58.txt

clemens.tolboom’s picture

nick_schuch’s picture

Hi clemens.tolboom,

I have added you as a maintainer to the Tour UI sandbox (https://drupal.org/sandbox/nick_schuch/1933602). We can start pushing our code up into there if you would like? I havent pushed anything to it as yet because I was primarily working out of this issue for the bot functionality.

I have not had a chance to look over the patches since #39. But from memory Tour UI was pretty close to fully functionality (slight bugs with the ordering in the tip listing). My goal was to make the patch smaller against core (even not requiring one at all).

We should schedule some time to discuss.

clemens.tolboom’s picture

Tnx @nick_schuch

I've copied over the code from the core sandbox http://drupal.org/sandbox/tim.plunkett/1698392 to the contrib to be Tour UI sandbox https://drupal.org/sandbox/nick_schuch/1933602

It still needs work and I'm not sure whether core should fix #2025065: Tour module must add list, render and form controllers for Tour UI to work or Tour UI can fix it?

Further errors are
- Tour UI: #2025081: Add + Edit has LANGUAGE_ALL does not exists
- Tour UI: #2025085: Delete has notices

clemens.tolboom’s picture

As Tour UI is now on it's own what should happen to

- #48 - #52: Added ImageURL, ImageLocal, Youtube plugins

@slewazimuth as Tour is now in core you probably create a separate issue for these?

nick_schuch’s picture

FileSize
1.82 KB

I have been working in the Tour UI sandbox. I have it roughly working (will continue to work on it tomorrow).

I have pushed commit 4fbf2af0b2a8327a5420a79d723230afa36df6fc to Tour UI. The attached patch is what is required against core to make it work (plugins with title).

nick_schuch’s picture

We should add the ImageURL, ImageLocal, Youtube plugins to Tour UI or another contrib module that implements the additional tips.

clemens.tolboom’s picture

Status: Needs work » Needs review

Why are tips translatable? The complete tour has a language. Not it's tips right?

Patch from #63 makes tour UI list it's tours :)

Set to review to see testbot result.

clemens.tolboom’s picture

FileSize
1.8 KB

I meant as per patch

Status: Needs review » Needs work
Issue tags: -Configurables

The last submitted patch, 1921188-66-tour-ui.patch, failed testing.

nick_schuch’s picture

Status: Needs work » Needs review
Issue tags: +Configurables

#66: 1921188-66-tour-ui.patch queued for re-testing.

nick_schuch’s picture

As mentioned in #63 this patch is only to make Tour UI work against core. The bot is only testing the plugin class change.

Status: Needs review » Needs work

The last submitted patch, 1921188-66-tour-ui.patch, failed testing.

clemens.tolboom’s picture

My patch from #66 is same as #63 ... sorry for that. I still think Tips should not have language or translation.

The language issue is mentioned too in #1935120-11: Unusual language use in tour module thank to @kristen_pol (irc)

slewazimuth’s picture

im5 using #66 and parrallel onto intermedia uses training link, though tour runs side by side. All plugins switched to your UI plugin model. Have updated local-image and added vimeo plugins. Intermedia is outside scope of tour capabilities, thus training nomenclature.

clemens.tolboom’s picture

Latest patches (#66 == #63) gives exception

Undefined index: id	Notice	AnnotatedClassDiscovery.php	106	Drupal\Component\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions()
nick_schuch’s picture

You will need to reinstall after applying the patch.

nick_schuch’s picture

I have created #2030067: Human readable titles for Tour Tip plugin types for patch #63. I have also got the tests going green. Ready for serious review.

nick_schuch’s picture

Issue summary: View changes

Updated issue summary.

nick_schuch’s picture

Issue summary: View changes

Update on Tour UI progress.

clemens.tolboom’s picture

Update issue summary pointing to Tour UI

nick_schuch’s picture

Status: Needs work » Fixed

Closing now that #2030067: Human readable titles for Tour Tip plugin types is in. We should continue the Tour UI discussion in the sandbox https://drupal.org/sandbox/nick_schuch/1933602.

tim.plunkett’s picture

Status: Fixed » Postponed

When I saw this marked fixed, I thought the whole Tour UI had gone in. Is postponed a better status?

clemens.tolboom’s picture

Status: Postponed » Fixed

The issue summary has a link to contrib sandbox Tour UI

clemens.tolboom’s picture

Issue summary: View changes

Added link to Tour UI sandbox

tim.plunkett’s picture

So then it's won't fix?
It's not "fixed" if it wasn't committed to core.

larowlan’s picture

Status: Fixed » Closed (won't fix)

As per #80

larowlan’s picture

Issue summary: View changes

Updated issue summary.