|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.11",
"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/14/b0/b018dafc88cefbe87d2b6a5fd2b046a0b37470bb81f27f719b0d448f3ba2/edc-review-dashboard-0.3.37.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": "0.3.37",
"project_urls": {
"Homepage": "https://github.com/clinicedc/edc-review-dashboard"
},
"split_keywords": [
"django edc dashboard",
" clinicedc",
" clinical trials"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d583ab6849b7eb6221f91b710f3595147c2c370dbc1a37867ffd2f8fb4a137f8",
"md5": "bf62e9374419131ae6f334eb29c57f0b",
"sha256": "b7e6eaf10b12bb5b6204fe5fd2ee68572f4e95ac38b92e98d4df2cd2093d2349"
},
"downloads": -1,
"filename": "edc_review_dashboard-0.3.37-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf62e9374419131ae6f334eb29c57f0b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 41712,
"upload_time": "2024-03-26T05:10:02",
"upload_time_iso_8601": "2024-03-26T05:10:02.786758Z",
"url": "https://files.pythonhosted.org/packages/d5/83/ab6849b7eb6221f91b710f3595147c2c370dbc1a37867ffd2f8fb4a137f8/edc_review_dashboard-0.3.37-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "14b0b018dafc88cefbe87d2b6a5fd2b046a0b37470bb81f27f719b0d448f3ba2",
"md5": "21222116e03678f5a87f51baac947fce",
"sha256": "2e102198249f82d95e5c76fbbeddbe267c780468962c70a488e4b9a456bebb1f"
},
"downloads": -1,
"filename": "edc-review-dashboard-0.3.37.tar.gz",
"has_sig": false,
"md5_digest": "21222116e03678f5a87f51baac947fce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 38118,
"upload_time": "2024-03-26T05:10:06",
"upload_time_iso_8601": "2024-03-26T05:10:06.201275Z",
"url": "https://files.pythonhosted.org/packages/14/b0/b018dafc88cefbe87d2b6a5fd2b046a0b37470bb81f27f719b0d448f3ba2/edc-review-dashboard-0.3.37.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-26 05:10:06",
"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"
}