Giter Club home page Giter Club logo

redcap-extras's Introduction

redcap-extras

Build Status Build Status

Custom plugins, hooks, DET, and API examples. This is a public repository for example REDCap code. It is not warrantied in any way and using this code at your own REDCap installation is at your own risk. The hope is that together we can improve and build upon what exists here.

There is a separate private repository for the REDCap plugin committee where we are developing best-practice standards. Perhaps one day these examples can be improved upon and blessed by the committee, but at this time they are use-at-your-own-risk.

If you are interested in joining the REDCap Plugin Committee where you can help contribute to building better extensions, please email the consortium google groups (or contact your REDCap admin if you don't have access to the group).

redcap-extras's People

Contributors

123andy avatar asura-asp avatar dwrogers avatar garricko avatar indera avatar pbchase avatar sanathp avatar ufl-taeber avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redcap-extras's Issues

Try Behavior Driven Development as a testing framework

The Behave testing framework could be a better way to express tests in a human readable format. This could allow end users and developers who have never written tests to describe the tests they want to do in a language that is both human readable and machine executable.

We need a method for capturing the screen shots of failed selenium tests

We need a method for capturing the screen shots of failed selenium tests. At the moment we can do this but the screen shot are captured by a private web site. (See the 'after_failure' step at https://github.com/ctsit/redcap-extras/blob/master/.travis.yml#L22). We should investigate the Sauce Labs integration with Travis-CI (see http://docs.travis-ci.com/user/sauce-connect/) to see if we can get this functionality by using Sauce Labs for the selenium tests.

Travis testing script is narrowly focused

The testing script travis is calling, https://github.com/ctsit/redcap-extras/blob/master/tests/test_redcap_hooks.py, is narrowly focused. It tests only one hook.

I think we need a script that calls a master script for hooks and a master script for plugins. Each of these scripts needs to call a list or directory of lists in its scope. I think it would be better if the master scripts made very few assumptions about what the per-hook and per-plugin tests would do.

Hook code removed in aaa797bb should be reinstated

I think the hook code removed in commit aaa797b should be reinstated. When it returns each hook should be placed in a directory under ./hooks/library.

I don't think the files should stay in the .hooks/globals folder because this structure assumes the hooks are deployed. I feel the purpose of this repo is to provide a library of hooks that one could deploy. It could provide examples of how these hooks could be deployed, but the repo content itself should not deploy them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.