Datasets Manager by Arttia Creative

Beschrijving

Sequence Dataset Processing and Stats Display Plugin

Overview

This plugin provides a simple way to process datasets and display the resulting statistics in the front end of a WordPress website. It supports multiple datasets, so you can easily switch between them and display different statistics as needed.

Features

Upload and process multiple datasets
Display a variety of statistical measures, such as mean, median, and standard deviation
Customizable display options and color scheme
Shortcode support for easy integration into WordPress posts and pages

Usage

Go to the Datasets section in the WordPress admin area
Upload a dataset in CSV format
Select the statistical measures you want to display.

Use the shortcode [dataset_graph_1 id="1" row_id="1"] to display the statistics in a post or page, where the id attribute is the ID of the dataset you want to show and row_id for display the targeted row graph.

Use the shortcode [dataset_search] to display the autocomplete form for search dataset by name.

Use shortcode [dataset_search_term] to display searched, matched, and related terms.

Support

If you have any questions or need help using the plugin, please visit the WordPress support forum or contact the plugin author directly. We’ll do our best to assist you in a timely manner.

Schermafdrukken

Installatie

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/datasets-manager-by-arttia-creative directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Datasets screen to configure the plugin

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Datasets Manager by Arttia Creative” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

1.4.2

  • Fixed sorting issue during search.
  • Tested compatibility with WordPress 6.4.3.

1.4.1

  • Tested compatibility with WordPress 6.4.2.

1.4

  • Tested compatibility with WordPress 6.3.
  • Improved – Update notice after uploading the dataset successfully.
  • Improved – Update notice after uploading relational homologs successfully.
  • Improved – After deleting datasets, regenerate files.

1.3.2

  • Improvement – Code optimization to speed up uploading and updating process and improved database performance.

1.2

  • Improvement: Added help text in relation upload tab with sample CSV for ease.

1.1.1

  • Tested compatibility with WordPress 6.2

1.1

  • Improved database performance by optimizing the table creation query and breaking it into smaller chunks.
  • Enhanced ranking functionality by replacing nested loops with a single optimized SQL query.
  • Streamlined density calculations by replacing nested loops with a single optimized SQL query.

1.0

  • Initial Release