- Add CITATION.cff (@pbchase, #34, #35)
- Merge pull request #33 from saipavan10-git/module_improvements (@pbchase)
- Update README (@pbchase, #33)
- Add checkbox filling functionality and support all RC versions (@saipavan10-git, #27, #33)
- Fix issue with codebook URLs in our RC (@saipavan10-git, #30, #33)
- Add checks for RC versions where new search is implemented (@saipavan10-git, #30, #33)
- change back to min version for RC (@saipavan10-git, #30, #33)
- Update README with new requirements and limitations (@pbchase, #26)
- Address issue #30 'No data copied' (@saipavan10-git, #30, #32)
- Address issue #29 'Bug and error on field mapping' (@saipavan10-git, #29, #32)
- Add a max redcap version (@saipavan10-git, @pbchase, #32)
- Update Framework version (@saipavan10-git, #32)
- Create AUTHORS.md (@saipavan10-git, @pbchase, #31, #32)
- Add support for populating dropdown fields, both autocompleting and regular (Kyle Chesney)
- Remove trailing comma from final param to getDataDictionary call to support PHP < 7.3 (Kyle Chesney)
- Add Limit fields to search option Add fetchMappings helper function to backend (Kyle Chesney)
- Update README to state lack of multi-arm support (Kyle Chesney)
- Fix php call causing breakage as early as redcap v10.5.1 hardcode arm arg in enableDataSearchAutocomplete call (Kyle Chesney)
- Dynamically updates source codebook href (mbentz)
- Support piping to non-YMD[_HMS] date types (Kyle Chesney)
- Add Zenodo DOI badge to README (Philip Chase)
- Explain (lack of) auth check for access to source project data (Kyle Chesney)
- Fire REDCap rules on target fields as they are written to (Kyle Chesney)
- Support all radio layouts, map using coded values instead of choice labels (Kyle Chesney)
- Hide field search selector (Kyle Chesney)
- Force target_forms to array if only 1 entry (Kyle Chesney)
- Display a confirmation modal during data copying (James Pence)
- Allow use on multiple forms with multiple mappings broke (Kyle Chesney)
- First release of Search and Populate Data From Another Project module (Kyle Chesney)
- Has the ability to search records of another project.
- Has the ability to write data from the selected source record into the current form.
- Limitied to operation on only one data entry form.
- Allows for configurable field name mapping between source and target projects.
- Has a JSON validator for for the field mapping configuration
- Has hotlinks to the Source and Target codebooks.