LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
django_workflow_system/__init__.py
django_workflow_system/apps.py
django_workflow_system/views.py
django_workflow_system.egg-info/PKG-INFO
django_workflow_system.egg-info/SOURCES.txt
django_workflow_system.egg-info/dependency_links.txt
django_workflow_system.egg-info/not-zip-safe
django_workflow_system.egg-info/requires.txt
django_workflow_system.egg-info/top_level.txt
django_workflow_system/admin/__init__.py
django_workflow_system/admin/collection.py
django_workflow_system/admin/collection_dependency.py
django_workflow_system/admin/everything_else.py
django_workflow_system/admin/step.py
django_workflow_system/api/__init__.py
django_workflow_system/api/serializers/__init__.py
django_workflow_system/api/serializers/user/__init__.py
django_workflow_system/api/serializers/user/workflows/__init__.py
django_workflow_system/api/serializers/user/workflows/assignment.py
django_workflow_system/api/serializers/user/workflows/engagement.py
django_workflow_system/api/serializers/user/workflows/engagement_detail.py
django_workflow_system/api/serializers/user/workflows/recommendation.py
django_workflow_system/api/serializers/user/workflows/subscription.py
django_workflow_system/api/serializers/utils/__init__.py
django_workflow_system/api/serializers/utils/get_images_helper.py
django_workflow_system/api/serializers/workflows/__init__.py
django_workflow_system/api/serializers/workflows/author.py
django_workflow_system/api/serializers/workflows/collection.py
django_workflow_system/api/serializers/workflows/step.py
django_workflow_system/api/serializers/workflows/workflow.py
django_workflow_system/api/tests/__init__.py
django_workflow_system/api/tests/utils.py
django_workflow_system/api/tests/factories/__init__.py
django_workflow_system/api/tests/factories/user.py
django_workflow_system/api/tests/factories/workflows/__init__.py
django_workflow_system/api/tests/factories/workflows/assignment.py
django_workflow_system/api/tests/factories/workflows/authors.py
django_workflow_system/api/tests/factories/workflows/engagement.py
django_workflow_system/api/tests/factories/workflows/json_schema.py
django_workflow_system/api/tests/factories/workflows/metadata.py
django_workflow_system/api/tests/factories/workflows/recommendation.py
django_workflow_system/api/tests/factories/workflows/step.py
django_workflow_system/api/tests/factories/workflows/subscription.py
django_workflow_system/api/tests/factories/workflows/workflow_collection.py
django_workflow_system/api/tests/factories/workflows/workflow_collection_image.py
django_workflow_system/api/tests/factories/workflows/workflow_image.py
django_workflow_system/api/tests/factories/workflows/workflows.py
django_workflow_system/api/tests/views/__init__.py
django_workflow_system/api/tests/views/user/__init__.py
django_workflow_system/api/tests/views/user/workflows/__init__.py
django_workflow_system/api/tests/views/user/workflows/test_assignment.py
django_workflow_system/api/tests/views/user/workflows/test_collection_recommendation.py
django_workflow_system/api/tests/views/user/workflows/test_engagement.py
django_workflow_system/api/tests/views/user/workflows/test_engagement_detail.py
django_workflow_system/api/tests/views/user/workflows/test_engagement_detail_user_inputs.py
django_workflow_system/api/tests/views/user/workflows/test_engagements.py
django_workflow_system/api/tests/views/user/workflows/test_engagements_filtering.py
django_workflow_system/api/tests/views/user/workflows/test_subscription.py
django_workflow_system/api/tests/views/user/workflows/test_surveys.py
django_workflow_system/api/tests/views/workflows/__init__.py
django_workflow_system/api/tests/views/workflows/test_author.py
django_workflow_system/api/tests/views/workflows/test_collection.py
django_workflow_system/api/tests/views/workflows/test_collection_dependency.py
django_workflow_system/api/tests/views/workflows/test_collections_2.py
django_workflow_system/api/tests/views/workflows/test_workflow.py
django_workflow_system/api/urls/__init__.py
django_workflow_system/api/urls/users.py
django_workflow_system/api/urls/workflows.py
django_workflow_system/api/utils/__init__.py
django_workflow_system/api/views/__init__.py
django_workflow_system/api/views/user/__init__.py
django_workflow_system/api/views/user/workflows/__init__.py
django_workflow_system/api/views/user/workflows/assignment.py
django_workflow_system/api/views/user/workflows/engagement.py
django_workflow_system/api/views/user/workflows/engagement_detail.py
django_workflow_system/api/views/user/workflows/recommendation.py
django_workflow_system/api/views/user/workflows/subscription.py
django_workflow_system/api/views/workflows/__init__.py
django_workflow_system/api/views/workflows/author.py
django_workflow_system/api/views/workflows/collection.py
django_workflow_system/api/views/workflows/workflow.py
django_workflow_system/management/__init__.py
django_workflow_system/management/commands/__init__.py
django_workflow_system/management/commands/assignment_terminator.py
django_workflow_system/management/commands/bulk_assignment_generator.py
django_workflow_system/migrations/0001_initial.py
django_workflow_system/migrations/0002_create_standard_user_input_types.py
django_workflow_system/migrations/0003_auto_20210617_0727.py
django_workflow_system/migrations/0004_auto_20210701_0910.py
django_workflow_system/migrations/0005_auto_20210720_0834.py
django_workflow_system/migrations/0006_auto_20210723_1204.py
django_workflow_system/migrations/0007_additional_user_input_types.py
django_workflow_system/migrations/0008_auto_20210723_1601.py
django_workflow_system/migrations/0009_update_user_input_types.py
django_workflow_system/migrations/0010_auto_20211105_0940.py
django_workflow_system/migrations/__init__.py
django_workflow_system/models/__init__.py
django_workflow_system/models/abstract_models.py
django_workflow_system/models/author.py
django_workflow_system/models/json_schema.py
django_workflow_system/models/metadata.py
django_workflow_system/models/step.py
django_workflow_system/models/step_audio.py
django_workflow_system/models/step_dependency_detail.py
django_workflow_system/models/step_dependency_group.py
django_workflow_system/models/step_external_link.py
django_workflow_system/models/step_image.py
django_workflow_system/models/step_text.py
django_workflow_system/models/step_ui_template.py
django_workflow_system/models/step_user_input.py
django_workflow_system/models/step_user_input_type.py
django_workflow_system/models/step_video.py
django_workflow_system/models/subscription.py
django_workflow_system/models/subscription_schedule.py
django_workflow_system/models/workflow.py
django_workflow_system/models/workflow_image.py
django_workflow_system/models/workflow_image_type.py
django_workflow_system/models/collections/__init__.py
django_workflow_system/models/collections/assignment.py
django_workflow_system/models/collections/collection.py
django_workflow_system/models/collections/collection_dependency.py
django_workflow_system/models/collections/collection_image.py
django_workflow_system/models/collections/collection_image_type.py
django_workflow_system/models/collections/collection_member.py
django_workflow_system/models/collections/engagement.py
django_workflow_system/models/collections/engagement_detail.py
django_workflow_system/models/collections/recommendation.py
django_workflow_system/templates/admin/django_workflow_system/workflowstep/change_form.html
django_workflow_system/tests/__init__.py
django_workflow_system/tests/management/__init__.py
django_workflow_system/tests/management/commands/__init__.py
django_workflow_system/tests/management/commands/test_assignment_terminator.py
django_workflow_system/tests/management/commands/test_bulk_assignment_generator.py
django_workflow_system/tests/models/__init__.py
django_workflow_system/tests/models/test_invalid_collection_code.py
django_workflow_system/tests/utils/__init__.py
django_workflow_system/tests/utils/test_response_schema_handlers.py
django_workflow_system/utils/__init__.py
django_workflow_system/utils/admin_utils.py
django_workflow_system/utils/logging_utils.py
django_workflow_system/utils/media_files.py
django_workflow_system/utils/validators.py
django_workflow_system/utils/version_validator.py
django_workflow_system/utils/response_schema_handlers/__init__.py
django_workflow_system/utils/response_schema_handlers/date_range_question.py
django_workflow_system/utils/response_schema_handlers/free_form_question.py
django_workflow_system/utils/response_schema_handlers/multiple_choice_question.py
django_workflow_system/utils/response_schema_handlers/numeric_range_question.py
django_workflow_system/utils/response_schema_handlers/single_choice_question.py
django_workflow_system/utils/response_schema_handlers/true_false_question.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/models.md
docs/_static/css/custom.css