[Status] Add status tracking

Add status tracking for domain objects, and decoration of
representations with status-related classes. Supports WTD-1575
by allowing pending state of taxonomy to be handled by
status tracking and custom CSS, instead of by overriding platform
templates.
This commit is contained in:
Victor Woeltjen
2015-11-18 17:17:42 -08:00
parent a7f277b0d2
commit 285c8cbd1e
5 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Facilitates tracking states associated with specific domain
objects.