WP Manifestindependent plugin directory
manifest / integrations / course-schedule-connector

Course & Schedule Connector for iSport

iSport system integration for Wordpress with Divi 5

by Lukas Pivonka · github.com/lukasista/course-schedule-connector · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lukasista/course-schedule-connector/archive/refs/heads/main.zip

Declares an update source (https://github.com/lukasista/course-schedule-connector), so updates arrive through the plugin's own updater.

From the readme

Course & Schedule Connector for iSport A WordPress plugin that displays courses and class schedules from an iSport System gym management installation. Output is available as a shortcode, a block, and — when Divi 5 is active — as four native Divi 5 modules. Built for Jojo Gym, designed to work with any iSport System installation. Table of contents - Why this plugin - Requirements - Installation - Architecture - Development - Quality gates - Distribution - Documentation - Security - License Why this plugin The iSport System exposes two public JSON endpoints. Calling them directly from a page template would mean one or more HTTP requests per page view, an unpredictable load on the remote server, and a white page whenever that server is slow. This plugin instead synchronises in the background and serves visitors from local data: - Courses are stored as a cscscourse custom post type, so they can be enriched with your own images, descriptions and SEO metadata. - Class occurrences are stored in a dedicated table, indexed for schedule queries. - Remote requests are made only by scheduled jobs and by explicit administrator action — never by a visitor. - A hard hourly request cap and

Read the full README on GitHub →