Skip to content

Releases: DH-IT-Portal-Development/ethics

Release v2.1

16 Feb 13:38
d6b7628
Compare
Choose a tag to compare

This release marks the final stable version using Django 1.11 (LTS).

Features:

  • Chamber members can see all reviews
  • Fixes for PDF generation and display
  • Proposal and review workflow up to date with end of 2020

Release v2.0

28 Jun 11:58
c3d3f1c
Compare
Choose a tag to compare

This release updates the application for the FETC-H.

Key differences:

  • Two chambers that independently review proposals based upon it's attached institution
  • It's now possible to leave certain required fields empty when progressing through the form. A check is run on the last page to make sure all fields are filled in before sending the proposal in
  • Textual changes

Release 1.14

18 Apr 09:50
Compare
Choose a tag to compare
  • Added new files uploads for passive consent
  • Enabled editting sent in proposals by supervisors
  • Seperated committee review and supervisor review pages for the secretary
  • Added a copy-paste based export for approved studies
  • Updated Django to 1.11 (LTS)

Release 1.13

26 Oct 19:00
Compare
Choose a tag to compare

This release adds some functionality, viz.:

  • Added leader_has_coc field on Setting to ask for Certificate of Conduct (b509e03)
  • Added a view with supervised Proposals (340b551)
  • Added data management view (16decd2)

Furthermore, translations were updated (f310123).

Release 1.12

31 Aug 19:53
Compare
Choose a tag to compare

This release adds some functionality, viz.:

  • Added review round for preliminary assessment Proposals (e0fa9e5)
  • Notify local staff only when the assignment phase starts, not when the Proposal might still have to go past the supervisor (0a21680)

Also, some bugs were squashed:

  • Removing funding from preliminary assessment PDF (507ffd9)
  • Adding a dot to the 'field is required' message (a5f7542)
  • Fixing test for Wmo (be04844)

Furthermore, translations were updated (8faf8f1, 730639a) as well as the requirements (997a8b3) and there was a bit of refactoring (2334c72).

Release 1.11.1

16 Jun 18:35
Compare
Choose a tag to compare

Hotfix release, fixes one blocking bug (181a134).

Release 1.11

14 Jun 14:30
Compare
Choose a tag to compare

This release adds some functionality, viz.:

  • Added possible notification to lab staff when local facilities are used (9ed0e87)
  • Don't ask the supervision question when there are only adult AgeGroups in the Study (ebe55af)
  • Always generate the PDF in English (ea54ebb)
  • Added command to regenerate the attached PDF (c43de93)
  • Showing date submitted for submitted Proposals (7930fc4)

Also, some bugs were squashed:

  • Fixed ordering of tables by date (84b92ef)
  • Small fix for checking required for NullBooleanField (a3a157f)
  • Using BASE_URL instead of request to create download links (43995b9)
  • Fixed the e-mail text for assignments (4e362e8)

Furthermore, documentation was updated (6e7c5bf, 858b38e, 83ffb1b), as well as the translations (8faf8f1, 730639a). Finally, various code style issues were resolved (8782087, c280b4f, 5c5b854, d631d7b)

Release 1.10

29 May 11:20
Compare
Choose a tag to compare

This release adds some functionality, viz.:

  • Added fields to keep track of confirmation sent for a Proposal (7c358ac, f4b1cf7, d587371)
  • Secretary can now update informed consent/briefing per Study (20f99d6)
  • Users can now see their supervised Proposals (4042116)
  • Added request for details in case of Studies with passive consent (0bb5a5d)
  • Showing the needs_name field for Funding in the admin interface (2d1a19d)

Furthermore, requirements were updated (24219ac, 772aa84, 33f48ac) as well as documentation (9c697e5, 5409cf4, ed191a7, 7ed3bf6). Lastly, some language issues (85a6627, faef704, d0ed146) were resolved.

Release 1.9

24 Apr 09:24
Compare
Choose a tag to compare

This release added some functionality, viz.:

  • Added link that automatically sets is_revision to True (93692d2)
  • Added funding_name field on Proposal (f18a1c1, 3213fac)
  • Updated texts for title and applicants fields on Proposal (f8dd106)
  • Changing approved to endorsed (ae7a408)

Also, some bugs were squashed:

  • Don't start the review process for practice Proposals (a309651)
  • Marking the comments as safe in the notification e-mail (fad662c)

Furthermore, requirements were updated (5ef9afe, 0c77abf, 5665b68). Lastly, some language issues (229836b) as well as coding style issues (84266b0) were resolved.

Release 1.8.1

14 Mar 09:45
Compare
Choose a tag to compare

This release fixes some bugs, added English translation for e-mails and amended some messages.

Resolved bugs:

  • Full URLs for links in PDF documents (8dba277)
  • Remove funding questions in preliminary assessment proposals (cdacfd5)
  • Don't add running word count when summary is not present (60f2c89)

The e-mails were translated in 669c397. Messages were amended in f2cbeab, 6b3a5f4.