Skip to content

Commit

Permalink
updated attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
123andy committed Dec 27, 2022
1 parent e551e21 commit 65ae7b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
7 changes: 5 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# AUTHORS

Andy Martin <github.com/123andy> intialized the image map plugin/hook.
Andy Martin <github.com/123andy> created the imagemap plugin/hook.

The Image Map module would not be possible without the generous contributions of code, testing, and ideas from the CTS-IT developers, the REDCap Team, and Mike Conlon, Ph.D.
The Image Map module was then converted to an External Module through contributions of code, testing, and ideas from the CTS-IT developers, the REDCap Team, and Mike Conlon, Ph.D.

We specifically want to thank our developers Marly Gotti www.marlygotti.com , Kyle Chesney [email protected], James Pence [email protected], and Philip Chase [email protected] for their contributions to the project. Taryn Stoffs [email protected] and Jerri Johnston [email protected] provided valuable input into the design and testing of the Image Map module.

Ryan Valentine at Stanford has helped many researchers add new image maps to this library

The module has since been updated in collaboration by all authors.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to the Imagemap module will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2022-12-28
### Changed
- Updated to framework 9 (which means minimum REDCap version for this release is 12.0.4)
- Substantially refactored to use JSMO for client-side javascript and to be more selective about when actions are performed to help with future debugging
- Addressed bug in radio button selection that would prevent actual redcap radio input from being set correctly (see https://community.projectredcap.org/questions/139920/imagemap-em-single-selection-fails-when-changing-s.html)
- Addressed bug (not documented) where changes to checkbox fields from the UI (e.g. _OPTIONS version of maps) were not updating the imagemap.
### Added
- Introduced project-level setting to output console logs on a per-project basis
- Two maps (photoform and a facemap) - Ryan Valentine
- The EM now hides the input form until all maps have been rendered and inputs hidden to reduce flicker on the client side

## [1.9.1] - 2022-02-18
### Added
- Add example project xml (Michael Bentz)
Expand Down

0 comments on commit 65ae7b2

Please sign in to comment.