| *** menesis has quit IRC | 02:37 | |
| *** yvl has joined #schooltool | 08:52 | |
| *** bigbrovar has joined #schooltool | 09:23 | |
| *** menesis has joined #schooltool | 11:00 | |
| *** bigbrovar has quit IRC | 11:15 | |
| *** bigbrovar has joined #schooltool | 11:17 | |
| *** bigbrovar_ has joined #schooltool | 11:18 | |
| *** bigbrovar has quit IRC | 11:22 | |
| *** bigbrovar_ has quit IRC | 11:35 | |
| *** bigbrovar_ has joined #schooltool | 11:36 | |
| *** replaceafill has quit IRC | 11:53 | |
| *** bigbrovar_ has quit IRC | 11:58 | |
| *** bigbrovar_ has joined #schooltool | 11:59 | |
| *** bigbrovar_ has quit IRC | 12:05 | |
| *** replaceafill has joined #schooltool | 12:05 | |
| *** replaceafill has joined #schooltool | 12:05 | |
| *** bigbrovar_ has joined #schooltool | 12:08 | |
| *** bigbrovar_ has quit IRC | 12:12 | |
| *** bigbrovar_ has joined #schooltool | 12:14 | |
| *** menesis has quit IRC | 12:56 | |
| *** yvl has quit IRC | 13:24 | |
| *** bigbrovar__ has joined #schooltool | 14:16 | |
| *** bigbrovar_ has quit IRC | 14:16 | |
| *** menesis has joined #schooltool | 14:34 | |
| *** yvl has joined #schooltool | 14:58 | |
| *** replaceafill has quit IRC | 15:01 | |
| *** bigbrovar__ has quit IRC | 15:51 | |
| *** bigbrovar__ has joined #schooltool | 15:51 | |
| *** replaceafill has joined #schooltool | 16:39 | |
| replaceafill | th1a, good morning | 16:39 |
|---|---|---|
| replaceafill | sorry i'm late | 16:39 |
| replaceafill | (i forgot to set up my alarm) :( | 16:39 |
| th1a | np | 16:39 |
| replaceafill | let me set up an instance in the vps | 16:40 |
| th1a | kk | 16:40 |
| replaceafill | th1a, http://dev.schooltool.org/combobox | 16:52 |
| replaceafill | teacher001:teacher001 | 16:52 |
| th1a | Uh... | 16:53 |
| th1a | I click on the cell and a score pops up? | 16:53 |
| replaceafill | hhmm you should get an input | 16:54 |
| th1a | I think it needs to wait for you to start typing. | 16:54 |
| replaceafill | ah, i think i see what you mean | 16:54 |
| replaceafill | right now you need two clicks to type | 16:54 |
| th1a | Also... hm... | 16:57 |
| th1a | I wasn't thinking the cell would actually store the score title. | 16:57 |
| replaceafill | hhmm | 16:58 |
| replaceafill | so the values of the cell should still be just the "labels" (4, 3, 2, 1) | 16:58 |
| th1a | I hadn't necessarily thought through how this should work... | 16:58 |
| replaceafill | but the options of the select should be "label: title" (or whatever the properties are called) :D | 16:59 |
| th1a | I would just like the menu to give you a little more context if it can. | 16:59 |
| replaceafill | but until you start typing, correct? | 17:00 |
| th1a | Well, that's just what I was wondering about. | 17:00 |
| th1a | It also would be nice to just bring up all the choices. | 17:01 |
| replaceafill | i was thinking it should look like this the first time you click on the cell: http://imagebin.org/index.php?mode=image&id=261028 | 17:01 |
| replaceafill | no value on the cell, but displayed options | 17:01 |
| th1a | I don't think it will seem too weird if the menu shows the title but the cell doesn't store it. | 17:01 |
| th1a | Yeah, like that. | 17:01 |
| replaceafill | ok, i think we can just tweak the combobox example to get it | 17:02 |
| replaceafill | i'll try that today when i get back | 17:02 |
| th1a | OK. | 17:03 |
| replaceafill | yvl, you still around? | 17:03 |
| replaceafill | ok, thanks th1a, will show you the update tomorrow at the meeting | 17:06 |
| th1a | OK, thanks replaceafill. | 17:06 |
| yvl | hey replaceafill | 17:07 |
| yvl | yes | 17:07 |
| yvl | I'm here | 17:07 |
| yvl | putting your gradebooks into your ajax tables | 17:07 |
| yvl | so... what's up? | 17:08 |
| replaceafill | hi yvl | 17:09 |
| replaceafill | i'd like your opinion on something | 17:09 |
| yvl | sure | 17:10 |
| replaceafill | i was thinking the gradebook should use jquery .data() instead of trying to get stuff from ajax requests | 17:10 |
| replaceafill | the scoresystems scores for example | 17:11 |
| replaceafill | i'm getting the html for the select using a simple view on the gradebook + inline template | 17:11 |
| replaceafill | i was thinking maybe the column <th> could carry this information from the beginning | 17:12 |
| yvl | well it could | 17:12 |
| yvl | .data is just a place to put stuff | 17:12 |
| yvl | well, a way to put stuff | 17:12 |
| yvl | as html, it can be rendered but hidden | 17:12 |
| replaceafill | i just think it's less requests | 17:13 |
| replaceafill | same for popup menus | 17:13 |
| yvl | sure | 17:14 |
| replaceafill | the data for the menu could be inserted when rendering the links | 17:14 |
| replaceafill | instead of retrieving it again from gradebook.js | 17:14 |
| yvl | ok | 17:14 |
| yvl | I don't mind | 17:14 |
| replaceafill | i just wanted to know if it was worth it | 17:15 |
| yvl | well | 17:15 |
| yvl | I think it is | 17:15 |
| yvl | considering cases like ACC | 17:15 |
| replaceafill | slow networks, right? | 17:15 |
| yvl | where requests travel slow | 17:15 |
| yvl | and sometimes time out | 17:15 |
| yvl | somewhere in between | 17:16 |
| replaceafill | using data would increase the html produced but we're guaranteed that it comes fully together | 17:17 |
| replaceafill | ok, i'll see if i can do it :) | 17:17 |
| replaceafill | thanks yvl | 17:17 |
| yvl | thank you! :) | 17:18 |
| yvl | ok | 17:18 |
| * yvl goes away :) | 17:18 | |
| yvl | see you tomorrow :) | 17:18 |
| replaceafill | see you tomorrow | 17:18 |
| *** yvl has quit IRC | 17:19 | |
| *** replaceafill has left #schooltool | 17:30 | |
| *** bigbrovar__ has quit IRC | 18:02 | |
| *** bigbrovar__ has joined #schooltool | 18:02 | |
| *** bigbrovar has joined #schooltool | 18:17 | |
| *** bigbrovar__ has quit IRC | 18:17 | |
| *** bigbrovar has quit IRC | 18:21 | |
| *** menesis has quit IRC | 21:15 | |
| *** replaceafill has joined #schooltool | 22:25 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!