From b0698f46aa28827c45389940223aef15e7cb2421 Mon Sep 17 00:00:00 2001 From: Florian Dagner Date: Tue, 17 Sep 2024 13:26:34 +0200 Subject: [PATCH 1/2] Info text added --- lang/en/kanban.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lang/en/kanban.php b/lang/en/kanban.php index 24662a89..13d2ab03 100644 --- a/lang/en/kanban.php +++ b/lang/en/kanban.php @@ -123,6 +123,16 @@ $string['messageprovider:due'] = 'Card due'; $string['messageprovider:moved'] = 'Card moved'; $string['modulename'] = 'Kanban board'; +$string['modulename_help'] = 'This activity supports using kanban method for managing projects or learning processes. + +Kanban is an agile project management method that organizes tasks through a visual board to optimize workflow. Tasks are categorized into columns such as "To Do," "In Progress," and "Done" to make progress transparent. The goal is to identify bottlenecks in the workflow and continuously improve efficiency. + Depending on the settings, there can be several types of boards within a Kanban activity: + +* The course board, which is accessible to everyone who has access to the activity +* Personal boards for each user +* Group boards +* Template boards: Anyone who has the ability to manage boards can copy an existing board as a template. +'; $string['modulenameplural'] = 'Kanban boards'; $string['moveaftercard'] = 'Move after'; $string['movecard'] = 'Move card'; From 6bc3a197a83c18f099f531629251951218c1da24 Mon Sep 17 00:00:00 2001 From: Florian Dagner Date: Wed, 30 Oct 2024 16:09:05 +0100 Subject: [PATCH 2/2] MBS 9238: Added HTML formatting help text --- lang/en/kanban.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/lang/en/kanban.php b/lang/en/kanban.php index 13d2ab03..9dd58ea3 100644 --- a/lang/en/kanban.php +++ b/lang/en/kanban.php @@ -123,16 +123,15 @@ $string['messageprovider:due'] = 'Card due'; $string['messageprovider:moved'] = 'Card moved'; $string['modulename'] = 'Kanban board'; -$string['modulename_help'] = 'This activity supports using kanban method for managing projects or learning processes. - +$string['modulename_help'] = 'This activity supports using the Kanban method for managing projects or learning processes. Kanban is an agile project management method that organizes tasks through a visual board to optimize workflow. Tasks are categorized into columns such as "To Do," "In Progress," and "Done" to make progress transparent. The goal is to identify bottlenecks in the workflow and continuously improve efficiency. - Depending on the settings, there can be several types of boards within a Kanban activity: - -* The course board, which is accessible to everyone who has access to the activity -* Personal boards for each user -* Group boards -* Template boards: Anyone who has the ability to manage boards can copy an existing board as a template. -'; +
Depending on the settings, there can be several types of boards within a Kanban activity: +'; $string['modulenameplural'] = 'Kanban boards'; $string['moveaftercard'] = 'Move after'; $string['movecard'] = 'Move card';