Skip to content

creecros/MetaMagik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaMagik Kanboard Plugin

Forked from Metadata Plugin and added functionality ontop of previous plugin, there is no need to use both plugins

Added Features:

  1. Customizable Fields for tasks. (Textbox, Dropdowns, CheckBoxes, Radios)
  2. A settings panel which allows you to create custom fields for tasks.
  3. Fields will show up when creating/modifying tasks.
  4. Custom fields added to task details.
  5. Metadata is duplicated during task duplication.
  6. Exporting tasks to CSV will include custom fields.
  7. Filters for searching metadata.

Original Features:

  1. Metadata Sidebars for tasks, projects, and users to add remove metadata. (from original fork, slight UI improvements involving tasks)

Plugin for https://github.com/fguillot/kanboard

Author

Installation

  • Decompress the archive in the plugins folder

or

  • Create a folder plugins/MetaMagik
  • Copy all files under this directory

Usage

Settings>Custom Fields: panel for creating custom fields for tasks

image

Fields setup in Settings will appear in the task creation panel:

image

Metadata will appear under Task Details in an Accordian:

image

Metadata will also show up as a tooltip on the Board:

image

There is also a sidebar menu to add/remove/edit metadata, which is not dependent on the fields setup in your settings, adding fields here will not add metadata fields during creation or modification to a task, only those in the settings panel will show up. This sidebar will appear for tasks, users, and projects:

image

During Task Modification, your custom fields will be pre-populated with yout data:

image

Perform searches for metadata fields. metakey:"field"

image

Perform searches for metadata values. metaval:"value"

image

Export to CSV will include your custom fields and data during Task Export

image

image

Credits

  • Original Metadata Plugin author: BlueTeck
  • Unused non working code in original code that greatly assisted in adding the settings panel: Daniele Lenares
  • Some guy who suckered me into writing this code, and provided the idea and desire: Julien Buratto