Cohort Builder sprint #4: searching, result display & search history

General Sprint Information: 

Lead (Product Owner): TBD

Developer LeadFemi Oladeji
 
Known Developers Assigned: Fortune EkeruoFemi OladejiChukwuemeka Nwankwo, Azeez Olaniran, Murphy Enaho, OpenMRS community, 
 
Key Contributors: 
 

Sprint Start Date: 3/April/2017


Sprint End Date:  17/April/2017


Kick Off
 Meeting Date:  3/April/2017


Source Code:

Cohort Builder: https://github.com/openmrs/openmrs-owa-cohortbuilder/ (master branch)

Sprint Goals: 

  1. To populate search history so that previous searches can be saved & viewed
  2. Complete all search queries
  3. Improve user experience while performing searches

 

KickOff Meeting: 


Participants

  1. Daniel Kayiwa
  2. Onodje Daniel
  3. Fortune Ekeruo
  4. Femi Oladeji
  5. Chukwuemeka Nwankwo
  6. Enaho Murphy
  7. Azeez Olaniran

How to Participate 

Add your name to the list on this wiki page (with any comments about your availability). If you want to join after the sprint has started just join the IRC channel mentioned above and say hello.

The general process:

  1. New to OpenMRS sprints? Want help getting started? Join IRC and say "???": I'd like to participate in the sprint!". If you get no response, just ping any of the above sprint participants as per the IRC tips at http://en.flossmanuals.net/openmrs-developers-guide/support/
  2. Pick a ticket from the available tickets in the top-left of the sprint dashboard page at:
    • Make sure it does not depend on a ticket that is incomplete.
  3. If you have any questions about the ticket, ask on the group chat
  4. Do the ticket. See our HOWTO for git. Sprint specific git HOWTO for devs with push rights: whatever works for you :-) If you don't like pull requests, don't send them. Commit and push directly to the main repo. If you do like pull requests, fork the main repo and send pull requests, but merge them right after. My favorite way is to work on the main repo, but create local branches (without pushing them to the main repo). Merge branches locally to the master and push to the main repo.
  5. Join the daily scrum to share your updates

Things to do and consider during sprint

  1. Get a list of all queries that can be made on the cohort builder and those that do not have definition keys yet

  2. Display title of search based on parameters supplied e.g selecting male gender, minimum age of 20 and maximum age of 30 should have a title like Males between 20 & 30 years

  3. Number of results(hits) for each search should be displayed

  4. Display of search history should be managed to prevent a long list of previous searches

  5. Searching of multiple values for some fields should be intuitive and easy to use e.g attribute value field

 

During Project Notes for the sprint: 

To be added while the project progresses 

Sprint Retrospective:  

To be added after the end of the sprint. 

See Also