/angular-couch-query

Navigate results of Couch views and Lucene queries easily

Primary LanguageJavaScriptMIT LicenseMIT

Angular Couch Query

Build Status

Navigate results of Couch views and Lucene queries easily

This module requires ngLodash as a dependency, thus please add it to your app following its documentation, before adding this one

Installation

Add this to your angular app with bower, for instance:

$ bower install --save eHealthAfrica/angular-couch-query#0.0.3

Then add the module eHealth.couchQuery as a dependency to your app module.

The database and the search document needs to be set in the configuration phase of your app for the Lucene query service to work. Check the tests for an example.

Origins

These few services were extracted from the Ebola call centre, because the same functionality is needed also for the Ebola case management dashboard

How to lint, build, run the tests, etcetera

$ npm install
$ bower install
$ grunt

How to do a new release

  • update the change log adding a release number and a release date
  • use grunt bump with a version level matching the changes in the change log

The change log will be committed automatically by grunt bump

Repo structure

The structure comes from bootstrapping with generator-angularjs-library, version 1.4.0