Tucursillo Academic System
WordPress plugin for LearnDash academic automation - Tucursillo Academic System
by Tucursillo · github.com/davidvillarm/tucursillo-academic-system · website
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/davidvillarm/tucursillo-academic-system/archive/refs/heads/main.zipReadme
=== Tucursillo Academic System === Contributors: tucursillo Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 8.0 Stable tag: 0.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Automates academic lesson creation, uploads, and AI-assisted content for LearnDash LMS.
== Description ==
Internal academic automation platform for Tucursillo. Teachers upload materials; the plugin queues background processing, generates lesson content from templates, and publishes to LearnDash.
== Installation ==
- Upload the plugin folder to
/wp-content/plugins/. - Activate through the 'Plugins' menu.
- Ensure LearnDash LMS is installed.
- Optional: run
npm install && npm run build:assetsto bundle Alpine.js locally.
== Frequently Asked Questions ==
= Does this delete existing LearnDash content? =
No. The plugin only creates new lessons and never auto-deletes existing content.
== Changelog ==
= 0.1.0 =
- Initial boilerplate: admin panel, REST API, upload queue, templates, LearnDash service stubs, AI architecture.