Ticket #288 (closed New feature: fixed)

Opened 4 years ago

Last modified 22 months ago

UI: Provide a site selector that would scale to thousands of websites (inline search, auto suggest, ajax)

Reported by: mauser Owned by: mauser
Priority: critical Milestone: Piwik 0.6.5
Component: Core Keywords:
Cc: mauser Sensitive: no

Description

Create interactive site chooser.

See attachment.

How should it work?

  1. when you click on dropdown menu it shows list of sites from piwik installation and and one special item (the first one) called "Search..."
  2. when you click "Search..." we transform dropdown menu (select) into input text box
  3. in input box we got "x" icon to switch back to dropdown menu (it is already implemented in data tables interface when you want to cancel your search, see screenshot)
  4. when you type it displays results and highlight search keyword in javascript popup below, like in compose message in gmail (see screenshot)
  5. you can either choose site or cancel search by clicking "x" icon

Attachments

close search.png Download (25.8 KB) - added by mauser 4 years ago.
already implemented interface in data table visualization
search results.png Download (46.7 KB) - added by mauser 4 years ago.
gmail interactive dropdown
search ui.png Download (32.3 KB) - added by mauser 4 years ago.
project of site choose UI
google-reader-selector.jpg Download (27.5 KB) - added by matt 4 years ago.
google reader did exactly the same dropdown already! it works great. we should the same :-)
autocompleter.tar.gz Download (10.4 KB) - added by mauser 3 years ago.
autocompleter v2.zip Download (17.6 KB) - added by mauser 3 years ago.
autocompleter v3.zip Download (18.3 KB) - added by mauser 3 years ago.

Change History

Changed 4 years ago by mauser

already implemented interface in data table visualization

Changed 4 years ago by mauser

gmail interactive dropdown

Changed 4 years ago by mauser

project of site choose UI

Changed 4 years ago by mauser

see search UI.png attachment for detailed use case

Changed 4 years ago by matt

google reader did exactly the same dropdown already! it works great. we should the same :-)

Changed 4 years ago by matt

  • milestone changed from DigitalVibes to Stable release

Changed 3 years ago by mauser

  • cc mauser added

Changed 3 years ago by matt

  • milestone changed from Stable release to Features requests - after Piwik 1.0

Changed 3 years ago by matt

  • summary changed from create UI for topmenu site chooser to UI: Provide a site selector that would scale to thousands of websites (inline search, auto suggest, ajax)

Changed 3 years ago by matt

  • type changed from Task to New feature

Changed 3 years ago by mauser

Changed 3 years ago by mauser

Changed 3 years ago by mauser

  • sensitive unset

attached an autocompleter after some minor patches, IE compatible now.

Changed 3 years ago by matt

Cool new feature - here is my code review

  • the query to select a website on name matching should reside in the website API rather than CoreController
  • pressing enter without selecting a website leads to 404, instead it should trigger the search for the entered keyword
  • is the initial load loading all websites? I don't think it is expected, what would happen if the piwik has 10000 websites? Instead, could it load only the first N websites?
  • when no result is found, the Loading... should be replaced with "No website found for '$SEARCHED_STRING'"
  • on firefox, the arrow on the right is on top the vertical bar on its left, which looks a bit funny
  • the font looks different from the font used elsewhere in the UI, should reuse the same CSS class?

When this is bug free, we can integrate this with core, nice new feature.

Changed 3 years ago by mauser

Changed 3 years ago by mauser

New version (v3), bug fixed, improvements made.

Changed 3 years ago by matt

  • milestone changed from Features requests - after Piwik 1.0 to 1 - Piwik 0.5.1

Changed 2 years ago by vipsoft

From a maintenance perspective, I'm a little concerned that the jSuggest developer's site has been marked as unsafe. There's also jSuggest "Enhanced",  http://www.rajavarma.com/wp-content/uploads/2009/07/jquery.jSuggest.1.1.js which we should diff against for bug fixes.

Alternatively, see if  https://jqueryui.pbworks.com/Autocomplete (in the development stage) can be used instead of jSuggest.

Changed 2 years ago by matt

  • priority changed from major to normal

Changed 2 years ago by matt

Maciej, what is the status of the site selector? Is this something you are happy pushing to Piwik core? Please validate and I will do the code review.

Changed 2 years ago by matt

  • milestone changed from 1 - Piwik 0.5.5 to 1 - Piwik 0.5.6

Changed 2 years ago by matt

  • owner set to mauser

Changed 2 years ago by vnese

This is to inform you that jQuery UI 1.8 has hit stable release and autocomplete is included, i dont know if we should switch to using it.

Changed 2 years ago by vipsoft

vnese: see #1235

Changed 2 years ago by matt

it would be great to switch to jquery UI, is anyone keen to make the code change (shouldn't be difficult I don't think)?

Changed 22 months ago by matt

Note: the HTML is now done in trunk, the JS + PHP has to be ported in trunk, from the plugin attached to this ticket.

Changed 22 months ago by matt

  • priority changed from normal to critical

Changed 22 months ago by ts77

Could this be added / implemented also for the websites administration? That one is awfully slow (and sometimes timinig out) with 6000 sites ;)

Changed 22 months ago by mauser

  • status changed from new to closed
  • resolution set to fixed

(In [2720]) fixes #288

Changed 22 months ago by matt

(In [2723]) Refs #288 Fixing build

Changed 22 months ago by matt

(In [2724]) Refs #288 Adding css file but still missing

but still missing the autocomplete.js which I don't have - Maciej?

Changed 22 months ago by mauser

(In [2727]) fixes #288 added missing autocomplete.js

Changed 22 months ago by matt

(In [2732]) Refs #288

Changed 22 months ago by matt

ts77, can you please contact me at matt att piwik.org? would love to hear a bit more about your use case of 6k sites, how is your experience with Piwi, and how we can improve it with that many websites. Thanks

Note: See TracTickets for help on using tickets.