Skip to content

Releases: ahcis-rds/study_finder

v2.2.0

24 Jul 15:12
905cfc5
Compare
Choose a tag to compare

This release completes the transition of the included clinicaltrials.gov connector to use their V2 API. This includes two breaking changes in the private API for the ctgov connector.

  1. In Connectors::Ctgov#load(start_date,end_date) the start and end dates must now be in ISO format YYYY-MM-DD (the old format was MM/DD/YYYY). Any custom tasks that directly call this method should be updated.
  2. Connectors::Ctgov#load(start_date,end_date) now calls Connectors::Ctgov#process itself to recurse through the V2 API's paged results. Formerly, load and process had to be called separately in that order. Remove any direct calls to process in order to avoid a redundant re-processing of the last "page" of data from the API.

v2.1.0

17 Nov 19:18
89aeea5
Compare
Choose a tag to compare

Major changes:

  • Significant search indexing/config changes.
  • Significant API changes to make it less tightly-coupled with ct.gov and easier to implement other integrations.
  • Adding admin settings to enable/disable/customize a number of features.
  • New admin workflow to allow for an approval queue between study import and publishing.
  • Ruby, Rails, and other dependency upgrades.
  • Test coverage improvements.
  • Replace home page carousel/video options with three-wide "features" display, for accessibility reasons.
  • Accessibility improvements.
  • Bugfixes.

v1.1.1

27 Oct 17:26
d4446d3
Compare
Choose a tag to compare

This release ports the 2.x addition of the registered trademark symbol in the footer test and StudyFinder logo.

The StudyFinder logo has been changed to an inline SVG so it can be directly styled via theme CSS. The delivered CSS defaults the StudyFinder logo to $school_main_color and $school_secondary_color. To customize these colors, target the g#studyfinder-logo-study and g#studyfinder-logo-finder elements. These correspond to the Study and Finder words in the logo, respectively.

v2.0.0

25 Oct 16:21
9ff0f16
Compare
Choose a tag to compare
  • Update to Bootstrap 4
  • Update to Rails 5.2.6
  • Fix issue with phone number not appearing in contact email
  • Fix error when searching in categories/groups with no conditions
  • Add downloadable study summary PDF
  • Add configurable SMTP email host
  • Add "recently modified" and "recently imported" options in reports
  • Add study landing page for linking to individual studies
  • Add admin-configurable attribute labels and visibility
  • Add API to allow external study import logic
  • Add customizable study photos

v1.1.0

11 Jun 14:39
c4dc86a
Compare
Choose a tag to compare

This release:

  • Improves database seeds (adds ConditionGroups, User, and sample studies)
  • Adds a Dockerfile and docker-compose.yml
  • Updates elasticsearch to 7.4
  • Updates Rails to 5.2
  • No longer clears ConditionGroups when the reload_all task is run

Work for Study Finder 2.0 will begin on the master branch and will include many breaking changes. If you're pulling upstream changes from this project, but sure to use the 1.x tag series.

Updating Rails to latest

14 Mar 17:07
Compare
Choose a tag to compare

Updating Rails to latest.

v1.0.8

17 Apr 15:05
Compare
Choose a tag to compare

Adding recaptcha and new fields for tracking PI, disease sites, Cancer Y/N.

v1.0.7

15 Dec 17:52
Compare
Choose a tag to compare

Added simple description back to the "For Researchers" section. Increased font size in areas for better readability.

Added see more info link to content when emailing a trial.

02 Dec 19:50
Compare
Choose a tag to compare

Added see more info link to content when emailing a trial.

Minor bug fixes

27 Oct 14:19
Compare
Choose a tag to compare

Minor bug fixes