Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
edc-review-dashboard
Advanced tools
A dashboard with direct links to review a subject's CRFs and Requisitions in clinicedc/edc projects
|pypi| |actions| |codecov| |downloads|
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
FAQs
A dashboard with direct links to review a subject's CRFs and Requisitions in clinicedc/edc projects
We found that edc-review-dashboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.