Exemplo n.º 1
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight

TOOLKIT = Toolkit(
    title=ugettext_lazy("Managing Devices at Scale"),
    tagline=ugettext_lazy(
        "Key learnings from managing thousands of devices in a "
        "large-scale mobile health project."),
    image="managing-devices-ebook",
    template="data/toolkits/summaries/managing_devices_ebook.html",
    slug="managing-devices-ebook",
    icon="svg/tookits/icons/managingdevices_scale.html",
    download_url=
    "https://f.hubspotusercontent20.net/hubfs/503070/Toolkits/Dimagi%20Toolkit%20%E2%80%93%20Managing%20Devices%20At%20Scale.pdf",
    hubspot_form="186d64b8-8dcc-45d3-af92-03259efc96a8",
)

TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy("The CommCare Evidence Base"),
        highlight_image="managing-devices-ebook-highlights-one",
        description=ugettext_lazy("""
Aligning responsibilities across
stakeholders is key while rolling out a
mobile project at scale.
        """),
    ),
    Highlight(
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight

TOOLKIT = Toolkit(
    title=ugettext_lazy("Digital Workflow Template"),
    tagline=ugettext_lazy("This guide presents examples and templates "
                          "to create digital workflow documentation."),
    image="diig-digital-workflow-template",
    template="data/toolkits/summaries/digital_workflow_template.html",
    slug="diig-digital-workflow-template",
    icon="svg/tookits/icons/diig_workflow_toolkit.html",
    primary_cta="efcab94f-e5b8-4452-b65f-6e2a726fcb6e",
    download_slides="c91aafa4-2489-44da-a89a-4313b5ccb1e2",
    subnav_cta="611518c2-9635-43fc-a097-ea6cfc285e41",
    download_slides_cta="1c111606-85b8-45b2-86aa-f43a05e4806f",
    event_tracking_title="DIIG Workflow Template - Google Slides",
)

TOOLKIT.add_highlights([
    Highlight(
        description=ugettext_lazy("""
Use workflow legends to understand workflow standards.
        """),
        highlight_image="diig-digital-workflow-template-highlights-one",
    ),
    Highlight(
        description=ugettext_lazy("""
View example “Current” and “Future State” workflows.
Exemplo n.º 3
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight


TOOLKIT = Toolkit(
    title=ugettext_lazy(
        "Mobile Data Collection Guide"
    ),
    tagline=ugettext_lazy(
        "Learn how to set up a mobile data collection program."
    ),
    image="mobile-data-collection",
    template="data/toolkits/summaries/mobile_data_collection.html",
    slug="mobile-data-collection",
    icon="svg/tookits/icons/mobile_data_collection.html",
    download_url="https://cdn2.hubspot.net/hubfs/503070/Pillar%20Page%20PDFs/Guide%20to%20Mobile%20Data%20Collection.pdf",
    hubspot_form="a6b961bf-2a93-4d93-b2b5-46f71f82fd72",
)

TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy(
            "The CommCare Evidence Base"
        ),
        description=ugettext_lazy("""
Learn how your data requirements and the environmental implications of your 
program inform your choice of mobile platform.
        """),
Exemplo n.º 4
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight

TOOLKIT = Toolkit(
    title=ugettext_lazy("Total Cost of Ownership Model"),
    tagline=ugettext_lazy(
        "Use the Total Cost of Ownership Model to budget for your "
        "mobile solution."),
    image="total-cost-ownership",
    template="data/toolkits/summaries/total_cost_ownership.html",
    slug="total-cost-ownership",
    icon="svg/tookits/icons/total_cost_ownership_model.html",
    download_url=
    "https://f.hubspotusercontent20.net/hubfs/503070/Toolkits/Dimagi-CommCare-TCO-Model-2018.xlsx",
    hubspot_form="19bbc2bc-d6a3-4831-8088-770393235a75",
)

TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy("The CommCare Evidence Base"),
        highlight_image="total-cost-ownership-highlights-one",
        description=ugettext_lazy("""
Map out the scale of your operation over time
to project how your growth will impact your
data collection costs.
        """),
    ),
    Highlight(
Exemplo n.º 5
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight


TOOLKIT = Toolkit(
    title=ugettext_lazy(
        "Data Collection Guide"
    ),
    tagline=ugettext_lazy(
        "Use this introductory guide to data collection to organize your data collection plan."
    ),
    image="data-collection",
    template="data/toolkits/summaries/data_collection.html",
    slug="data-collection",
    icon="svg/tookits/icons/data_collection.html",
    download_url="https://cdn2.hubspot.net/hubfs/503070/Pillar%20Page%20PDFs/Guide%20to%20Data%20Collection.pdf",
    hubspot_form="781d61a5-25b1-4cc0-8f58-495a02f26bb1",
)

TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy(
            "The CommCare Evidence Base"
        ),
        description=ugettext_lazy("""
Learn how to categorize your data requirements, including worker 
and project performance metrics.
        """),
Exemplo n.º 6
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight

TOOLKIT = Toolkit(
    title=ugettext_lazy("Business Development Toolkit"),
    tagline=ugettext_lazy(
        "Use the Business Development Toolkit to develop a BD pipeline "
        "for your organization."),
    image="business-development",
    template="data/toolkits/summaries/business_development.html",
    slug="business-development",
    icon="svg/tookits/icons/business_development.html",
    download_url=
    "https://f.hubspotusercontent20.net/hubfs/503070/Toolkits/Dimagis%20BD%20Toolkit.zip",
    hubspot_form="c5cf9f9e-75fc-4e1f-942e-8f3e4e9056a7",
)

TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy("The CommCare Evidence Base"),
        description=ugettext_lazy("""
Building a business development team
at a social enterprise? Use this guide to
jump start your planning.
        """),
        highlight_image="business-development-highlights-one",
    ),
    Highlight(
Exemplo n.º 7
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight


TOOLKIT = Toolkit(
    title=ugettext_lazy(
        "The Maturity Model"
    ),
    tagline=ugettext_lazy(
        "Use the Maturity Model to establish a long-term "
        "vision for building and scaling your mobile system."
    ),
    image="maturity-model",
    template="data/toolkits/summaries/maturity_model.html",
    slug="maturity-model",
    icon="svg/tookits/icons/maturity_model.html",
    download_url="https://f.hubspotusercontent20.net/hubfs/503070/Toolkits/Dimagi%20Maturity%20Model.zip",
    hubspot_form="edd74f83-1893-43a3-bb60-f31e20e5f43a",
)


TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy(
            "The CommCare Evidence Base"
        ),
        highlight_image="maturity-model-highlights-one",
        description=ugettext_lazy("""
Exemplo n.º 8
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight


TOOLKIT = Toolkit(
    title=ugettext_lazy(
        "Managing Data in CommCare"
    ),
    tagline=ugettext_lazy(
        "A starter guide to inspecting, cleaning and exporting data in "
        "CommCare."
    ),
    image="commcare-managing-data",
    template="data/toolkits/summaries/commcare_managing_data.html",
    slug="commcare-managing-data",
    icon="svg/tookits/icons/managingdata_commcare.html",
    download_url="https://sites.dimagi.com/hubfs/Toolkits/Managing%20Data%20in%20CommCare.pdf",
    hubspot_form="f59879b3-23cb-41a6-b4f8-e1daa8ba4141",
)


TOOLKIT.add_highlights([
    Highlight(
        name=ugettext_lazy(
            "The CommCare Evidence Base"
        ),
        highlight_image="commcare-evidence-base-highlights-one",
        description=ugettext_lazy("""
Exemplo n.º 9
0
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy

from dimagi.data.toolkits import summary
from dimagi.pages.models.toolkits import Toolkit, Highlight

TOOLKIT = Toolkit(
    title=ugettext_lazy("CommCare + DHIS2 Digital Health Systems"),
    tagline=ugettext_lazy("Learn how CommCare and DHIS2 integrate to create "
                          "sustainable data pipelines."),
    image="digital-health-systems",
    template="data/toolkits/summaries/digital_health_systems.html",
    slug="digital-health-systems",
    icon="svg/tookits/icons/dhis.html",
    french_download_url=
    "https://cdn2.hubspot.net/hubfs/503070/Toolkits/Inte%CC%81gration%20de%20CommCare%20et%20DHIS2.pdf",
    french_hubspot_form="23a4f46d-db9d-433d-a341-c2ec8e1cacaf",
    primary_cta="00c484a5-fc8e-4ba2-b1ae-9222d4a97a61",
    subnav_cta="4633865c-3c47-4370-8874-740c49bd75db",
    event_tracking_title="DHIS2 Integration ",
    language="french",
)

TOOLKIT.add_highlights([
    Highlight(
        description=ugettext_lazy("""
Understand how CommCare and DHIS2 work together to create
an end-to-end data pipeline for your digital health system.
        """),
        highlight_image="digital-health-systems-highlights-one",
    ),