00:35:53
|
*** bwolfe has quit IRC
|
00:47:05
|
*** bwolfe has joined #openmrs
|
00:47:05
|
*** ChanServ sets mode: +o bwolfe
|
01:05:16
|
*** bwolfe has quit IRC
|
01:20:57
|
*** bwolfe has joined #openmrs
|
01:20:57
|
*** ChanServ sets mode: +o bwolfe
|
01:37:47
|
*** pascal` has joined #openmrs
|
02:32:30
|
*** fixl has joined #openmrs
|
02:45:14
|
*** bwolfe has quit IRC
|
04:00:13
|
*** misha680 has joined #openmrs
|
04:43:29
|
*** mathiaslin has quit IRC
|
04:43:45
|
*** mathiaslin has joined #openmrs
|
05:59:36
|
*** mathiaslin has quit IRC
|
05:59:44
|
*** mathiaslin has joined #openmrs
|
08:08:38
|
*** Pkirwa has joined #openmrs
|
08:23:30
|
*** muthah has joined #openmrs
|
08:52:58
|
<OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @michaelhowden: Great talks at #MentorSummit with #OpenMRS @SahanaFOSS @Mifos @fossasia @openstreetmap. How can we collaborate? #HFOSS <http://twitter.com/OpenMRS/statuses/28671745561>
|
09:42:34
|
*** fixl has quit IRC
|
10:37:46
|
*** r0bby|android has joined #openmrs
|
10:37:46
|
*** ChanServ sets mode: +v r0bby|android
|
10:59:41
|
*** pascal` has quit IRC
|
11:16:47
|
*** mathiaslin has quit IRC
|
11:16:52
|
*** mathiaslin has joined #openmrs
|
11:23:12
|
*** muthah has quit IRC
|
11:33:24
|
*** mathiaslin has quit IRC
|
11:33:56
|
*** mathiaslin has joined #openmrs
|
12:47:40
|
*** Hazamonzo has joined #openmrs
|
12:53:10
|
*** Hazamonzo has quit IRC
|
12:59:40
|
*** Hazamonzo has joined #openmrs
|
13:32:14
|
*** bwolfe has joined #openmrs
|
13:32:14
|
*** ChanServ sets mode: +o bwolfe
|
13:59:19
|
*** mathiaslin has quit IRC
|
13:59:29
|
*** mathiaslin has joined #openmrs
|
13:59:38
|
*** tinashe has joined #openmrs
|
14:00:15
|
*** aja has joined #openmrs
|
14:02:21
|
<aja> bwolfe: hi, i finished http://tickets.openmrs.org/browse/TRUNK-1643.
|
14:18:26
|
<bwolfe> cool, thanks aja
|
14:18:37
|
<bwolfe> did you want to open a code review for it, or did you want me to? source.openmrs.org
|
14:21:10
|
<aja> i uploaded the patch and requested for review as usual.
|
14:27:22
|
<aja> but that review process will take long time .
|
14:30:03
|
<bwolfe> aja: it will be a lot faster than you think
|
14:33:49
|
<aja> ok some time i am fast that i feels like...then next step?
|
14:41:07
|
<bwolfe> aja: I'm not understanding you, what are you saying?
|
14:43:30
|
<aja> i felt the reviewing process is slow but it is common in opensource.
|
14:44:20
|
<aja> then can i move to module development?
|
14:46:55
|
<bwolfe> aja: ah ok, I understand now.
|
14:47:09
|
<bwolfe> yes, lets get that reviewed and find you a good module project to work on. :-)
|
14:47:49
|
*** Pkirwa has quit IRC
|
14:47:55
|
*** mathiaslin has quit IRC
|
14:48:16
|
*** mathiaslin has joined #openmrs
|
14:50:19
|
*** mathiaslin has quit IRC
|
15:01:53
|
<aja> bwolfe: do you have any idea for my module.i have a look at module repository
|
15:02:12
|
<bwolfe> aja: there are plenty of ideas. :-)
|
15:02:37
|
<bwolfe> there are some tickets marked as low complexity and some as medium complexity that require a module to solve
|
15:03:01
|
<bwolfe> you could probably do a fancy search in tickets.openmrs.org with those options and a text search of module and you might get them
|
15:03:58
|
<aja> ok i will do
|
15:20:56
|
*** tinashe has quit IRC
|
15:32:49
|
*** tinashe has joined #openmrs
|
15:46:07
|
<OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Web Service Test Module <http://forum.openmrs.org/viewtopic.php?f=8&t=704#p2654>
|
15:55:50
|
<aja> bwolfe: i got one http://tickets.openmrs.org/browse/TRUNK-1744
|
16:01:07
|
<bwolfe> aja: yeah, thats a good one
|
16:04:23
|
*** r0bby|android has quit IRC
|
16:04:29
|
<aja> bwolfe: is it a module to manage voided or retired datas?
|
16:06:28
|
<bwolfe> aja: yeah
|
16:07:45
|
<aja> bwolfe: on that ticket Burke Mamlin commented.i could not understand.what is that?
|
16:08:07
|
<bwolfe> it should help the user delete old voided data (archived data that is not needed in the db anymore)
|
16:08:18
|
*** tinashe has left #openmrs
|
16:08:41
|
<bwolfe> burke meant that the user should be able to choose what "old data" means. so let the user choose if "old data" is 1 year old or 2 years old, or 6 months old
|
16:09:17
|
<bwolfe> then use that date and show the user: "there are 3000 obs older than 1 year", are you sure you want to remove these from your database?
|
16:10:04
|
<bwolfe> oh, another thing on burke's comment: this should only be done for objects that are voidable
|
16:10:22
|
<bwolfe> things that are retireable should NEVER be purged/removed from the db because they will still be referenced by other tables
|
16:10:37
|
<bwolfe> (users are retireable, concepts are retireable, but obs and encounters are voidable)
|
16:10:59
|
<bwolfe> if the wiki was working I would link you to a page on there about "voidable vs retireable"...do a search for it when it comes back up
|
16:11:03
|
<bwolfe> bbl
|
16:11:38
|
*** misha680 has quit IRC
|
16:21:45
|
<aja> bwolfe: i think i got http://wiki.openmrs.org/display/docs/Voiding+and+Retiring+Concepts
|
16:21:49
|
<OpenMRSBot> <http://ln-s.net/7yVD> (at wiki.openmrs.org)
|
16:25:15
|
*** r0bby|android has joined #openmrs
|
16:25:15
|
*** ChanServ sets mode: +v r0bby|android
|
16:39:29
|
*** misha680 has joined #openmrs
|
16:50:34
|
*** aja has quit IRC
|
17:02:26
|
*** r0bby|android has quit IRC
|
17:31:04
|
*** r0bby|android has joined #openmrs
|
17:31:04
|
*** ChanServ sets mode: +v r0bby|android
|
17:54:29
|
*** r0bby|android has quit IRC
|
19:23:07
|
<OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Web Service Test Module <http://forum.openmrs.org/viewtopic.php?f=8&t=704#p2655>
|
20:23:33
|
*** r0bby|android has joined #openmrs
|
20:23:33
|
*** ChanServ sets mode: +v r0bby|android
|
21:58:39
|
*** pascal` has joined #openmrs
|
22:00:24
|
*** bwolfe has quit IRC
|
22:20:49
|
*** r0bby|android has quit IRC
|
22:51:37
|
*** bwolfe has joined #openmrs
|
22:51:37
|
*** ChanServ sets mode: +o bwolfe
|
23:22:15
|
*** misha680 has quit IRC
|