*** [g2] has joined #schooltool | 00:12 | |
[g2] | how is one supposed to shutdown schoolbell ? just control-c the app ? | 00:13 |
---|---|---|
alga | yep | 00:14 |
[g2] | thx | 00:14 |
alga | or kill `cat schooltool | 00:14 |
alga | or kill `cat schooltool.pid` | 00:14 |
alga | th1a: are you really keen on having the estimates soon? They would be more accurate if we could get Marius have his say | 00:35 |
alga | right now he's ill with high temperature and on antibiotics | 00:36 |
th1a | I'd rather have them be accurate. | 00:36 |
alga | scheduling for an individual student is basically a matter of adding him to appropriate sections? | 00:38 |
th1a | Yes. | 00:40 |
th1a | Marius and I put that together in 0.9 (that is, I told him what to do, and he did it). | 00:40 |
alga | the mass import with a CSV and a TXT file? | 00:41 |
th1a | What about it? | 00:42 |
alga | I mean, is it called 'Scheduling an Individual Student'? | 00:44 |
th1a | There's a UI for that. | 00:45 |
alga | I'm browsing around st 0.9 but can't find another way to set up a timetable | 00:45 |
th1a | Let me check. | 00:45 |
alga | OK, found it | 00:48 |
th1a | Took me a minute, too. | 00:49 |
alga | basically, after uploading sections timings with a CSV import, one can select sections for each slot for a given person? | 00:49 |
th1a | Sections for each period. | 00:50 |
alga | yes | 00:51 |
alga | OK, I got the picture... | 00:52 |
*** [g2] has left #schooltool | 01:18 | |
*** ignas has quit IRC | 01:44 | |
*** alga has quit IRC | 01:48 | |
*** bskahan has joined #schooltool | 01:50 | |
*** auxesis has quit IRC | 05:03 | |
*** auxesis has joined #schooltool | 05:28 | |
*** bskahan has quit IRC | 06:00 | |
*** nimfa_ has joined #schooltool | 09:07 | |
*** Aiste|lunch has quit IRC | 09:24 | |
*** nimfa_ has quit IRC | 09:51 | |
*** Aiste has joined #schooltool | 10:04 | |
*** Aiste has quit IRC | 10:48 | |
*** Aiste has joined #schooltool | 11:02 | |
*** thisfred has joined #schooltool | 12:25 | |
*** bskahan has joined #schooltool | 13:46 | |
*** SteveA has quit IRC | 14:10 | |
*** SteveA has joined #schooltool | 14:59 | |
*** SteveA has quit IRC | 15:02 | |
*** SteveA has joined #schooltool | 15:03 | |
*** FarcePest has joined #schooltool | 15:40 | |
*** gintas has joined #schooltool | 15:44 | |
*** alga has joined #SchoolTool | 15:54 | |
*** [g2] has joined #schooltool | 16:04 | |
*** [g2] has left #schooltool | 16:21 | |
bskahan | I've replaced all occurences of parse_time and parse_datetime with the tz aware versions | 16:23 |
bskahan | the new versions are parse_timetz and parse_datetimetz | 16:24 |
bskahan | should the old verions be removed, or is it valuable for schoolbell.calendar to have seperate methods for naive date/time | 16:25 |
alga | th1a: ping | 17:13 |
alga | apparently in 0.9 CSV timetable import is available only TTW | 17:14 |
th1a | Good morning. | 17:15 |
alga | should be there a ReSTive view for this? | 17:15 |
alga | Good morning | 17:15 |
th1a | Well... | 17:15 |
alga | well, it is quite possible to automate uploading these CSV files via the web views | 17:17 |
alga | and ReST has its own access to the real structures underneath | 17:17 |
th1a | You need to be able to set up sections >> course, teacher, students, period via the REST interface, but I don't think you should have to be able to do it via a CSV. | 17:17 |
alga | yeah | 17:17 |
th1a | If you wanted to write a CSV > REST client app, you could. | 17:17 |
th1a | If you know what I mean. | 17:18 |
bskahan | alga: opinions on removing naive parse_[date]time? | 17:30 |
alga | huh? | 17:45 |
alga | i18n-naive you mean? | 17:45 |
alga | we're not i18n-naive, we are ISO 8601 :-) | 17:46 |
*** SteveA_ has joined #schooltool | 17:48 | |
alga | th1a: what's the timeframe for our timetabling work? | 17:57 |
*** gintas has quit IRC | 17:57 | |
th1a | Well, I had been hoping to get it done this month, but the transition period here has kinda stretched out, as it tends to do. | 17:58 |
alga | aha | 17:58 |
th1a | But it is important to get it out ASAP, because now is when schools are making plans for next year. | 17:58 |
alga | th1a: by the way, interested in the photos of my kid? http://www.akl.lt/alga/photos/Family/velykos/show/0330-012151.jpg | 18:02 |
th1a | Cute! | 18:03 |
alga | Thankyou :-) | 18:03 |
bskahan | alga: parse_time returns a naive time with tzinfo=None, parse_timetz returns an aware time with tzinfo=UTC by default | 18:08 |
bskahan | I'd like to replace parse_time with parse_timetz but it changes the default behavior so I wanted to get opinions first | 18:08 |
bskahan | cute baby, what's her|his name? | 18:09 |
*** SteveA has quit IRC | 18:11 | |
*** nimfa has joined #schooltool | 18:15 | |
*** Aiste has quit IRC | 18:18 | |
*** nimfa is now known as Aiste | 18:19 | |
alga | Laurynas | 18:19 |
alga | he's a boy | 18:19 |
alga | bskahan: sure, if parse_time is not used, ditch it | 18:20 |
alga | but I guess it should be used somewhere... | 18:21 |
alga | probably we'll need a thing like that in the timetable code | 18:22 |
alga | period "9:00-10:00" | 18:23 |
alga | such things are zone-naive, aren't they? | 18:23 |
alga | so that when daylight savings switch, the timetable still makes sense | 18:24 |
alga | or am I on crack? | 18:24 |
bskahan | parse_timetz can take a tzinfo=None to make naive dts | 18:24 |
bskahan | is the period an event? | 18:24 |
bskahan | currently no event can be stored except in UTC, all local times are handled in view code | 18:25 |
alga | it becomes an event, eventually | 18:25 |
alga | when the timetable is transformed into a calendar | 18:26 |
alga | but the timetable might take care of the TZ conversion | 18:26 |
bskahan | one thing that's needed at this point is a site preference for default timezone | 18:26 |
bskahan | since currently its UTC for anyone who doesn't have a preference set | 18:27 |
bskahan | actually, the best thing to do is probably to use the request locale to set the timezone for anon viewers | 18:27 |
* bskahan will do it that way | 18:27 | |
bskahan | I'm still working on getting the Edit/Add event views to work properly but I'll document the local time to UTC conversion there | 18:28 |
alga | request locale? you mean the most accepted language? | 18:34 |
alga | but if I prefer en_US it does not mean I'm in NY | 18:35 |
bskahan | looking at request locale info now | 18:35 |
alga | I don't theink you have timezone there | 18:35 |
* bskahan nods | 18:35 | |
bskahan | yeah | 18:35 |
alga | Javascript can find it out | 18:35 |
bskahan | hrm | 18:36 |
bskahan | is that better than setting a sitewide default? | 18:36 |
alga | Secretly post something that sets your locale in the session | 18:36 |
alga | probably the sitewide default is OK | 18:37 |
alga | anyway, it's mostly for anonymous users | 18:37 |
* bskahan nods | 18:37 | |
*** bskahan is now known as bska|lunch | 18:39 | |
bska|lunch | bbiab | 18:39 |
*** faassen has joined #schooltool | 19:17 | |
*** bska|lunch is now known as bskahan | 19:22 | |
*** tvon has joined #schooltool | 19:26 | |
bskahan | alga: you mentioned csv earlier, just wanted to make sure you saw that I moved csvimport.py over to schoolbell yesterday | 19:30 |
*** Aiste has quit IRC | 19:38 | |
alga | thanks for telling | 19:38 |
alga | I was browsing around st-0.9 release branch | 19:39 |
bskahan | i didn't do anything to except change the namespace and make it pass with schoolbell tests | 19:40 |
bskahan | but I need it for sb 1.1 stories and I was procrastinating other stuff | 19:41 |
bskahan | so I'm not sure how much of it we want to keep intact | 19:41 |
*** thisfred has quit IRC | 19:57 | |
*** bskahan has quit IRC | 20:21 | |
*** faassen has left #schooltool | 20:25 | |
*** bskahan has joined #schooltool | 20:26 | |
bskahan | why do we have IAdaptableToSchoolBellApplication? | 20:36 |
*** tvon has quit IRC | 20:38 | |
*** tvon has joined #schooltool | 20:41 | |
*** bskahan has quit IRC | 21:11 | |
*** th1a has quit IRC | 21:45 | |
*** qopi has joined #schooltool | 22:12 | |
qopi | is there anywhere I can try Schoolbell out? | 22:13 |
*** tvon has quit IRC | 22:15 | |
*** th1a has joined #schooltool | 22:21 | |
*** tvon has joined #schooltool | 22:37 | |
*** tvon has quit IRC | 22:48 | |
*** tvon has joined #schooltool | 23:00 | |
*** tvon has quit IRC | 23:26 | |
*** tvon has joined #schooltool | 23:26 | |
*** tvon has quit IRC | 23:33 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!