|pypi| |actions| |codecov| |downloads|
Edc Review Dashboard
====================
An alternative dashboard of a subject's visits, CRFs and Requisitions.
Declare in your app:
.. code-block:: python
class SubjectReviewListboardView(Base):
listboard_model = 'ambition_subject.subjectvisit'
model_wrapper_cls = RelatedVisitModelWrapper
navbar_name = 'ambition_dashboard'
Add URLs:
.. code-block:: python
urlpatterns = ....
review_listboard_url_config = UrlConfig(
url_name='subject_listboard_url',
view_class=SubjectListboardView,
label='subject_listboard',
identifier_label='subject_identifier',
identifier_pattern=subject_identifier)
urlpatterns += review_listboard_url_config.review_listboard_urls
.. |pypi| image:: https://img.shields.io/pypi/v/edc-review-dashboard.svg
:target: https://pypi.python.org/pypi/edc-review-dashboard
.. |actions| image:: https://github.com/clinicedc/edc-review-dashboard/actions/workflows/build.yml/badge.svg
:target: https://github.com/clinicedc/edc-review-dashboard/actions/workflows/build.yml
.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-review-dashboard/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/clinicedc/edc-review-dashboard
.. |downloads| image:: https://pepy.tech/badge/edc-review-dashboard
:target: https://pepy.tech/project/edc-review-dashboard
Raw data
{
"_id": null,
"home_page": "https://github.com/clinicedc/edc-review-dashboard",
"name": "edc-review-dashboard",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "django edc dashboard, clinicedc, clinical trials",
"author": "Erik van Widenfelt",
"author_email": "ew2789@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a6/c7/fd835ccd74eaf791663164caa60f1efa804d74d55d9cdda5e1ff664af760/edc_review_dashboard-1.0.0.tar.gz",
"platform": null,
"description": "|pypi| |actions| |codecov| |downloads|\n\nEdc Review Dashboard\n====================\n\nAn alternative dashboard of a subject's visits, CRFs and Requisitions.\n\n\nDeclare in your app:\n\n\n.. code-block:: python\n\n class SubjectReviewListboardView(Base):\n\n listboard_model = 'ambition_subject.subjectvisit'\n model_wrapper_cls = RelatedVisitModelWrapper\n navbar_name = 'ambition_dashboard'\n\nAdd URLs:\n\n.. code-block:: python\n\n\turlpatterns = ....\n\n review_listboard_url_config = UrlConfig(\n url_name='subject_listboard_url',\n view_class=SubjectListboardView,\n label='subject_listboard',\n identifier_label='subject_identifier',\n identifier_pattern=subject_identifier)\n urlpatterns += review_listboard_url_config.review_listboard_urls\n\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/edc-review-dashboard.svg\n :target: https://pypi.python.org/pypi/edc-review-dashboard\n\n.. |actions| image:: https://github.com/clinicedc/edc-review-dashboard/actions/workflows/build.yml/badge.svg\n :target: https://github.com/clinicedc/edc-review-dashboard/actions/workflows/build.yml\n\n.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-review-dashboard/branch/develop/graph/badge.svg\n :target: https://codecov.io/gh/clinicedc/edc-review-dashboard\n\n.. |downloads| image:: https://pepy.tech/badge/edc-review-dashboard\n :target: https://pepy.tech/project/edc-review-dashboard\n",
"bugtrack_url": null,
"license": "GPL license, see LICENSE",
"summary": "A dashboard with direct links to review a subject's CRFs and Requisitions in clinicedc/edc projects",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/clinicedc/edc-review-dashboard"
},
"split_keywords": [
"django edc dashboard",
" clinicedc",
" clinical trials"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a2ba70d4705b30fb7021fe04c354f9c8365caa5b381c59d97a28ed4eb2171385",
"md5": "70754dab5a15e07b7bf071d1253914ae",
"sha256": "92f42087c051a754ae3f5f8a8e3438f185ad222a16c70072ddf9fcb26a9b86fc"
},
"downloads": -1,
"filename": "edc_review_dashboard-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "70754dab5a15e07b7bf071d1253914ae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 42662,
"upload_time": "2025-01-21T04:04:02",
"upload_time_iso_8601": "2025-01-21T04:04:02.022008Z",
"url": "https://files.pythonhosted.org/packages/a2/ba/70d4705b30fb7021fe04c354f9c8365caa5b381c59d97a28ed4eb2171385/edc_review_dashboard-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6c7fd835ccd74eaf791663164caa60f1efa804d74d55d9cdda5e1ff664af760",
"md5": "068ccf417afa50cd0b1f7c75dbac5c5a",
"sha256": "0770a4ea301ea75cdadbbc7f439d76baeffec1187447a59a8c3da1c883f0ee2b"
},
"downloads": -1,
"filename": "edc_review_dashboard-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "068ccf417afa50cd0b1f7c75dbac5c5a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 38192,
"upload_time": "2025-01-21T04:04:04",
"upload_time_iso_8601": "2025-01-21T04:04:04.024162Z",
"url": "https://files.pythonhosted.org/packages/a6/c7/fd835ccd74eaf791663164caa60f1efa804d74d55d9cdda5e1ff664af760/edc_review_dashboard-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-21 04:04:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "clinicedc",
"github_project": "edc-review-dashboard",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "edc-review-dashboard"
}