manifest / integrations / archery-logbook-wordpress-plugin
Archery Logbook Integration
WP-plugin that helps to create UI for archery-logbook REST API
by Roundkick.Studio, eurohlam · github.com/eurohlam/archery-logbook-wordpress-plugin · website
★ 3stars
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/eurohlam/archery-logbook-wordpress-plugin/archive/refs/heads/main.zipFrom the readme
archery-logbook-wordpress-plugin
Overview
This is a Wordpress plugin that helps to build a user interface intended to interact with
Archery Logbook REST API
The plugin provides a set of shortcodes that can be used in customized pages.
API calls are implemented in accordance with API specification
Project
This plugin is a part of a free project Archer's Log Book.
Archer's Log Book helps archers to manage their scores, bows and overall progress.
Shortcodes
Shortcodes are implemented with using:
Bootstrap 5.2
jQuery 3.3.1
Chart.js 4.3.0
Bootstable 1.1
All required dependencies are imported as part of the plugin.
Main shortcode
[archerylogbookmain] - Enclosing main shortcode that shows the main container. All other shortcodes must be placed inside this one like in example below
[archerylogbookmain]
[archerylogbooknewarcher]
[/archerylogbookmain]
Shortcodes for adding new entities
[archerylogbooknewclub] - shortcode that shows a form for adding a new archery club
[archerylogbooknewarcher] - shortcode that shows a form for adding a new archer
[archerylogbooknewbow] - shortcode that shows a form for adding a new bow
[archerylogbooknewdist
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.