IRC Chat : 2012-11-23 - OpenMRS

00:39:25 *** djazayeri has quit IRC
01:12:48 *** harshadura has joined #openmrs
03:26:34 *** harshadura has quit IRC
03:30:30 *** jkeiper has joined #openmrs
03:30:30 *** ChanServ sets mode: +v jkeiper
03:56:46 *** djazayeri has joined #openmrs
03:56:46 *** ChanServ sets mode: +o djazayeri
04:02:39 *** djazayeri has quit IRC
04:11:45 <jkeiper> wluyima, you still here?
04:11:45 <jkeiper> ;-)
04:49:13 *** kishoreyekkanti has joined #openmrs
04:55:21 *** sgithens has joined #openmrs
05:06:07 *** shangxiao has joined #openmrs
05:11:15 *** sgithens has quit IRC
05:11:54 *** shangxiao has quit IRC
05:37:16 *** kishoreyekkanti has quit IRC
05:40:17 *** kishoreyekkanti has joined #openmrs
05:56:45 *** upul` has joined #openmrs
05:56:45 *** ChanServ sets mode: +v upul`
05:56:54 <upul`> join #campfire
05:57:04 <upul`> oops ignore that
05:58:54 *** shangxiao has joined #openmrs
06:06:43 *** shangxiao has quit IRC
06:25:01 *** djazayeri has joined #openmrs
06:25:01 *** ChanServ sets mode: +o djazayeri
06:44:28 *** djazayeri has quit IRC
06:47:07 *** dkayiwa has joined #openmrs
07:01:12 *** dkayiwa has quit IRC
07:01:57 *** dkayiwa has joined #openmrs
07:08:07 *** kishoreyekkanti has quit IRC
07:22:54 *** shangxiao has joined #openmrs
07:58:47 *** upul`` has joined #openmrs
07:58:47 *** upul`` has joined #openmrs
07:58:47 *** ChanServ sets mode: +v upul``
07:58:52 *** kishoreyekkanti has joined #openmrs
08:01:58 *** upul` has quit IRC
08:02:13 *** upul`` has quit IRC
09:11:50 *** djazayeri has joined #openmrs
09:11:50 *** ChanServ sets mode: +o djazayeri
09:13:46 * shangxiao pokes djazayeri
09:13:52 <shangxiao> djazzy you pinged me yesterday
09:13:53 <shangxiao> ?
09:14:24 <djazayeri> hey, yeah, hi shangxiao
09:14:31 <shangxiao> hi
09:14:32 <djazayeri> I was going to ask you about angular js, I think.
09:14:39 <shangxiao> i see
09:15:04 <djazayeri> Are you with TW Australia?
09:15:18 <shangxiao> I'm in that group - but I don't work for TW
09:15:23 <djazayeri> gotcha
09:15:50 <djazayeri> So, on the project I'm working on now (with some people from TW Brazil) we've just started using knockout-js.
09:16:33 <shangxiao> yes I've heard a few things about it but I've never used it myself
09:16:52 <djazayeri> I'm pretty new to all the post-jQuery best practice frameworks
09:16:54 <shangxiao> I chose angular over knockout because of a few reviews on data-binding libraries preferred angular
09:17:25 <shangxiao> hehe "post-jQuery" ;)
09:17:26 <djazayeri> I'll have to check it out, I guess. I looked at their webpage briefly.
09:17:36 <shangxiao> we're using angular
09:17:53 <djazayeri> on the concept proposal project? Or elsewhere?
09:17:53 <shangxiao> it's awesome because it does so much more than data-binding
09:18:00 <shangxiao> concept proposal
09:18:13 <shangxiao> i used it in that simple db query browser thing i whipped up too
09:18:21 <shangxiao> although not much ui magic happens there
09:18:30 <shangxiao> it would be good for any improvements
09:18:44 <djazayeri> Did you say there was a demo of the concept proposal code somewhere?
09:18:48 <shangxiao> yep
09:18:51 <djazayeri> alternately, is the code somewhere?
09:18:51 <shangxiao> moment...
09:18:55 <shangxiao> yep
09:18:57 <shangxiao> github
09:19:28 <shangxiao> here's the unit test environment: http://ec2-50-112-216-122.us-west-2.compute.amazonaws.com:8080/openmrs
09:19:37 <shangxiao> i'll just get the credentials out of lastpass
09:20:52 <shangxiao> lol i have too many passwords in there - one moment pls ;)
09:22:56 <shangxiao> i think it's admin, OpenMRS1
09:23:30 <shangxiao> and github repository is: https://github.com/johnsyweb/openmrs-cpm
09:23:34 <djazayeri> yup
09:23:44 <shangxiao> it may require some explanation of code as we use require.js
09:23:48 <shangxiao> jasmine
09:23:50 <shangxiao> etc
09:23:55 <shangxiao> maven-jasmine-plugin
09:24:22 <djazayeri> I know jasmine, slightly
09:24:28 <djazayeri> I haven't used require.js
09:24:36 <djazayeri> is that for AMD?
09:24:40 <shangxiao> yep
09:24:56 <shangxiao> so I haven't optimised the js yet (require thing)
09:25:08 <shangxiao> so it all loads synchronously - and it will load slowly
09:25:47 <shangxiao> (synchronously due to each angular module requiring other things and forming a chain)
09:26:45 <shangxiao> the only part we're up to is creating proposal drafts
09:27:30 <djazayeri> one side-note: the convention would be for the github repo to be named openmrs-module-cpm
09:27:43 <djazayeri> (though really "conceptproposal" is clearer than cpm)
09:27:51 <shangxiao> yeah we want to change that
09:28:07 <shangxiao> but we saw a module already called conceptproposal when we first started
09:28:09 <shangxiao> the old one
09:28:15 <shangxiao> so we temp called it cpm
09:28:25 <djazayeri> Right. I think that old one is defunct, but yeah.
09:29:03 <shangxiao> we made that decision before you guys moved to git so we thought the namespace would clash when you import our code
09:29:15 <shangxiao> but since you're using git now we could probably just go ahead and change it
09:30:40 <shangxiao> btw the concept search dialog is in the middle of being changed so it won't show a uuid and it looks all skewed on chrome
09:32:13 <djazayeri> whoah, yeah, funky looking
09:32:23 <shangxiao> lol
09:33:05 <djazayeri> Okay, it's way too late for me to be looking at this now, but I'm pretty happy to see the project progressing.
09:33:22 <djazayeri> I'm talking to Shasha on Monday/Tuesday.
09:33:29 <shangxiao> cool
09:33:48 <shangxiao> well you have the url to look anytime you wish
09:33:50 <djazayeri> Maybe we can get someone on your team to present something about the ongoing work
09:34:05 <djazayeri> or to email the openmrs developers list mentioning it's happening.
09:34:06 <shangxiao> you mean maintenance?
09:34:26 <shangxiao> oh you mean like a progress report
09:34:27 <shangxiao> sure
09:34:54 <djazayeri> I meant things like mentioning using angular-js and require-js
09:35:04 <djazayeri> and how you've ended up setting up the dev environments
09:35:11 <djazayeri> as well as progress report, of course
09:35:55 <shangxiao> i'm sure we can put together a bit of a summary on tech decisions and progress
09:36:55 <djazayeri> Also, I think that we should have a design discussion, now that more work has been done on "concept pub/sub", about whether that changes anything about the concept proposals.
09:37:04 <djazayeri> because those two things are really supposed to work together
09:37:08 <djazayeri> okay, gotta go to bed
09:37:29 <shangxiao> night night ;)
09:44:09 *** djazayeri has quit IRC
09:58:36 *** rkortykowski has joined #openmrs
09:59:25 *** rkorytkowski has joined #openmrs
09:59:25 *** ChanServ sets mode: +v rkorytkowski
09:59:38 *** rkorytkowski is now known as rafa
10:37:40 *** djazayeri has joined #openmrs
10:37:40 *** ChanServ sets mode: +o djazayeri
10:42:57 *** djazayeri has quit IRC
11:00:48 *** shangxiao has quit IRC
12:15:46 *** dkayiwa has quit IRC
12:15:57 *** dkayiwa has joined #openmrs
13:11:28 *** shangxiao has joined #openmrs
13:11:49 <shangxiao> hidey ho good neighbours
13:12:23 <dkayiwa> shangxiao: and the bad ones like me? :)
13:13:01 <shangxiao> lol
13:13:11 <shangxiao> hidey ho bad neighbour xD
13:13:24 <dkayiwa> shangxiao: hey buddy :)
14:21:34 *** yony258 has joined #openmrs
14:34:42 *** magoo has joined #openmrs
14:36:08 *** dkayiwa has quit IRC
14:36:58 *** magoo has quit IRC
14:40:21 *** dkayiwa has joined #openmrs
14:47:05 *** hif has joined #openmrs
14:58:33 *** dkayiwa has left #openmrs
15:07:41 *** sgithens has joined #openmrs
15:11:29 *** rafa has quit IRC
15:17:07 *** jkeiper has quit IRC
15:29:56 *** Mkop has joined #openmrs
15:29:56 *** ChanServ sets mode: +v Mkop
15:33:16 *** jkeiper has joined #openmrs
15:33:16 *** ChanServ sets mode: +v jkeiper
15:35:33 *** shangxiao has quit IRC
15:55:00 *** kishoreyekkanti has quit IRC
16:05:08 *** Mkop has quit IRC
16:05:55 *** jkeiper has quit IRC
16:11:13 *** rafa has joined #openmrs
16:11:13 *** ChanServ sets mode: +v rafa
16:15:10 *** sgithens has quit IRC
16:29:50 *** harshadura has joined #openmrs
16:51:10 *** suranga has joined #openmrs
16:51:10 *** ChanServ sets mode: +v suranga
16:54:07 <suranga> howdy rafa :-)
16:54:15 <suranga> rafa, are you around ?
16:56:39 *** shangxiao has joined #openmrs
17:00:11 *** rafa has quit IRC
17:07:57 *** yony258 has quit IRC
17:28:14 *** yony258 has joined #openmrs
17:28:58 <yony258> Hi all, is there anyone here to explain the difference between "voided" and "retired" or at least reference me to an explanation?
17:36:17 *** hif has quit IRC
17:37:15 <suranga> yony258, im sorry, Im really not 100% sure on that. I do think that they're used in terms of different objects though. for example, I think patients are voided, and concepts are retired :(
17:37:43 <yony258> suranga: Thank you
17:58:55 *** yony258 has quit IRC
18:15:43 *** Mkop has joined #openmrs
18:15:43 *** ChanServ sets mode: +v Mkop
18:20:14 *** Mkop has quit IRC
18:20:32 *** Mkop has joined #openmrs
18:20:32 *** ChanServ sets mode: +v Mkop
18:56:10 *** Mkop has quit IRC
18:56:36 *** Mkop has joined #openmrs
18:56:36 *** ChanServ sets mode: +v Mkop
19:02:18 *** Mkop has quit IRC
19:02:36 *** Mkop has joined #openmrs
19:02:36 *** ChanServ sets mode: +v Mkop
19:34:43 *** sgithens has joined #openmrs
19:42:07 *** djazayeri has joined #openmrs
19:42:07 *** ChanServ sets mode: +o djazayeri
19:47:29 *** shangxiao has quit IRC
20:04:37 *** djazayeri has quit IRC
20:04:41 *** hif has joined #openmrs
20:05:47 *** djazayeri has joined #openmrs
20:05:47 *** ChanServ sets mode: +o djazayeri
20:22:07 *** shangxiao has joined #openmrs
20:26:19 *** r0bby has joined #openmrs
20:26:19 *** ChanServ sets mode: +v r0bby
20:28:57 *** robbyoconnor has quit IRC
20:39:10 *** shangxiao has quit IRC
20:48:22 *** hif has quit IRC
21:15:55 *** harshadura has quit IRC
21:18:34 *** sgithens has quit IRC
21:18:50 *** sgithens has joined #openmrs
21:36:20 *** suranga has quit IRC
21:47:00 *** djazayeri has quit IRC
22:09:53 *** r0bby is now known as robbyoconnor
23:04:08 *** djazayeri has joined #openmrs
23:04:08 *** ChanServ sets mode: +o djazayeri
23:06:50 *** djazayeri has quit IRC
23:20:08 *** robbyoconnor has quit IRC
23:20:32 *** robbyoconnor has joined #openmrs
23:20:32 *** ChanServ sets mode: +v robbyoconnor
23:20:32 *** djazayeri has joined #openmrs
23:20:32 *** ChanServ sets mode: +o djazayeri
23:43:05 *** r0bby has joined #openmrs
23:43:05 *** ChanServ sets mode: +v r0bby
23:43:51 *** robbyoconnor has quit IRC
23:43:57 *** r0bby is now known as robbyoconnor
23:53:40 *** djazayeri has quit IRC