Merge pull-request #1993

This commit is contained in:
Frederic Guillot
2016-03-24 20:03:18 -04:00
6 changed files with 64 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
Metadata
========
You can attach metadata for each project, task and user.
You can attach metadata for each project, task, user or for the whole application.
Metadata are custom fields, it's a key/value table.
For example your plugin can store external information for a task or new settings for a project.
@@ -34,6 +34,7 @@ Metadata types
- TaskMetadata: `$this->taskMetadata`
- ProjectMetadata: `$this->projectMetadata`
- UserMetadata: `$this->userMetadata`
- Settings/Config: `$this->config`
Notes
-----