Skip to main content

Example casepro data pod returning statically configureddata

Project description

Example casepro data pod returning statically configured data.

Install

$ pip install casepropods.dummy

Usage

In casepro’s settings file, add the pod as an installed app, and configure the pods that you would like to show in the UI:

INSTALLED_APPS += ('casepropods.dummy.plugin.DummyPodPlugin',)

PODS = [{
    # maps this pod to the dummy pod type
    'label': 'dummy_pod',

    # title of the pod to show in the ui
    'title': 'Maternal Health Info',

    # static data to show as item in the ui for this pod
    # (only relevant to the dummy pod type)
    'data': {
        'items': [{
            'name': 'EDD',
            'value': '2015-07-18'
        }, {
            'name': 'Clinic Code',
            'value': '2034 6524 6421'
        }]
    }
}]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

casepropods.dummy-0.2.4.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

casepropods.dummy-0.2.4-py2-none-any.whl (4.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page