user and data for metadata + settings

user and date for metadata #1853 #1861
This commit is contained in:
Timo Litzbarski
2016-03-11 11:59:23 +00:00
committed by BlueTeck
parent 7d7b9f78b8
commit 194fbe263e
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
-----