Extension TeSS Relations


Extension Basics

Title
TeSS Relations
Name
ckanext-tessrelations
Type
Public extension
Description
CKAN extension for creating relations between training materials and events in the ELIXIR TeSS system using custom database tables. Obsolete: merged into ckanext-tess.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-06-04 13:24:01)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

ckanext-tessrelations

OBSOLETE: Now merged into ckanext-tess.

A CKAN extension that creates relations between training materials and events in the ELIXIR Training e-Support System (TeSS).

Features

  • Creates custom database tables for relating content types:
    • material_node_table - Links materials to nodes
    • material_event_table - Links materials to events
    • tess_event_table - Event tracking table
  • Allows associating training materials with events and organizational nodes

Installation

Install via pip:

pip install -e git+https://github.com/ElixirTeSS/ckanext-tessrelations.git#egg=ckanext-tessrelations

Add tessrelations to your CKAN plugins.

License

AGPL-3.0

Version
0.0.1
Version release date
(not set)
Contact name
Milo Thurston
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Obsolete - functionality merged into ckanext-tess. Creates custom database tables for material-event and material-node relations.

Plugins to configure (ckan.ini)
tessrelations
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions