Skip to main content

Create an interactive tour that will help users familiarize themselves with the important features of your portal

Project description

Tests

ckanext-tour

ckanext-tour is a CKAN extension that provides a guided tour feature for CKAN instances. It allows users to create interactive tours to showcase different features and functionalities of a CKAN instance.

Features

  • Create interactive tours with step-by-step instructions
  • Highlight specific elements on CKAN pages
  • Customize tour appearance and behavior
  • Easily manage and edit tours through the CKAN admin interface

Once the extension is installed and enabled, you can start creating tours through the CKAN admin interface. Tours can be associated with specific pages or sections of your CKAN portal, and you can define multiple steps for each tour.

To start a tour, users can click on a tour trigger button or it can be started automatically, when user visits the specified page. The tour will guide them through the specified steps, highlighting the relevant elements on each page.

Each step contains next information:

  • Title: A brief, engaging headline that summarizes the step.
  • Query: Query to specify which element we're highlighting
  • Intro: Text, that will be displayed on a step card
  • Position: Specifies the placement of step card (top, right, bottom, left).
  • Image: Visuals to complement the text, illustrate points, or add visual interest. GIF animation could be used here.

Create Tour

To create a tour for ckanext-tour via the admin panel UI, follow these steps:

  • Log in to your CKAN instance as a sysadmin.
  • Navigate to the Configuration section in the admin panel toolbar.
  • Find and click the Add tour link under the Tour section to open the tour creation form.
  • Fill in the required information for the tour.
    • You can add 1 or more steps for each tour.
  • Once you have added all the information, press Create tour button to submit the form and save the tour.
  • Now you can go to the List of tours page and see all the tours that were created.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 not tested
2.10+ yes

Installation

To install ckanext-tour:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv

    git clone https://github.com/DataShades/ckanext-tour.git cd ckanext-tour pip install -e . pip install -r requirements.txt

  3. Add tour to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload

Config settings

To modify the configuration of the extension, please make the changes through the site's user interface.

Developer installation

To install ckanext-tour for development, activate your CKAN virtualenv and do:

git clone https://github.com/DataShades/ckanext-tour.git
cd ckanext-tour
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckanext_tour-0.1.11.tar.gz (99.1 kB view details)

Uploaded Source

Built Distribution

ckanext_tour-0.1.11-py3-none-any.whl (110.7 kB view details)

Uploaded Python 3

File details

Details for the file ckanext_tour-0.1.11.tar.gz.

File metadata

  • Download URL: ckanext_tour-0.1.11.tar.gz
  • Upload date:
  • Size: 99.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.10

File hashes

Hashes for ckanext_tour-0.1.11.tar.gz
Algorithm Hash digest
SHA256 4969163666a2d8c1311c6ced0229f165b9e4e78706a1d38e8e5316e669968cc9
MD5 2bbcc40922e1a8bf0124ff0fae58bfbb
BLAKE2b-256 f5c5bc8fc472b49eee67f8763b9c6ec28f18043353cc0cc9fe3a70b14e929c65

See more details on using hashes here.

File details

Details for the file ckanext_tour-0.1.11-py3-none-any.whl.

File metadata

File hashes

Hashes for ckanext_tour-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 3b97fb2b3f234f5602e3d26da456c641e9491cf722cebc36f86475605097d437
MD5 5a13b7864a59e105ffeb0705fba38f2f
BLAKE2b-256 632b698de6ff07bb7ffdfd3db7a8da908f1913e3433737dd664ad545c570fb3b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page