IRC logs of #tryton for Saturday, 2015-03-07

chat.freenode.net #tryton log beginning Sat Mar 7 00:00:01 CET 2015
2015-03-07 00:26 -!- alimon(alimon@nat/intel/x-idpshjsrkioidbez) has joined #tryton
2015-03-07 01:21 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2015-03-07 01:30 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-03-07 02:00 -!- digitalsatori(~Thunderbi@116.234.179.119) has joined #tryton
2015-03-07 02:07 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-03-07 03:00 -!- TheCowboy(~TheCowboy@ip68-98-183-236.dc.dc.cox.net) has joined #tryton
2015-03-07 03:06 -!- alimon1(~alimon@187-176-43-14.dynamic.axtel.net) has joined #tryton
2015-03-07 04:14 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2015-03-07 05:30 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-03-07 06:02 -!- yangoon(~mathiasb@p549F0840.dip0.t-ipconnect.de) has joined #tryton
2015-03-07 06:35 -!- VaticanCameos(~pritishc@182.68.132.77) has joined #tryton
2015-03-07 06:40 -!- frispete_(~frispete@p54A90EFB.dip0.t-ipconnect.de) has joined #tryton
2015-03-07 07:56 -!- VaticanCameos(~pritishc@182.68.111.167) has joined #tryton
2015-03-07 07:59 -!- jitesh(~jitesh@116.68.98.20) has joined #tryton
2015-03-07 09:22 -!- cedk_(~ced@82-212-130-50.teledisnet.be) has joined #tryton
2015-03-07 09:34 -!- cedk_(~ced@82-212-130-50.teledisnet.be) has joined #tryton
2015-03-07 09:35 -!- cedk_(~ced@gentoo/developer/cedk) has joined #tryton
2015-03-07 10:09 -!- VaticanCameos(~pritishc@182.68.111.167) has joined #tryton
2015-03-07 10:46 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton
2015-03-07 11:02 -!- hiaselhans(~Thunderbi@212.186.50.97) has joined #tryton
2015-03-07 11:20 -!- Telesight(~anthony@4daedff9.ftth.telfortglasvezel.nl) has joined #tryton
2015-03-07 11:27 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-03-07 11:44 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2015-03-07 12:15 -!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton
2015-03-07 12:37 <meanmicio> Good saturday everyone.
2015-03-07 12:38 <meanmicio> I'm starting to work on a general canvas for GNU Health on the Tryton client, that I think the Tryton community could find it useful too
2015-03-07 12:38 <meanmicio> The idea is to be able to annotate on graphical models from the Tryton client itself
2015-03-07 12:40 <meanmicio> So, models such as odontograms, surgery, forensics can be annotated directly, without the need of a third party application.
2015-03-07 12:40 <meanmicio> I see this functionality embedded on the GTK client
2015-03-07 12:42 <meanmicio> If anyone is interested in collaborating on this, please let me know. As I said, I believe there will be other scenarios aside the medical field that will find it useful
2015-03-07 12:45 <cedk> meanmicio: I think it could be implemented as a plugin for the client
2015-03-07 12:45 <cedk> meanmicio: what tools do you plan to use?
2015-03-07 12:46 <cedk> meanmicio: and what will you store, a bitmap?
2015-03-07 12:48 <meanmicio> cedk : It would be great if we can work on it as a plugin.
2015-03-07 12:49 <meanmicio> cedk: I started to look at pygoocanvas, but I'm sure there are other options too
2015-03-07 12:50 <cedk> meanmicio: when I saw your bug report, I discussed briefly with nicoe and I get (maybe crazy) idea to use gis fields
2015-03-07 12:51 <meanmicio> cedk: The idea is to have pre-defined "background models" (eg, odontogram) stored at server level, and then we can have them displayed on different scenarios for different tasks
2015-03-07 12:51 <cedk> meanmicio: in some way, it is still geographical information with referencial being the body
2015-03-07 12:55 <meanmicio> cedk: I think we need two type of tasks. One is to map a specific region of the bitmap into a meaningful value related to that position (eg odontogram, on a specific tooth). The other is being able to stketch in a more free way on a diagram (eg, forensic diagrams)
2015-03-07 12:55 <meanmicio> cedk: The first one can use the concept of "gis" or something to referenciate. The second scenario won't need it.
2015-03-07 12:56 <cedk> meanmicio: is it something link "Paint" https://en.wikipedia.org/wiki/GNU_Paint
2015-03-07 12:58 <cedk> meanmicio: http://www.pygtk.org/pygtk2tutorial/sec-DrawingMethods.html#drawingareafig
2015-03-07 12:59 <meanmicio> cedk: For the sketch part, yes. Even simpler. We would have a pre-defined background image in most cases.
2015-03-07 13:02 <cedk> meanmicio: I don't think goocanvas is the right tool because it is embed into canvas "objects"
2015-03-07 13:02 <meanmicio> cedk : What do you think about the https://people.gnome.org/~gianmt/pygoocanvas/ ?
2015-03-07 13:02 <cedk> meanmicio: for free drawing, I think you should use a GTK DrawingArea
2015-03-07 13:02 <meanmicio> cedk : Ah, ok You just answered :)
2015-03-07 13:04 <meanmicio> cedk: I guess we can start with a PoC with the idea of plugin .
2015-03-07 13:05 <meanmicio> cedk: I am looking now at http://www.pygtk.org/pygtk2tutorial/sec-DrawingMethods.html#drawingareafig
2015-03-07 13:05 <meanmicio> cedk: It seems like it has what we need, at least for the sketch :)
2015-03-07 13:06 <cedk> meanmicio: here is a tutorial: http://www.pygtk.org/pygtk2tutorial/ch-Scribble.html#sec-ScribbleOverview
2015-03-07 13:06 <cedk> meanmicio: the ending example seems a good starting point
2015-03-07 13:07 <cedk> so it means it will be a widget to edit binary field which will contain a bitmap (or png) of drawing + a ref to a background image
2015-03-07 13:08 <cedk> it will also requires a size in pixel
2015-03-07 13:09 <cedk> meanmicio: normally, current version of Tryton has all the tools to allow the definition of such plugin: client and server side
2015-03-07 13:53 -!- alimon(alimon@nat/intel/x-imvqwkmatqvbtvdw) has joined #tryton
2015-03-07 13:54 <meanmicio> cedk: That's great. I guess we can have different models with the pre-defined background image, that we can reference and do the annotations . That by itself will be a great start !
2015-03-07 13:59 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-03-07 14:28 -!- jcros(~Thunderbi@187.176.125.78.rev.sfr.net) has joined #tryton
2015-03-07 14:34 -!- udono(~udono@ip-37-201-196-116.hsi13.unitymediagroup.de) has joined #tryton
2015-03-07 15:08 -!- munron(~AndChat68@197.211.216.214) has joined #tryton
2015-03-07 15:31 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-03-07 16:28 -!- alimon(~alimon@192.55.55.37) has joined #tryton
2015-03-07 16:53 -!- jcros(~Thunderbi@187.176.125.78.rev.sfr.net) has joined #tryton
2015-03-07 16:58 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-03-07 17:05 -!- digitalsatori(~Thunderbi@116.234.179.119) has joined #tryton
2015-03-07 17:36 -!- jcros1(~Thunderbi@187.176.125.78.rev.sfr.net) has joined #tryton
2015-03-07 18:00 -!- duesenfranz(~jona@chello213047255061.tirol.surfer.at) has joined #tryton
2015-03-07 18:11 -!- mathsniper(1b6d80cd@gateway/web/freenode/ip.27.109.128.205) has joined #tryton
2015-03-07 18:11 <mathsniper> Hi, everyone
2015-03-07 18:11 <mathsniper> Is there any tutorial about developing tryton webapp?
2015-03-07 18:12 <mathsniper> I found that "Nereid" project is the only one web framework of tryton, and it is open source.
2015-03-07 18:24 <cedk> mathsniper: there is also flask-tryton
2015-03-07 18:24 <cedk> https://code.google.com/p/flask-tryton/
2015-03-07 18:26 <mathsniper> Is it up to date?
2015-03-07 18:28 <cedk> mathsniper: don't understand
2015-03-07 18:29 <mathsniper> Is it still maintained by the author?
2015-03-07 18:31 <cedk> mathsniper: I'm the author
2015-03-07 18:34 <mathsniper> Thanks! I will take a look at it
2015-03-07 18:34 <mathsniper> Still playing around it. Just bootstrap the db only
2015-03-07 18:57 <mathsniper> Is there any example about building webapp with flask-tryton?
2015-03-07 18:59 <cedk> mathsniper: there is an example on the website
2015-03-07 18:59 <mathsniper> like building model, passing logic to controller and then render it
2015-03-07 19:00 <cedk> mathsniper: read the Flask tutorial
2015-03-07 19:00 <mathsniper> Thanks
2015-03-07 19:15 -!- sunny_dealmeida(~quassel@210.89.32.125) has joined #tryton
2015-03-07 20:27 -!- munron(~AndChat68@197.211.216.214) has joined #tryton
2015-03-07 20:38 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-03-07 21:08 -!- jcros(~Thunderbi@187.176.125.78.rev.sfr.net) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!