Skip to content

Commit

Permalink
Info text added
Browse files Browse the repository at this point in the history
  • Loading branch information
fdagner committed Sep 17, 2024
1 parent 83566f0 commit b0698f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lang/en/kanban.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b0698f4

Please sign in to comment.