Create a new workflow application in ICEKit where we will add very basic workflow-like content management features such as:
assign a user to a specific content item
set basic workflow status information, such as "new" or "in review"
provide information about who created or edited items
We anticipate doing most of the work using a combination of Django's Generic Foreign Keys (GFKs) so we can relate workflow information to any model, and admin mixins to expose the workflow fields for staff to edit.
Create a new
workflow
application in ICEKit where we will add very basic workflow-like content management features such as:We anticipate doing most of the work using a combination of Django's Generic Foreign Keys (GFKs) so we can relate workflow information to any model, and admin mixins to expose the workflow fields for staff to edit.