*** tpb has joined #melange | 00:00 | |
*** jamtoday has joined #melange | 00:02 | |
ajaksu | jamtoday: hi from a even greater distance :) | 00:05 |
---|---|---|
ajaksu | doing the changes per Mario's nice review | 00:05 |
jamtoday | ajaksu: hi | 00:14 |
jamtoday | ajaksu: on the view? | 00:14 |
ajaksu | JS and CSS only | 00:15 |
ajaksu | jamtoday: nice commits, thanks a lot! I'm now rushing to do what I was supposed to have done before arriving here... | 00:16 |
ajaksu | trying to meet lh tomorrow :) | 00:16 |
jamtoday | ajaksu: if you're not editing views, I'll also go over them and do cleanup, docstrings, etc. | 00:16 |
jamtoday | ajaksu: lh is a lot of fun | 00:16 |
jamtoday | I believe we're merging survey models and logic tomorrow, and then the views, templates, etc. will go in later | 00:17 |
ajaksu | OK, I won't touch views for a good while :) | 00:17 |
ajaksu | cool, should I submit the templates for review? | 00:17 |
jamtoday | Yes I think they're ready. | 00:30 |
jamtoday | I know there's been concern about separation between JS and HTML | 00:34 |
jamtoday | ajaksu: for some reason my connection right now can't access github (DNS probably) I'll just work locally and push in the morning if i cant get it working | 00:36 |
ajaksu | jamtoday: ok | 00:37 |
ajaksu | jamtoday: if DNS, http://65.74.177.129 should work, but no need worry about it :) | 00:38 |
tpb | Title: Secure source code hosting and collaborative development - GitHub (at 65.74.177.129) | 00:38 |
jamtoday | ajaksu: thanks, ill try switching that into my config file | 00:40 |
*** madrazr has joined #melange | 00:54 | |
*** ChanServ sets mode: +v madrazr | 00:54 | |
*** jamtoday has quit IRC | 01:23 | |
*** jamtoday has joined #melange | 01:24 | |
*** madrazr has left #melange | 01:53 | |
kblin | morning folks | 01:56 |
ajaksu | morning kblin :) | 01:58 |
kblin | ajaksu: I assume that once the real testing for the mid-term surveys starts, the tool tips should give more tips than "testing tooltip" ? | 02:03 |
ajaksu | kblin: yes, but they might be completely removed, as no good use for them has been suggested yet (hint, hint) :) | 02:03 |
kblin | so.. do I create bugs for typos in the student survey or should I just fix them as I go? | 02:05 |
*** solydzajs has joined #melange | 02:09 | |
*** ChanServ sets mode: +o solydzajs | 02:09 | |
ajaksu | editing them in the survey isn't the best choice, as that might be lost if I do something stupid. I think LH would rather have us fix them in the google doc that originates from... I can fix those you point, but I guess she'll want to add you to the editors, so do I ping her or do you? :) | 02:09 |
kblin | the only thing I stumbled over is "My mentor holds regular " | 02:10 |
kblin | that's supposed to say "My mentor holds regular office hours" | 02:11 |
kblin | at least if it's the same question as in the last few years :) | 02:11 |
ajaksu | might've been PEBKAC from me, lemme check :) | 02:20 |
ajaksu | or a quoting bug... | 02:21 |
*** ajaksu has quit IRC | 02:42 | |
*** ajaksu has joined #melange | 02:43 | |
jamtoday | ajaksu: i think this would be a good time to get our importing/exporting in order. | 03:16 |
jamtoday | ajaksu: Yesterday I pushed CSS to fix issue 647 | 03:18 |
ajaksu | jamtoday: I can focus on import now | 03:19 |
ajaksu | jamtoday: the max-width: 700? | 03:19 |
jamtoday | yeah, and restricting the width of question names | 03:20 |
jamtoday | I tested on safari not opera or IE | 03:20 |
ajaksu | jamtoday: I can still reproduce the bug on FF, but commenting that line makes the orange background expand to encompass the too-wide widgets, anything against doing that? | 03:21 |
ajaksu | jamtoday: http://melange-ajaksu.appspot.com/survey/show/program/melange_team/surveys_demo/midterm_gsoc_2009_student | 03:22 |
tpb | <http://ln-s.net/3N7Y> (at melange-ajaksu.appspot.com) | 03:22 |
jamtoday | yeah thats fine, we just should just be restricting the widgets anyways | 03:23 |
jamtoday | trouble with google login in addition to github :( | 03:23 |
jamtoday | can we say single point of failure | 03:23 |
ajaksu | are you on the road? | 03:24 |
jamtoday | at foreign household, strange primitive internet service | 03:26 |
jamtoday | a few hundred miles from home | 03:26 |
jamtoday | two types of import - importing within an instance, and between instances | 03:27 |
jamtoday | i have an encoder class that can take a db.Model() entity and dump as JSON and load from JSON | 03:27 |
jamtoday | SRabbelier requested that schema property be put in a new SurveyContentSchema db.Expando | 03:28 |
jamtoday | ajaksu: import between instances would be nice for testing a survey on melange-ajaksu and then moving in a couple minutes | 03:29 |
ajaksu | jamtoday: I saw that (SurveyContentSchema), and I think it makes sense... I also want to have per question comments, in the issue tracker I said I wanted to store stringlists per question ([0] = answer, [1]=comment), but we might simply have comment_for_[question_id] properties | 03:31 |
jamtoday | like I said, I could work with it either way | 03:32 |
ajaksu | jamtoday: will try to get import/export working now, as it's important for development | 03:32 |
jamtoday | ajaksu: agreed | 03:32 |
ajaksu | jamtoday: and importing from the google doc seems real easy, it's so tidy :) | 03:35 |
jamtoday | oh, you mean you want to import from a google doc? | 03:36 |
jamtoday | i was just thinking between soc servers | 03:37 |
jamtoday | or uploaded json | 03:37 |
jamtoday | no you can't, that would just be too fantastical | 03:37 |
ajaksu | I meant that too, but the current google doc seems to be easy to beat into the import format, whatever it ends being :) | 03:38 |
ajaksu | our CSV already outputs schema and non-dynamic properties, hack-hack-hack the dynamic ones we need (maybe I should stop eating candy bars) | 03:40 |
jamtoday | hmmm....i think that would be more in line with the built-in app engine data uploader | 03:44 |
jamtoday | i've never used it before... ["james": {"prefers": "JSON" } ] | 03:45 |
ajaksu | JSON it is then, do we have a JSON consumer handy? I think there is one bundled, right? | 03:47 |
jamtoday | json should do the trick | 03:53 |
jamtoday | I got distracted and am refactoring the addField methods | 03:54 |
jamtoday | or consolidating | 03:54 |
ajaksu | jamtoday: http://melange-ajaksu.appspot.com/survey/export/program/melange_team/surveys_demo/midterm_gsoc_2009_student, lemme see how far from JSON it is | 03:54 |
ajaksu | cool :) | 03:54 |
*** madrazr has joined #melange | 03:56 | |
*** ChanServ sets mode: +v madrazr | 03:56 | |
jamtoday | yeah i don't think this works as csv....csv breaks when you feed it punctuation ime | 04:00 |
ajaksu | and json is so easy, doing the json export now :) | 04:02 |
jamtoday | it will never work to export/import db keys of course | 04:05 |
jamtoday | but we dont need those | 04:05 |
jamtoday | I just pushed the GQL encoder, it can be accessed as from soc.views.helper.gql_encoder import encode | 04:06 |
jamtoday | it has some bells and whistles we might not need, but I've found it useful before | 04:07 |
jamtoday | ajaksu: I'm afraid I have to get up early....but I'll try to stick this out | 04:11 |
jamtoday | I'll work on the importing end | 04:11 |
ajaksu | jamtoday: just hit http://melange-ajaksu.appspot.com/survey/export/program/melange_team/surveys_demo/midterm_gsoc_2009_student to see if json looks ok-ish | 04:12 |
tpb | <http://ln-s.net/3Nlr> (at melange-ajaksu.appspot.com) | 04:12 |
jamtoday | close, we want double quotes (unless nested) and no unicode strings | 04:14 |
ajaksu | actually json starts at line 73, I'm just too tired to make it a proper view right now :) | 04:15 |
ajaksu | gotta get some sleep, 5 am here :) | 04:16 |
jamtoday | ajaksu: ah got it. looks good. and yes, go to sleep! | 04:17 |
*** jamtoday has quit IRC | 04:18 | |
*** tansell-laptop has quit IRC | 04:22 | |
*** Merio has joined #melange | 04:22 | |
*** ChanServ sets mode: +v Merio | 04:22 | |
*** jamtoday has joined #melange | 04:28 | |
*** madrazr has left #melange | 04:29 | |
*** ajaksu has quit IRC | 04:43 | |
*** jamtoday has quit IRC | 05:05 | |
*** florinciu has joined #melange | 06:17 | |
*** mithro has quit IRC | 07:27 | |
*** MatthewWilkes has joined #melange | 07:33 | |
*** ajaksu has joined #melange | 07:50 | |
*** mithro has joined #melange | 08:05 | |
*** ChanServ sets mode: +v mithro | 08:05 | |
*** madrazr has joined #melange | 08:11 | |
*** ChanServ sets mode: +v madrazr | 08:11 | |
*** ajaksu has quit IRC | 08:43 | |
*** ajaksu has joined #melange | 08:43 | |
*** Merio1 has joined #melange | 09:17 | |
*** Merio has quit IRC | 09:27 | |
*** Merio1 has quit IRC | 09:48 | |
*** Merio has joined #melange | 09:48 | |
*** ChanServ sets mode: +v Merio | 09:48 | |
*** ajaksu has quit IRC | 11:02 | |
*** Lennie has joined #melange | 11:27 | |
*** ChanServ sets mode: +o Lennie | 11:27 | |
*** Lennie is now known as Lennie|Gone | 12:12 | |
*** N4L|Lennie has joined #melange | 12:14 | |
*** Lennie|Gone has quit IRC | 12:14 | |
*** dr__house has joined #melange | 12:15 | |
*** lisppaste9 has quit IRC | 13:15 | |
*** ankitg_ has joined #melange | 13:20 | |
*** lisppaste9 has joined #melange | 13:31 | |
*** ankitg has quit IRC | 13:37 | |
*** MatthewWilkes has quit IRC | 13:38 | |
*** ankitg has joined #melange | 14:14 | |
*** ankitg_ has quit IRC | 14:35 | |
*** ajaksu has joined #melange | 14:41 | |
ajaksu | solydzajs: meeting lh in 20 minutes, trying to get serialized input working, lots of fun :) | 14:44 |
solydzajs | ajaksu: ok great :-) | 14:46 |
solydzajs | ajaksu: please note any missing features or things that are broken | 14:46 |
solydzajs | ajaksu: since we need to take care of that pretty soon | 14:46 |
ajaksu | solydzajs: I've just added comment-per-question fields and survey export/import as JSON, that gives us a huge boost in features checklist, as some missing stuff is now doable (plain text editing-ly, but well...), I really need to get the whole results view working with James code, no way I'm going to deliver it right now but I might after another all-nighter :) | 14:49 |
solydzajs | ajaksu: also I've noticed that the survey results page (who have already taken the survey has no pagination) | 14:51 |
solydzajs | a | 14:51 |
solydzajs | ajaksu: this will be a problem | 14:51 |
solydzajs | ajaksu: when 1000 mentors take a survey this page won't be able to render in time | 14:51 |
solydzajs | ajaksu: we need pagination enabled there | 14:51 |
ajaksu | solydzajs: whether in /edit/ or /results/, it's a known issue I'm going to fix at /results/ (we might get rid of results in /edit/ or port the pagination/dynamic fetching) | 14:54 |
solydzajs | ok great | 14:55 |
solydzajs | keep me posted | 14:55 |
solydzajs | bbl | 14:55 |
ajaksu | k | 14:55 |
*** ankitg has quit IRC | 15:16 | |
*** jamtoday has joined #melange | 15:19 | |
*** solydzajs has quit IRC | 15:38 | |
ajaksu | jamtoday: thank you very very much for nice tooltips and everything that made Leslie happy :) | 15:46 |
ajaksu | intuitive widget-type mappings, records pairing, logic, design :) | 15:47 |
ajaksu | and now even show user entered comments :) | 16:05 |
*** Lennie|Gone has joined #melange | 16:06 | |
*** N4L|Lennie has quit IRC | 16:07 | |
*** dr__house has quit IRC | 16:31 | |
*** madrazr has quit IRC | 16:36 | |
*** madrazr has joined #melange | 16:38 | |
*** ChanServ sets mode: +v madrazr | 16:38 | |
jamtoday | ajaksu: I just pushed a change Pawel requested, SurveyRecordGroup in its own model file | 16:39 |
jamtoday | It's also been requested that model and logic gets submitted for one more code review, and then i believe we're going to merge to production today | 16:39 |
ajaksu | jamtoday: that's great! I'm writing a short report of our go through surveys session and will be back to hack in a couple of hours | 16:41 |
ajaksu | I got JSON import working, but I still have to create a form field for it :) | 16:41 |
ajaksu | kblin: thanks for all the cool testing :) | 17:00 |
kblin | np | 17:01 |
kblin | I didn't find any really big problems so far, so I had to resort to minor nitpicking :) | 17:01 |
ajaksu | that 'mentors hold' you spotted is actually a double quoting issue with option serializing :) | 17:03 |
kblin | hehe | 17:04 |
kblin | I see | 17:04 |
*** jamtoday has quit IRC | 17:28 | |
*** penyaskito has joined #melange | 18:14 | |
*** ajaksu has quit IRC | 18:31 | |
*** penyaskito has quit IRC | 18:50 | |
*** Lennie|Gone has quit IRC | 18:53 | |
*** madrazr has quit IRC | 18:55 | |
*** mithro has quit IRC | 19:37 | |
*** florinciu has quit IRC | 19:52 | |
*** mithro has joined #melange | 20:14 | |
*** ChanServ sets mode: +v mithro | 20:14 | |
*** Merio has quit IRC | 20:50 | |
*** tansell-laptop has joined #melange | 21:03 | |
*** schultmc1 has joined #melange | 21:50 | |
*** schultmc has quit IRC | 21:51 | |
*** schultmc1 is now known as schultmc | 21:51 | |
*** ajaksu has joined #melange | 21:56 | |
*** r0bby is now known as r0bby|arr | 23:25 | |
*** r0bby|arr is now known as r0bby | 23:27 | |
*** ajaksu has quit IRC | 23:38 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!