IRC log of #schooltool for Thursday, 2009-01-15

*** ignas has quit IRC00:11
*** jelkner has quit IRC00:26
*** replaceafill has joined #schooltool01:22
replaceafillth1a, ping01:22
*** replaceafill has quit IRC01:40
*** fsufitch has joined #schooltool03:02
*** jelkner has joined #schooltool03:03
*** jelkner has quit IRC03:28
*** th1a_ has joined #schooltool04:39
*** th1a has quit IRC04:39
*** th1a_ has quit IRC05:12
*** mgedmin has joined #schooltool11:44
*** fsufitch has quit IRC13:01
*** alga has joined #SchoolTool14:45
*** mgedmin has quit IRC15:48
*** mgedmin has joined #schooltool15:48
*** th1a has joined #schooltool15:59
*** aelkner has quit IRC17:38
*** aelkner has joined #schooltool17:38
*** jelkner has joined #schooltool17:43
*** aelkner has quit IRC17:50
*** aelkner has joined #schooltool17:50
jelkneraelkner: hey man17:50
jelknergood morning17:51
*** jelkner has quit IRC17:59
*** mgedmin has quit IRC20:23
*** alga has quit IRC20:56
*** rbra has joined #schooltool21:24
*** rbra has quit IRC21:37
*** jcrowley has joined #schooltool21:38
*** replaceafill has joined #schooltool21:49
replaceafillaelkner, ping21:49
*** elarson has joined #schooltool21:49
aelknerhey replaceafill21:55
replaceafillaelkner, hey man21:55
replaceafillaelkner, i have two specific questions21:56
replaceafillaelkner, 1. are u ok with multiadapters?21:56
aelknerhow do you mean?21:56
replaceafillremember u told me in ur mail i'd need two adapters for getting the grades21:57
replaceafillto let skilldrivers provide iexternalactivity21:57
aelknerwell21:57
aelknerthe first adapter gets you the gradebook21:57
replaceafillbut the adapter also needs the gradebook21:57
replaceafillyes21:57
replaceafilland then i need to adapt to iexternal activity, right?21:58
aelknerright, that's the code that you'll need to write21:58
replaceafillbut it can be done with a multiadapter21:58
aelknerthe adapter to the gradebook is already written21:58
*** elarson has quit IRC21:59
*** jcrowley has quit IRC21:59
replaceafilladapting (iskilldriver, icompetencygradebook) -> iexternalactivity21:59
replaceafillso the iexternalactivity adapter would have the skilldriver AND the gradebook21:59
aelknerthat's fine22:00
replaceafillcool :)22:00
replaceafillit works :)22:00
aelknerwait22:00
replaceafillbut my problem is question #222:00
replaceafillyes?22:00
aelknerthe gradebook has the skilldriver as the context22:00
aelknerso that's redundant22:00
replaceafillthere's an adapter iskilldriver -> icompetencygradebook?22:01
aelknersure, that's how the gradebook is built22:01
replaceafilli'm using isection -> iskilldrivers22:01
aelknerthat gets you the skill drivers container, not the gradebook for a skill driver22:01
aelknerthe latter has the skill driver as context22:02
aelknerand provides the access to the scores22:02
aelknerthat the second adapter22:02
replaceafilli didnt find that adapter :(22:02
aelknericompetencygradebook -> iexternalactivity22:02
replaceafillim looking at cando.gradebook.configure.zcml22:03
aelknerlook at cando.skilldriver.configure22:03
replaceafilloh yes22:04
replaceafilli found this:22:04
aelkneranyway, the gradebook has what you need22:04
replaceafillgradebook.sectionSkillDriverGradebook22:04
replaceafillbut its commented!22:05
replaceafill  <!--adapter22:05
replaceafill    factory=".gradebook.sectionSkillDriverGradebook"22:05
replaceafill    trusted="true"22:05
replaceafill    /-->22:05
replaceafilland skilldriver package has no gradebook module22:05
replaceafillthen i thought "they got rid of it" :(22:06
replaceafilland went to look for a solution in the cando.gradebook package22:06
replaceafillaelkner, u checking?22:13
aelkneryeah, adn i can't remember how to log in to my cando instance :)22:13
replaceafill:|22:13
aelknerfound it22:16
replaceafillwhere is it?22:16
aelknerno, i was talking about the password22:20
aelkneranyway22:21
replaceafill:O22:21
aelknerthere is an adapter from skill driver to gradebook, a traversal adapter22:21
replaceafill:O22:21
aelkneryou can tell by looking at the url when grading a skilldriver22:21
aelknergradeCompertencies22:21
aelkneris the traversal adapter22:21
replaceafillso i can do icompetencygradebook(iskilldriver)22:22
replaceafillwhat u recommended, right?22:22
aelkneryou can try that out in pdb, you know22:23
replaceafillok i will22:23
replaceafillcan i ask u the 2nd question?22:23
replaceafillis the problem i have22:23
replaceafilliexternalactivitiy adapters are not persistent, they are created on the fly, right?22:24
aelkneri know where you're going with this, i think22:24
replaceafillreally?22:24
aelknersorry, i should let you go first22:24
replaceafilli'm getting an error22:24
replaceafillno prob man22:24
replaceafillTypeError: Not picklable22:25
aelkneryeah, don't make them persistent22:25
replaceafillis it possible to assign a non persistent attribute to a persistent component?22:25
aelknerwhat attribute would that be?22:26
replaceafillILinkedActivity.external_activity22:26
replaceafilla reference to the iexternalactivity adapter for the third party module22:26
replaceafills/for/from22:26
replaceafilland the error is coming from: zope.location-3.4.0-py2.4.egg/zope/location/location.py22:28
replaceafillafter the zodb tries to serialize the attribute i guess22:28
aelkneryes, that's right22:31
aelkneryou're linked activity needs to be persistent22:31
replaceafillit is22:31
replaceafillit subclasses activity22:31
aelknerbut it doesn't need to have the external activity as its attribute22:31
replaceafillreally?22:32
aelknerjust a way to get to the external activity22:32
replaceafillideas for "a way"?22:32
aelknerisn't the title enough?22:32
replaceafillhhmm22:32
aelknerwhen you find the utility that returns the external adapters for the section22:32
replaceafillbinding them by title?22:32
aelknerno22:33
aelknerwait22:33
aelknerschooltool.gradebook asks the world22:33
aelknerare there any external activity utilities?22:33
aelknercando responds, yes22:33
replaceafillaha22:33
aelknerschooltool.gradebook calls the utility to get the external activities for the ssection22:34
aelknereach are named22:34
aelkneryou match up the name22:34
replaceafilleach utility has name22:34
replaceafillor u mean the iexternalactivity?22:34
aelkneryes22:34
aelknereach iext... has the skill driver gradebook as context22:35
replaceafillyes22:35
aelknerfrom that, you can get the skill driver title22:35
aelknerand use that to match it to the linked activity22:35
replaceafillhhmm i see22:35
aelknerwait22:36
aelknernot exactly22:36
replaceafillthe linked activity should have its own title that should match the skilldriver's22:36
replaceafillok22:36
replaceafillgo22:36
aelknerbecause schooltoolo.gradebook doesn't know about skill drivers22:36
aelknerthe external activity, the thing created on the fly from the gradebook22:37
aelknershould have the title as an attribiute22:37
aelknerschooltool.gradebook can always expect that22:37
aelknerso22:38
aelknerthe adpater icompetencygradebook -> iexternalactivity22:38
aelknerneeds to populate the title22:38
aelknerand it resides within cando, so it can know abotu how to get the skilldriver title22:38
aelknerso22:39
aelknerthe utility, also of course, within cando22:39
aelknercan loop through the skill drivers, adapting each one to a competency gradedbook22:40
replaceafillaha22:40
aelkneradn further adapting them to external activities22:40
aelknerfinally building the list that is returned in getExternalActivities()22:40
aelknerok?22:40
replaceafillthat's cool, but what happens in the schooltool.gradebook part?22:41
replaceafilllinkedactivity are persistent22:41
replaceafillsubclassing activity22:41
aelknerthat's fine22:41
aelknerbut yo'll need to change the linked activity not to have the external activity attribute22:41
aelknerso, it look's like you're back in schooltool.gradebook22:42
aelknersee, i told you this stuff wasn't going to be as easy as people seemed to think it would be22:42
replaceafill:D22:42
replaceafillwell, i'll give it a shot, ok? and let you know what i come up with22:43
aelkneryou're mock external activities need to not be persistent22:43
aelknerthey're basically a snapshot of the scores as of today22:44
aelknerthat's why they adapt so seemlessly from the gradebook, itself also a snapshot22:44
aelknerso22:44
aelkneryou don't need to change your mock external activity itself22:45
aelknerjust the linked activities need to be changed22:45
replaceafillyes22:45
aelknerto obtain the external activity dynamically22:45
replaceafilldamn persistency! :D22:46
replaceafillthanks aelkner22:46
aelknerno problem22:47
* th1a sighs.22:48
replaceafillhi th1a22:49
th1aHi replaceafill.22:50
replaceafilli pinged u yesterday, just to tell u i have my plane ticket22:50
replaceafilland to ask u, what package will be the "sprint focus"?22:51
replaceafillor how could i help?22:52
th1aignas and I are discussing that.  Basically demographics/indexing/reporting.22:52
th1aThey're kind of interlinked.22:52
replaceafillah ok22:53

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!