*** tpb has joined #melange | 00:00 | |
*** dhaun has quit IRC | 00:05 | |
*** mithro has joined #melange | 00:09 | |
*** ChanServ sets mode: +v mithro | 00:09 | |
*** mithro has quit IRC | 00:10 | |
*** lresende has quit IRC | 04:25 | |
*** dr__house has joined #melange | 04:34 | |
*** madrazr has joined #melange | 06:42 | |
*** ChanServ sets mode: +v madrazr | 06:42 | |
*** dhaun has joined #melange | 08:13 | |
*** dhaun has quit IRC | 08:58 | |
*** dhaun has joined #melange | 09:05 | |
*** madrazr has quit IRC | 09:21 | |
*** Wolf_OSGeo has quit IRC | 09:31 | |
*** dr__house has quit IRC | 09:54 | |
*** dr__house has joined #melange | 10:00 | |
*** Merio has joined #melange | 10:43 | |
*** ChanServ sets mode: +v Merio | 10:43 | |
*** MatthewWilkes has joined #melange | 10:44 | |
*** MatthewWilkes has quit IRC | 10:58 | |
*** lisppaste9 has quit IRC | 11:01 | |
*** Merio has quit IRC | 11:20 | |
*** SRabbelier has quit IRC | 12:28 | |
*** neo7 has joined #melange | 12:31 | |
*** SRabbelier has joined #melange | 12:38 | |
*** ChanServ sets mode: +o SRabbelier | 12:38 | |
*** WhileTrue has joined #melange | 12:43 | |
*** EgyptNLP has quit IRC | 12:44 | |
*** dr__house has quit IRC | 12:45 | |
*** dr__house has joined #melange | 12:46 | |
*** EgyptNLP has joined #melange | 12:47 | |
*** WhileTrue has quit IRC | 12:47 | |
neo7 | SRabbelier: Greetings, any news on the selection of projects? | 12:54 |
---|---|---|
neo7 | This is a personal query | 12:54 |
neo7 | :) | 12:54 |
SRabbelier | if this was #gsoc I'd !timeline you | 12:54 |
SRabbelier | instead, I'll copy paste it for you | 12:55 |
SRabbelier | (1:55:00 PM) socinfo: "timeline" is http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs#timeline | 12:55 |
tpb | <http://ln-s.net/5EB+> (at socghop.appspot.com) | 12:55 |
neo7 | SRabbelier: No, Actually you have submitted the application so you must have at least a hint about the potential projects | 12:55 |
neo7 | The Editor is likely to get selected. | 12:56 |
neo7 | because its a primary need of Melange | 12:56 |
SRabbelier | We were accepted last year, but results achieved in the past offer no guarantee for the future | 12:56 |
neo7 | Testing may also get approved. | 12:56 |
neo7 | SRabbelier: weren't the results for the Organization satisfactory | 12:57 |
neo7 | ? | 12:57 |
SRabbelier | neo7: all students last year passed if that's what your asking | 12:57 |
*** WhileTrue has joined #melange | 12:58 | |
neo7 | SRabbelier: Perhaps its more likely to be about the student performa | 12:58 |
neo7 | and not concerning about the organizational performance. | 12:58 |
*** EgyptNLP has quit IRC | 13:00 | |
*** neo7 has quit IRC | 13:00 | |
*** dr__house has quit IRC | 13:00 | |
*** dr__house has joined #melange | 13:00 | |
*** neo7 has joined #melange | 13:01 | |
neo7 | SRabbelier, SRabbelier: Perhaps its more likely to be about the student performaand not concerning about the organizational performance. | 13:03 |
neo7 | SRabbelier, I was creating the autosave feature. | 13:04 |
neo7 | I wanted to have some information about the basic architecture of melange. | 13:04 |
neo7 | I also talked to Mario Ferrero on this matter. | 13:05 |
SRabbelier | neo7: read the code? :) | 13:06 |
neo7 | yes i read it. and I am feeling that I need to revise it. | 13:07 |
neo7 | SRabbelier, the main thing about the autosave feature that I was thinking of was that, The autosaved thing should get saved somewhere else | 13:07 |
SRabbelier | neo7: obviously, which is why we haven't implemented it so far | 13:08 |
neo7 | Earlier I was planning to had the ajax acript which publishes the posts but later I realized that it won't be good. | 13:09 |
neo7 | So the new problem that arises is where to save it now. | 13:09 |
neo7 | Mario told me that he doesn't have so much of internal knowledge about melange and asked me to have some suggestions from you | 13:09 |
neo7 | 1. Should I create a different point where my edited data gets saved. and later it can be invoked to be published | 13:11 |
neo7 | or should I change it in such a way that it has an "unpublish" tag | 13:11 |
neo7 | and later on the post gets published. | 13:11 |
SRabbelier | neo7: you can't do the latter, since the model validation won't allow it | 13:11 |
neo7 | you mean to say that 1st option is feasible while the second is not. | 13:12 |
neo7 | Am i right | 13:12 |
neo7 | ? | 13:12 |
SRabbelier | neo7: the first option would mean you'd have to duplicate nearly every model we have, which isn't feasible either | 13:14 |
neo7 | ok, then what else can be done? | 13:15 |
*** dr__house has quit IRC | 13:15 | |
*** dr__house has joined #melange | 13:15 | |
neo7 | SRabbelier, should I search for more ideas or is there any idea that you have already thought of? | 13:15 |
SRabbelier | neo7: you could store the data as a json string instead, | 13:16 |
SRabbelier | and then use JS to store/load that data | 13:16 |
neo7 | yes, storing the data as a json string, and it will be displayed among the list of unpublished posts, unless someone presses the publish button. | 13:18 |
SRabbelier | neo7: no, it shouldn't be displayed at all | 13:18 |
SRabbelier | neo7: it should just be a generic way to load and store form data on a per-user per-form basis | 13:18 |
neo7 | ok, I got this. | 13:19 |
neo7 | suppose I was writing something, and the browser crashes, then the same post should be loaded from the point it was last autosaved | 13:20 |
neo7 | SRabbelier, is this what you mean in here? | 13:21 |
SRabbelier | neo7: an autosave feature is fine, as long as the stored data is automatically deleted when the form is submitted | 13:22 |
neo7 | ok, yes that will be deleted of course, when the form is submitted. | 13:24 |
neo7 | is there any thing else that I have to keep in mind before i actually start to code this feature? | 13:28 |
neo7 | SRabbelier, ? | 13:28 |
SRabbelier | neo7: try to keep your change small, you should only need to create a new model, logic, and view, and hook up some JS to use it | 13:28 |
neo7 | ok, thanks a lot. | 13:29 |
*** neo7 has quit IRC | 14:08 | |
*** neo7_ has joined #melange | 14:22 | |
*** Merio has joined #melange | 14:37 | |
*** ChanServ sets mode: +v Merio | 14:37 | |
*** madrazr has joined #melange | 15:06 | |
*** ChanServ sets mode: +v madrazr | 15:06 | |
*** madrazr has quit IRC | 15:48 | |
*** madrazr has joined #melange | 16:41 | |
*** ChanServ sets mode: +v madrazr | 16:41 | |
*** neo7_ has quit IRC | 16:54 | |
*** neo7 has joined #melange | 16:56 | |
*** Merio has quit IRC | 17:11 | |
*** MatthewWilkes has joined #melange | 18:06 | |
*** dr__house has quit IRC | 18:20 | |
*** madrazr1 has joined #melange | 18:26 | |
*** MatthewWilkes has quit IRC | 18:27 | |
*** madrazr has quit IRC | 18:28 | |
*** MatthewWilkes has joined #melange | 18:29 | |
*** madrazr1 has quit IRC | 18:45 | |
*** MatthewWilkes has quit IRC | 18:52 | |
*** madrazr has joined #melange | 19:09 | |
*** ChanServ sets mode: +v madrazr | 19:09 | |
*** johndbritton has joined #melange | 20:31 | |
*** madrazr has quit IRC | 20:49 | |
*** MatthewWilkes has joined #melange | 21:04 | |
*** neo7 has quit IRC | 21:19 | |
*** johndbritton has quit IRC | 22:02 | |
*** dhaun has quit IRC | 22:22 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!