per-board study setup (restructure columns, reset, arm RecoReco) via Integrations (v0.3.0)

This commit is contained in:
2026-07-11 15:34:39 -03:00
parent e7e2b930f3
commit 9247057179
5 changed files with 208 additions and 3 deletions

View File

@@ -17,7 +17,10 @@ class Plugin extends Base
{
public function initialize()
{
// Hooks are wired in later versions (setup on Integrations, the grade handler, the badge).
// Per-board setup/reset/disable on Settings -> Integrations.
$this->template->hook->attach('template:project:integrations', 'qualKard:project/integration');
// (The grade handler and the badge are wired in later versions.)
}
public function getHelpers()
@@ -44,7 +47,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '0.2.0';
return '0.3.0';
}
public function getPluginHomepage()