Closed tomschr closed 9 years ago
Our standard properties (like "status", "deadline", etc.) should contain specific datatypes which are checked when we set it:
deadline
YYYY-MM-DD
maintainer
priority
translation
True
False
status
editing
edited
proofing
proofed
comment
ready
languages
en_US
en
en,de
WIP
Our standard properties (like "status", "deadline", etc.) should contain specific datatypes which are checked when we set it:
deadline
: date, in the formatYYYY-MM-DD
maintainer
: any non-empty stringpriority
: any integer value with 1 as highest,translation
: boolean,True
orFalse
status
: one ofediting
,edited
,proofing
,proofed
,comment
, orready
languages
: any ISO standard likeen_US
,en
,en,de
etc.