*** replaceafill has quit IRC | 01:26 | |
*** menesis has quit IRC | 02:45 | |
*** mobert has quit IRC | 06:22 | |
*** khildin has joined #schooltool | 10:50 | |
*** menesis has joined #schooltool | 11:52 | |
*** E-werd_ has joined #schooltool | 11:55 | |
*** E-werd has quit IRC | 11:57 | |
*** khildin has quit IRC | 12:06 | |
*** yvl has joined #schooltool | 12:27 | |
*** khildin has joined #schooltool | 13:05 | |
*** menesis has quit IRC | 13:17 | |
*** menesis has joined #schooltool | 13:18 | |
*** menesis has quit IRC | 13:46 | |
*** menesis has joined #schooltool | 14:32 | |
*** E-werd_ is now known as E-werd | 15:15 | |
*** khildin has quit IRC | 16:03 | |
*** yvl has quit IRC | 16:14 | |
*** replaceafill has joined #schooltool | 16:24 | |
th1a | hi replaceafill. | 16:31 |
---|---|---|
replaceafill | hey th1a | 16:31 |
th1a | How are you feeling today? | 16:32 |
replaceafill | good :) | 16:32 |
replaceafill | u? | 16:33 |
th1a | Good. | 16:34 |
th1a | OK.... | 16:34 |
th1a | Did you look at my time estimates? | 16:34 |
th1a | One basic premise at this point is that essentially adding a small component based on a simple data object, essentially a form, takes a week. | 16:35 |
th1a | e.g., fees and income generating activities. | 16:35 |
replaceafill | yeah, sounds right | 16:35 |
th1a | OK> | 16:36 |
replaceafill | the estimates look right | 16:36 |
th1a | OK. So I'll write that up. | 16:37 |
replaceafill | a few comments | 16:37 |
replaceafill | the british date format | 16:37 |
replaceafill | i think this is a general bug we have | 16:37 |
replaceafill | in the calendar preferences we have a date format, i think | 16:37 |
replaceafill | which i think should be used everywhere | 16:37 |
th1a | Ah. I see. | 16:37 |
th1a | But it is not? | 16:37 |
replaceafill | no | 16:38 |
replaceafill | it's used in *some* places i think | 16:38 |
replaceafill | but not in the widgets/display forms | 16:38 |
replaceafill | iirc it becomes tricky to handle these variations | 16:39 |
replaceafill | that's why we decided to stick to the YYYY-MM-DD by default | 16:39 |
th1a | For input. | 16:39 |
replaceafill | yes | 16:39 |
th1a | I don't really have a problem with that. | 16:39 |
th1a | We should clean up the display though, especially since it is genuinely ambiguous. | 16:40 |
th1a | 4/7/2014 = ? | 16:40 |
replaceafill | that usually depends on locale settings | 16:40 |
replaceafill | like browser language | 16:41 |
replaceafill | and then you have the importers | 16:41 |
replaceafill | anyway | 16:42 |
th1a | Can the importers use the excel date type? Would that help? | 16:42 |
replaceafill | i have to check, but i think they do | 16:42 |
th1a | You can see if that helps. | 16:42 |
replaceafill | so, you think we should fix it in general? | 16:43 |
th1a | So... locale and date display? | 16:43 |
th1a | Yeah. | 16:43 |
replaceafill | cool | 16:43 |
th1a | I mean, we're talking several days? | 16:43 |
replaceafill | the only parts i focused my review yesterday were the jquery ui widget and the display forms | 16:44 |
replaceafill | those two shouldn't take long | 16:44 |
replaceafill | a couple of days at most | 16:44 |
replaceafill | currently the format is hardcoded in the js | 16:44 |
replaceafill | and we just need a custom data converter for diplay forms | 16:45 |
replaceafill | for input, it should be a combination (js + converter) | 16:45 |
th1a | To be clear I'm ok with just doing YYYY/MM/DD entry with the widget because it is at least unambiguous. | 16:45 |
replaceafill | ah ok | 16:46 |
th1a | It is just the MM/DD or DD/MM issue that is intolerable. | 16:46 |
replaceafill | just replace YYYY-MM-DD with YYYY/MM/DD? | 16:46 |
th1a | Uh... | 16:46 |
th1a | I didn't even mean that. | 16:46 |
th1a | Basically, I don't want to get too deep into this. | 16:46 |
replaceafill | i think if we just stick to the preference, we'd be ok | 16:47 |
th1a | I'm ok with more or less requiring people to use the widget, or learn to type YYYY-MM-DD. | 16:47 |
th1a | (I mean, I'm not talking about "/" or "-") | 16:47 |
th1a | But when you READ a date, it should be in your locale. | 16:47 |
replaceafill | imho when you READ a data, it should be in the preference format, not locale | 16:48 |
replaceafill | true, preferences are limited | 16:48 |
replaceafill | i mean options for the preference | 16:48 |
th1a | OK, yes. | 16:49 |
replaceafill | kind of the same happens for numbers | 16:49 |
replaceafill | the comma is being locale formatted | 16:49 |
th1a | Ah. | 16:50 |
replaceafill | we can force it in peas ofc | 16:50 |
replaceafill | that's what i was thinking we should do | 16:50 |
th1a | Couldn't we just make the year a string? | 16:50 |
replaceafill | yeah, i think we could | 16:51 |
replaceafill | we'd need to evolve current data though | 16:51 |
replaceafill | but not a big deal | 16:52 |
replaceafill | we can do between 1.25 and 2 reports per day | 16:52 |
replaceafill | depends on how simple they are, and mostly how focused i can get :) | 16:52 |
th1a | OK. Yeah, I think finishing two is probably not a sustainable rate. | 16:53 |
replaceafill | sometimes if they're similar we can get 3 in a day | 16:53 |
replaceafill | right | 16:53 |
replaceafill | about report sheets | 16:53 |
replaceafill | i think we should give teachers the ability to change *only* the max score | 16:54 |
replaceafill | i mean in deployed activities | 16:54 |
th1a | Yeah. | 16:56 |
replaceafill | i was thinking if this could be done at a higher level than the section | 16:56 |
replaceafill | like the course | 16:58 |
replaceafill | not sure | 16:58 |
replaceafill | we do track deployed sheets | 16:58 |
replaceafill | about the sliders | 16:58 |
replaceafill | yes we can hide them conditionally | 16:59 |
th1a | sliders? | 16:59 |
th1a | Oh, yes. | 16:59 |
th1a | OK. | 16:59 |
th1a | Good. | 16:59 |
replaceafill | that's it | 17:00 |
replaceafill | oh | 17:00 |
th1a | I don't think the scores could be set at the course level. | 17:00 |
th1a | I didn't get that impression. | 17:00 |
replaceafill | sure, i mean | 17:00 |
replaceafill | i just was thinking on multi-term sections, ect | 17:01 |
th1a | Ah, right. | 17:01 |
th1a | Yeah. | 17:01 |
* replaceafill done | 17:02 | |
replaceafill | btw, i'll need friday morning off | 17:02 |
replaceafill | Camila finishes the summer course | 17:02 |
replaceafill | and parents have to attend a meeting at 10:30 your time | 17:03 |
replaceafill | we can meet 1 h earlier if you want | 17:03 |
th1a | I can't do earlier. | 17:04 |
th1a | It is no problem. | 17:04 |
replaceafill | ah ok | 17:04 |
replaceafill | thanks | 17:04 |
th1a | btw, can you send me a Nov. invoice? | 17:04 |
replaceafill | ah ok | 17:04 |
replaceafill | will do | 17:04 |
th1a | OK, do you want to do the date issue first as a Mark fix? | 17:05 |
replaceafill | yes | 17:05 |
replaceafill | also | 17:05 |
replaceafill | i think the attendance "sort" | 17:05 |
replaceafill | is an issue in the standard version of that view | 17:05 |
replaceafill | the Journal tab (in core journal) | 17:05 |
th1a | Yeah, I noted which ones I'd consider bugs. | 17:05 |
th1a | Start on those. | 17:05 |
replaceafill | yeah | 17:05 |
replaceafill | kk | 17:05 |
*** menesis has quit IRC | 20:45 | |
th1a | replaceafill: see the email from glenda? | 21:29 |
replaceafill | yeah, reading it | 21:29 |
replaceafill | i wonder if the db got currupted | 21:30 |
replaceafill | corrupted | 21:30 |
th1a | Missing blob file? | 21:30 |
replaceafill | this may happen if you move the zodb and not the blobs | 21:30 |
replaceafill | it's the header of the pdf probably | 21:30 |
th1a | Yeah. | 21:30 |
replaceafill | with the school logo | 21:30 |
th1a | Maybe just try adding a logo back in, or removing the current one? | 21:31 |
replaceafill | i think adding it back gets rid of it, let me try | 21:31 |
replaceafill | yeah deleting it works | 21:36 |
replaceafill | both options work, re-uploading or deleting | 21:40 |
replaceafill | th1a, are you going to reply? | 21:46 |
replaceafill | or should i? | 21:46 |
th1a | Oh, sorry. I'm writing to Fran. | 21:46 |
th1a | You can if you don't mind. | 21:46 |
replaceafill | ok | 21:46 |
*** menesis has joined #schooltool | 21:53 | |
*** replaceafill has quit IRC | 23:12 | |
*** menesis has quit IRC | 23:23 | |
*** menesis has joined #schooltool | 23:24 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!