CodeTanzania / emis-stakeholder

A representation of an entity (e.g municipal, individual, agency, organization etc) consisting of contact information (e.g. name, e-mail addresses, phone numbers) and other descriptive information of interest in emergency(or disaster) management.
MIT License
7 stars 3 forks source link

Should implement fetchContacts based on provided criteria #15

Closed lykmapipo closed 5 years ago

lykmapipo commented 5 years ago

Contact Structure

{
 name: String,
 email: String,
 mobile: String
}

Method Signature

fetchContacts([criteria: Object], done: Function) : [Contact]