Module:Kanban/Example
Documentation for this module may be created at Module:Kanban/Example/doc
local tasks = {
{
title = "Bulba task",
description = "Lorem ipsum",
priority = 1,
due_date = "21 Oct 2024",
completed = false
},
{
title = "My task",
description = "Lorem ipsuaaaam",
priority = 0,
due_date = "21 Oct 2024",
completed = false
},
{
title = "Charizard task",
description = "Lorem ipsum",
priority = 2,
due_date = "21 Oct 2024",
completed = false
},
{
title = "Sensei task",
description = "Lorem ipsum",
priority = 2,
due_date = "21 Oct 2024",
completed = false
},
{
title = "Rubra task",
description = "Lorem ipsum",
priority = 3,
due_date = "21 Oct 2024",
completed = true
}
}
return tasks
Categories
- No categories associated with this article