Releases: ahcis-rds/study_finder
v2.2.0
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.
- In
Connectors::Ctgov#load(start_date,end_date)
the start and end dates must now be in ISO formatYYYY-MM-DD
(the old format was MM/DD/YYYY). Any custom tasks that directly call this method should be updated. Connectors::Ctgov#load(start_date,end_date)
now callsConnectors::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
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
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
- 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
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
Updating Rails to latest.
v1.0.8
v1.0.7
Added see more info link to content when emailing a trial.
Added see more info link to content when emailing a trial.
Minor bug fixes
Minor bug fixes