Skip to content

v0.33.0 (February 12, 2016)

Choose a tag to compare

@remomueller remomueller released this 12 Feb 19:22
· 2677 commits to main since this release

Enhancements

  • Adverse Event Changes
    • Adverse event notifications are no longer sent out if a user has emails disabled
    • Adverse events now prompt the user to fill out additional forms if one or more exists
    • Adverse Event exports are now bundled with a labeled CSV export of all sheets related to adverse events
  • Export Changes
    • Rewrote the data exporter to more efficiently export large amounts of data
    • Default exported columns have been simplified to: Subject, Site, Event Name, Design Name, Sheet ID
  • Design Changes
    • The menu on the design edit page has been removed to provide more room while editing
  • Variable Changes
    • A new variable type, Time Duration, has been added that allows data entry for a duration of hours, minutes, and seconds
    • Time variables can now be set as 24-hour (default) or 12-hour for data entry and display
    • Display of seconds on time variables can now be toggled on and off
    • Display format of time durations can be hh:mm:ss, hh:mm, and mm:ss
    • Date variables can now be additionally formatted in dd-MMM-yyyy format, ex: 08-FEB-2016
    • Calculation fields can now be set as hidden during data entry
  • Notification Changes
    • Adverse event changes, sheet comments, and tablet handoff completions now have in-app notifications
  • Project Changes
    • Added script to copy projects as templates to allow user testing of subject creation and sheet entry
    • The main project page now displays an improved subjects index
    • Project reports have been moved to a new menu tab
    • Acrostics enabled setting has been removed
      • For projects that require acrostics, these can be added with the subject_code
      • Subject Code can be renamed at the project-level to indicate that they include acrostics as well
  • Randomization Changes
    • Stratification factors can now have a calculation set that enforces that randomization criteria be selected that match data entered for the subject
  • Site Changes
    • Site prefix, code_minimum, and code_maximum have been removed in favor of subject_code_format
  • Sheet Changes
    • Sheets now display the event in the breadcrumbs if the sheet is on an event
  • Subject Changes
    • Subject statuses have been removed
    • Subject acrostics have been removed
  • Category Changes
    • Designs associated to categories are now listed on the category page

Bug Fix

  • Fixed an issue that prevented the R script from reading grids correctly
  • Fixed an issue retrieving the last updated sheet on the subjects index
  • Fixed a visual bug that prevented export progress bar from advancing when starting an export
  • Fixed a bug that could cause incorrect validation of required fields hidden by branching logic
  • Fixed a bug that prevented overlap from working for calculations on calculated variables