Archive for the 'code' Category

Improving OpenMRS Code Review

Thursday, April 15th, 2010

Trying to figure out how we can improve the efficiency of our code reviews.  Finding some interesting stuff on the web… Like this article: Limit the checklist to 7±2 items.  Automate the automate-able and let existing code review data drive the list of common mistakes. Here is a list of articles, white-papers, and documentation around [...]

Translating Listserv archive to mbox format

Sunday, November 30th, 2008

We wanted to import our old mailing list entries from the OpenMRS mailing list Listserv archives into Nabble.  No problem.  Finding the GET listname FILELIST and GET listname file1, GET listname file2, … commands was easy enough.  A quick search of Nabble support made it clear that I needed to send them mbox files.  So, [...]

ReviewBoard for OpenMRS GSoC 2008

Monday, May 5th, 2008

Thanks to the generous folks at Review Board, OpenMRS has the opportunity to try out Review Board for performing code reviews for our GSoC projects. Students can download post -review (a python script) and submit changes for review simply by issuing the command “post-review” within the root of their local copy. Mentors can review the [...]