-
/congapartyparrot
-
Currently, specific fields are required for name, id, other properties of a `db-object-widget` or `db-place-widget`. It would be great if the widget could be configured for a group, e.g. for model:
…
-
To give an effective demo of the reporting rates feature, we'll need a pile of sample data that produces a fully-populated dashboard. Extend the demo dataset so that the reporting rates tab is populat…
ghost updated
7 years ago
-
Several places in the code assume that forms/data_records have a `patient_id` field.
We use it to connect the `data_record` to the `person`.
If a form has no `patient_id` I think your instance will …
-
Requires medic-reporter.
Might be better to just e2e test medic-reporter...
-
Check this [select2-ajax.js](https://github.com/medic/medic-webapp/blob/develop/static/js/modules/select2-ajax.js) code out:
``` js
var query = function(params, successCb, failureCb) {
currentQ…
-
Currently when we generate non-unique patient IDs we try generating again and recurse infinitely. This causes load on couchdb and prevents sentinel from processing its queue of changes.
I propose in…
-
Complaints that summary / list view of records do not show information relevant to the role viewing them. e.g. the CHW does not need to see their name on every record. Reconsider how these are display…
-
https://issues.apache.org/jira/browse/COUCHDB-3021 has not been picked up by the couch guys, so maybe we should make it easier to understand by writing a minimal case repo they can use to reproduce th…
-
Right now actionBar is owned by inbox, and each controller has to call inbox's `setActionBar` to place the stuff it wants in it.
It would be better to make an actionBar angular directive, that each co…