Git Product home page Git Product logo

aronoff's Introduction

Introduction

This project is a prototype application designed to support a specific medical research project. The goal is to be able to generalize this project to support multiple types of medical research.

Components

The project is based on the following technology components:

  • Ruby On Rails 4

  • MongoDB using Mongoid ORM

  • Twitter Bootstrap

  • Devise authentication

  • Cancan authorization

  • Figaro environment variable utility

  • Rspec testing

  • Stripe.com subscription billing

  • Openshift PaaS hosting integration scripts

Build Status

The project uses a continuous integration (CI) model and server. The CI server is hosted by Travis CI. The latest build status for the master and development branches are shown below:

License

The Ignition project is available as GPLV3 licensed software. For more information on this license see here

aronoff's People

Contributors

alim avatar anotherjazzman avatar fimbrogno avatar

Watchers

 avatar  avatar

aronoff's Issues

Add free form search feature

Add the ability to search all stored records for terms that utilize basic boolean search terms such as:

AND
OR
NOT

Example

AND AND NOT

Add GBS Strain drop down menu to Macrophage form

Since we do not have the MSU MLST system up and running yet, we will put a set of GBS strain values into the model class for Macrophages. We will then add a view helper to create a drop down list of the Macrophage form.

Update method for highlighting active menu items.

We currently use a defined instance variable for setting the class="active". We can factor this usage out into an application helper that might look like:

def active(path)
request.fullpath == path ? "active" : ""
end

We would then call this helper in the view layouts had menu items that we need to highlight.

Add Travis CI Support

Add support for Travis Continuous Integration support into the code. This implies setting up .travis.yml file for configuring the build.

Need flash section on Devise views.

Need to include flash section on devise layout. This will allow users to be notified when email and other actions are being taken by the Devise authentication system.

Add initial Immune Response resource

Initial immune response result data elements have been received from the lab. We can build the initial results resource for Immune response experiments.

Need to update GBS Strain ID

Came across an error on my part. I need you to change strain GB1459 to 1454 in the repository, if possible. I just found out that I had it labeled in error.

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.