*** replaceafill has quit IRC | 00:48 | |
*** fsufitch has joined #schooltool | 02:16 | |
*** ignas has quit IRC | 02:22 | |
*** aks has joined #schooltool | 06:22 | |
aks | th1a: ping | 06:22 |
---|---|---|
th1a | hi aks. | 06:27 |
aks | th1a: just to inform you that we conducted second training on SchoolTool for three of our pilot schools | 06:28 |
th1a | How did it go? | 06:28 |
aks | th1a: it was a two days training (first day for admins, and second day for teachers) | 06:28 |
aks | th1a: it went well, now we're planning a monitoring visit to the school to see how the school is working with SchoolTool | 06:28 |
th1a | Excellent. | 06:29 |
th1a | Any particular issues crop up in the training? | 06:31 |
*** th1a has quit IRC | 06:39 | |
*** menesis has joined #schooltool | 09:53 | |
*** menesis has quit IRC | 11:38 | |
*** ignas has joined #schooltool | 12:33 | |
*** ignas has quit IRC | 13:06 | |
*** menesis has joined #schooltool | 13:16 | |
*** ignas has joined #schooltool | 13:50 | |
*** ignas has quit IRC | 13:56 | |
*** fsufitch has quit IRC | 14:03 | |
*** aks has quit IRC | 14:33 | |
*** ignas has joined #schooltool | 15:09 | |
*** fsufitch has joined #schooltool | 15:30 | |
*** fsufitch has quit IRC | 16:02 | |
*** fsufitch has joined #schooltool | 16:05 | |
*** replaceafill has joined #schooltool | 16:23 | |
*** th1a has joined #schooltool | 16:29 | |
th1a | hi aelkner, replaceafill, menesis. | 16:31 |
aelkner | morning | 16:31 |
replaceafill | good morning | 16:31 |
aelkner | http://69.164.203.135:36660/terms | 16:32 |
menesis | hi | 16:32 |
aelkner | note the + icons don't appear when not logged in as manager | 16:32 |
aelkner | after logging in and hitting the +, the add new term comes up | 16:32 |
aelkner | only cancel works, but i wanted your comments about the title/subtitle | 16:33 |
aelkner | i was thinking about putting the start and end dates after the year title, but the font is so bug | 16:34 |
th1a | No. | 16:34 |
aelkner | it would probably look awkward | 16:34 |
th1a | Don't. | 16:34 |
th1a | Well, they should be hints for start and end date. | 16:34 |
th1a | But I suppose that is impossible. | 16:35 |
aelkner | not impossible | 16:35 |
aelkner | we can set the hints to anything we want | 16:35 |
aelkner | even dynamic hints are possible in updateWidgets, right replaceafill? | 16:35 |
replaceafill | you're already doing that | 16:36 |
aelkner | in add school year, yes | 16:36 |
aelkner | not yet in add term | 16:36 |
th1a | So we could do "The year starts %s." % year_start | 16:36 |
aelkner | where? | 16:37 |
aelkner | for the start date hint? | 16:37 |
th1a | Yes. | 16:38 |
aelkner | and "The year end %s." for the end date hint | 16:38 |
aelkner | end | 16:38 |
th1a | Bingo! | 16:38 |
aelkner | ends | 16:38 |
aelkner | ok, will do | 16:38 |
aelkner | otherwise, any other comments? | 16:38 |
aelkner | about the placement of the + buttons in /terms? | 16:38 |
th1a | replaceafill: Do they look a little close to the text? | 16:39 |
replaceafill | they do | 16:39 |
replaceafill | what if we float them to the right? | 16:40 |
replaceafill | too much? | 16:40 |
aelkner | too far to the right may make them difficult to find for the less observant user | 16:41 |
th1a | We have lots of other examples of this kind of thing. | 16:41 |
th1a | I'm just saying are they closer than our other edit, etc. icons? | 16:41 |
th1a | Do we have a standard style for that? | 16:41 |
replaceafill | usually the + buttons go in their own column in tables | 16:42 |
replaceafill | why dont we put them in the Last day column? | 16:42 |
replaceafill | colspan=2 for the year title | 16:42 |
replaceafill | button on last column | 16:42 |
th1a | What about the edits? | 16:43 |
th1a | But yes, you're right, they can just go in their own column. | 16:43 |
th1a | Then they get a header too, which gives a little more explanation. | 16:43 |
menesis | I wanted to ask why schoolyear first/last day are not in the same columns as terms' | 16:43 |
menesis | but then there is nowhere to put the + | 16:44 |
th1a | Oh, that would make sense too! | 16:44 |
th1a | We have room. | 16:44 |
menesis | as it is, the + is not very clear what it would add | 16:44 |
replaceafill | +1 | 16:44 |
th1a | Four columns. | 16:44 |
th1a | Put the year dates in their columns. | 16:45 |
th1a | Fourth column is "Add Term" | 16:45 |
aelkner | ok | 16:45 |
aelkner | not Add New Term? | 16:45 |
aelkner | that's the mouseove i chose for the button | 16:45 |
th1a | No... that's redundant. | 16:46 |
aelkner | so change the mouseover and the title of the add term form? | 16:47 |
aelkner | i mean subtitle | 16:48 |
th1a | Yes. | 16:49 |
replaceafill | aelkner why are the + buttons input['submit']s instead of <a> elements? | 16:49 |
aelkner | http://69.164.203.135:36660/terms | 16:49 |
th1a | Oh... I guess we need delete buttons too. | 16:50 |
th1a | Or, | 16:50 |
th1a | No... | 16:50 |
th1a | That'll go in the term view. | 16:50 |
aelkner | replaceafill, i got the idea for rendering the + buttons from the relationship view | 16:51 |
aelkner | that uses <input type="image"...> | 16:52 |
th1a | The columns look weirdly aligned. | 16:52 |
th1a | Or maybe it is some kind of optical illusion. | 16:52 |
th1a | I guess it is. | 16:52 |
replaceafill | :) | 16:52 |
replaceafill | aelkner making them <input type="image"> makes you need a form + logic to handle the redirect | 16:53 |
replaceafill | right? | 16:53 |
replaceafill | that's ok for the relationship views because you modify the state of the app | 16:53 |
replaceafill | but these are just redirects | 16:53 |
replaceafill | an <a> would be simpler | 16:53 |
replaceafill | dont you think? | 16:53 |
menesis | +1 | 16:54 |
th1a | <a> is more correct. | 16:54 |
aelkner | i just wanted to get it to work, and i coulnd't find an example of an icon link in schooltool | 16:54 |
aelkner | granted, i didn't look that hard :) | 16:54 |
replaceafill | it's the same thing as the pencil links | 16:55 |
aelkner | ah, the pencils, thanks | 16:55 |
replaceafill | just change the pencil resource for the + resource :) | 16:55 |
aelkner | ok, i can do that later, after the design discussion is over | 16:55 |
aelkner | th1a, anything else needs changing? | 16:56 |
th1a | No. | 16:56 |
aelkner | ok, that's it for me then | 16:57 |
th1a | Well, I can't really make a practice term easily atm, so no at the moment. | 16:57 |
th1a | Term view is next? | 16:57 |
th1a | With delete view? | 16:57 |
th1a | Delete action, that is. | 16:57 |
aelkner | sure, after add works, i'll do index.html for when the user clicks on a term in /terms | 16:58 |
aelkner | there i'll have the edit pencil and the delete action | 16:58 |
th1a | OK. | 16:59 |
th1a | So you're set. | 16:59 |
th1a | replaceafill, what about you? | 17:00 |
th1a | I'm thinking about you and I diving into interventions. | 17:00 |
*** menesis has left #schooltool | 17:00 | |
th1a | Er. | 17:00 |
th1a | Actually, I meant journal. | 17:00 |
th1a | Journal! | 17:00 |
replaceafill | th1a sure | 17:00 |
th1a | Well, except we probably can't create sections yet. | 17:01 |
th1a | :-D | 17:01 |
replaceafill | ah! | 17:01 |
th1a | So I guess there's no getting around that. | 17:01 |
th1a | So... courses and sections. | 17:01 |
replaceafill | would it work if i load existing sections? | 17:01 |
th1a | Eh, might as well just do them now. | 17:01 |
replaceafill | ok | 17:02 |
replaceafill | are we going to create a /courses view? | 17:02 |
replaceafill | to list all the years? | 17:03 |
replaceafill | like /term does | 17:03 |
replaceafill | er, /terms | 17:03 |
*** menesis has joined #schooltool | 17:03 | |
th1a | Well, I think this will be our multi-page example. | 17:03 |
th1a | With the tertiary navigation. | 17:04 |
replaceafill | ah! one page per year | 17:04 |
th1a | Yes. | 17:05 |
th1a | So lets try that. | 17:05 |
replaceafill | we will need a filter widget right | 17:05 |
replaceafill | like /persons | 17:05 |
replaceafill | in case you have many courses | 17:05 |
th1a | Oh... I suppose. | 17:06 |
th1a | It is kind of marginal. | 17:06 |
th1a | I guess yes. | 17:06 |
replaceafill | where is going to be the 'Add Course' action? | 17:07 |
th1a | Sidebar. | 17:08 |
replaceafill | understood | 17:08 |
replaceafill | i guess that's it for that view, correct? | 17:08 |
replaceafill | or am i forgetting something? | 17:09 |
* replaceafill goes to check the current courses view | 17:09 | |
replaceafill | delete! | 17:09 |
th1a | I guess we haven't really been dealing with the import views. | 17:10 |
th1a | Not that they're hard. | 17:10 |
replaceafill | delete from the course or in the courses table? | 17:10 |
th1a | From the course. | 17:10 |
replaceafill | with a scary message :) | 17:10 |
th1a | Yes. | 17:10 |
replaceafill | oh, courses have leaders too | 17:11 |
replaceafill | all right, i'll work on /courses next | 17:12 |
th1a | ok | 17:14 |
th1a | I think I'm going to try a quick screencast today to show off what we've been doing. | 17:14 |
replaceafill | :) | 17:14 |
th1a | OK, that's it. | 17:15 |
th1a | How hot is it going to be today where you are, replaceafill? | 17:15 |
replaceafill | it's rainy season here, not too hot | 17:16 |
th1a | Probably hotter here. | 17:16 |
th1a | And hotter still in Philly. | 17:16 |
replaceafill | 29 C top i guess | 17:16 |
th1a | We'll beat that! | 17:17 |
th1a | Stay cool. | 17:17 |
* th1a drops the bag of gravel. | 17:17 | |
aelkner | replaceafill, a question | 17:37 |
aelkner | why do we set the alt attribute in the img elements for edit icons? | 17:37 |
aelkner | isn't that for when js is not enabled? | 17:37 |
replaceafill | in case the image resource is not available | 17:38 |
replaceafill | nope | 17:38 |
replaceafill | the browser displays that text when it cannot find the image | 17:38 |
aelkner | why would the image not be available? | 17:38 |
replaceafill | same for <img ...> tags | 17:38 |
aelkner | woldn't that be a bug anyway? | 17:38 |
replaceafill | in case you insert a typo in the library or name... | 17:38 |
replaceafill | it would | 17:39 |
th1a | You can turn images off in a browser. | 17:39 |
replaceafill | ah, that too | 17:39 |
th1a | Or if the user is deaf. | 17:39 |
aelkner | ah, that's a reason | 17:39 |
aelkner | both | 17:39 |
th1a | Or if you're at a terminal. | 17:39 |
aelkner | well, terminals couldn't use the app, no js, no app | 17:40 |
th1a | We should probably have some kind of accessibility audit at some point... | 17:40 |
replaceafill | th1a +1 | 17:40 |
aelkner | we depend on js most forcefully, right? | 17:40 |
aelkner | i suppose if there were js event converters for voice commands | 17:41 |
aelkner | but this is all a theoretical discussion of a UI that we have never considered | 17:41 |
aelkner | anyway, i'll leave the alt in there as at least a comment | 17:42 |
aelkner | th1a, so 'Add Term' is the image alt, how about the mouseover title? | 17:44 |
aelkner | 'Add a new term to this year'? | 17:44 |
aelkner | Add a new term to 2011? | 17:44 |
th1a | Does it need to be different? | 17:50 |
th1a | "Add a new term to 2011" is probably best for both. | 17:50 |
th1a | Also, I believe alt is required by the HTML spec. | 17:53 |
*** fsufitch1 has joined #schooltool | 17:55 | |
replaceafill | it's required for images | 17:55 |
replaceafill | not for input buttons | 17:55 |
*** fsufitch has quit IRC | 17:55 | |
replaceafill | aelkner is changing to <a> anyway :) | 17:55 |
aelkner | ok, i'll make the alt "Add a new term to 2011" as well | 17:56 |
replaceafill | :/ | 17:57 |
*** fsufitch1 is now known as fsufitch | 17:59 | |
*** aks has joined #schooltool | 18:17 | |
replaceafill | th1a zyt? | 19:04 |
th1a | yes. | 19:05 |
replaceafill | question: | 19:05 |
replaceafill | http://69.164.203.135:6660/courses | 19:05 |
replaceafill | do we want all those columns in the table | 19:05 |
replaceafill | and is the title ok? | 19:05 |
replaceafill | or do we want "Courses, 2011" | 19:05 |
replaceafill | Course being the title, and the year title the subtitle | 19:05 |
replaceafill | :| | 19:05 |
th1a | No... | 19:05 |
th1a | ... | 19:06 |
th1a | I'd say ONLY course ID. | 19:06 |
replaceafill | kk | 19:06 |
replaceafill | title, course id | 19:06 |
replaceafill | search by both? | 19:07 |
th1a | YES. | 19:07 |
th1a | Sort by both would be nice. | 19:07 |
replaceafill | ah, ok | 19:07 |
replaceafill | changing... | 19:07 |
th1a | I like the year in the title. | 19:08 |
th1a | Like it is. | 19:08 |
replaceafill | refresh | 19:10 |
replaceafill | unfortunately these courses dont have ids :( | 19:10 |
replaceafill | will fix the add/edit forms in a moment | 19:10 |
*** menesis has quit IRC | 19:12 | |
replaceafill | th1a zyt? | 20:01 |
th1a | yes. | 20:01 |
replaceafill | http://69.164.203.135:6660/schoolyears/2011/courses/addSchoolToolCourse.html | 20:01 |
replaceafill | can you please fill the XXX? :) | 20:01 |
replaceafill | and also, should 'Add' take you back to the /courses page? | 20:02 |
replaceafill | or to the newly created course? | 20:02 |
replaceafill | (i think we're redirecting back to containers, right?) | 20:02 |
th1a | Courses: Add Course | 20:02 |
th1a | I think we're going back to containers. | 20:03 |
replaceafill | ok | 20:03 |
th1a | What do we do in person? | 20:03 |
* replaceafill goes to add a person :) | 20:03 | |
th1a | Yeah... That's going to view the person. | 20:04 |
*** aks has quit IRC | 20:04 | |
replaceafill | hhmm | 20:04 |
* replaceafill goes to check resources... | 20:04 | |
th1a | I guess we're pretty consistently going to the view view. | 20:04 |
th1a | You know what we should be doing here though. | 20:05 |
replaceafill | add resource, equipment, location goes back to container | 20:05 |
th1a | We should be doing "add another" actions. | 20:05 |
replaceafill | oh! | 20:05 |
replaceafill | true | 20:05 |
th1a | On at least some of them. | 20:05 |
th1a | Maybe not years. | 20:05 |
replaceafill | right | 20:05 |
th1a | Try that. | 20:05 |
replaceafill | we should in courses | 20:05 |
th1a | Keep the Add | 20:06 |
th1a | - Course | 20:06 |
th1a | In the sidebar. | 20:06 |
replaceafill | - Courses? | 20:06 |
th1a | Hm? | 20:06 |
replaceafill | i mean two Add links: Course and Courses | 20:06 |
th1a | No... | 20:07 |
th1a | I'm saying, in the index view of a course. | 20:07 |
th1a | You still have Add: Course in the sidebar. | 20:07 |
replaceafill | ah | 20:07 |
th1a | It is a little less direct than in Persons. | 20:07 |
th1a | But adding people is an extreme case. | 20:07 |
replaceafill | let me see if i get it right: you want an action for adding a new course inside the course view? | 20:08 |
replaceafill | (sorry if i misunderstood) | 20:09 |
th1a | Yeah. | 20:10 |
th1a | Does that not make sense? | 20:10 |
replaceafill | not much to me, it makes more sense "Add multiple" in the /courses view | 20:10 |
th1a | I mean, it is a little illogical, but useful. | 20:10 |
th1a | It is just that a lot of times you are adding a bunch at once. | 20:10 |
replaceafill | definitely | 20:11 |
replaceafill | but isnt "Add multple" better for that? | 20:11 |
th1a | No... | 20:11 |
th1a | We could do what we do in Person now. | 20:11 |
* replaceafill goes to see person | 20:11 | |
replaceafill | th1a what do you mean by "what we do in Person now"? | 20:12 |
th1a | Submit | Submit and add | Cancel | 20:13 |
replaceafill | th1a but that's in People | 20:13 |
replaceafill | not on Person | 20:13 |
th1a | Sorry. | 20:13 |
th1a | That's what I meant. | 20:13 |
replaceafill | :D | 20:13 |
replaceafill | phew! | 20:14 |
th1a | Add person. | 20:14 |
replaceafill | Submit and add = 'Add multiple' :) | 20:14 |
replaceafill | i wasn't clear, sorry | 20:14 |
replaceafill | and it makes sense in the container :) | 20:14 |
th1a | People don't think that way anyhow. | 20:15 |
th1a | They don't know they're in the container. | 20:15 |
replaceafill | they will know they're looking at "Courses for 2012" | 20:15 |
th1a | People don't care. | 20:15 |
replaceafill | right | 20:15 |
th1a | Let's try the add action in the course index. | 20:15 |
th1a | It is just a shortcut. | 20:16 |
th1a | What we do in People is extreme because you don't really get enough confirmation. | 20:16 |
th1a | But if you're typing through 1000 students, that's probably ok (although we need a bit more). | 20:16 |
replaceafill | sorry to be so dumb, but by "course index" you mean /courses, right? | 20:17 |
* replaceafill sees th1a sighing | 20:17 | |
replaceafill | :D | 20:17 |
th1a | No... I mean course index, not courses index | 20:18 |
replaceafill | k | 20:18 |
replaceafill | understood | 20:18 |
replaceafill | last question | 20:18 |
replaceafill | http://69.164.203.135:6660/schoolyears/2011/courses/addSchoolToolCourse.html | 20:18 |
replaceafill | what hints should we keep? | 20:18 |
replaceafill | or improve? | 20:18 |
replaceafill | title hint, gone | 20:18 |
replaceafill | description hint, gone | 20:18 |
th1a | Spell locally right. | 20:18 |
replaceafill | :| | 20:18 |
replaceafill | will do | 20:19 |
replaceafill | keep the last three? | 20:19 |
th1a | Or just "Local course identifier." | 20:19 |
replaceafill | ah ok | 20:19 |
th1a | Or... | 20:19 |
th1a | Let's just get rid of the Course ID hint. | 20:20 |
th1a | And change "Government ID" to "Alternate ID" | 20:20 |
th1a | Hint: "Additional identifier for government tracking or other purposes." | 20:21 |
replaceafill | great | 20:21 |
replaceafill | credits? | 20:21 |
th1a | Hint: "Additional identifier for outside tracking or other purposes." | 20:21 |
th1a | Is that an int? | 20:21 |
th1a | Float? | 20:21 |
replaceafill | yes | 20:21 |
th1a | String? | 20:21 |
replaceafill | no, still an int | 20:21 |
replaceafill | there's a bug i remember | 20:22 |
replaceafill | related to that | 20:22 |
th1a | This value must be an integer. | 20:22 |
th1a | ^ that | 20:22 |
replaceafill | all right | 20:22 |
replaceafill | thanks th1a | 20:22 |
th1a | Thank you replaceafill. | 20:22 |
replaceafill | aelkner are you there? | 21:06 |
aelkner | replaceafill, tsup? | 21:24 |
replaceafill | aelkner never mind, i found it :) | 21:24 |
aelkner | any time i can help :) | 21:25 |
replaceafill | aelkner do you know of a reason why we use updateWidgets to set labels and title instead of changing the titles and descriptions in the schemas? | 21:32 |
*** ignas has quit IRC | 21:49 | |
aelkner | replaceafill, i'm operating from the assumption that we don't want to break the old skin tests | 21:51 |
aelkner | i know we already have broken so many, but i don't think we want to do so intentionally | 21:52 |
th1a | We want a clean implementation first and foremost. | 21:52 |
aelkner | well, what's the deal with the old skin? | 21:52 |
replaceafill | i think we should discuss it when yvl gets back | 21:53 |
aelkner | do we care about it being broken, or not? | 21:53 |
aelkner | good idea | 21:53 |
th1a | We'll need tests on the new skin to pass eventually. | 21:53 |
th1a | We don't care about the old skin. | 21:53 |
aelkner | ah | 21:53 |
aelkner | well, that's different, then | 21:53 |
aelkner | th1a, so to be sure, are we officially abandoning support for the old skin and its tests? | 21:54 |
aelkner | or can we wait until yvl gets back to make this decision? | 21:55 |
th1a | Do we need the old skin tests for some reason? | 21:55 |
th1a | Will they do something the new skin tests won't, other than testing deprecated views? | 21:56 |
aelkner | look, if we don't care about the old skin, then why create flourish in the first place | 21:56 |
aelkner | we could have more easily and quickly changed the old skin in place | 21:56 |
replaceafill | :| | 21:56 |
aelkner | anyway, it seems like an open subject | 21:57 |
aelkner | again, let's wait for yvl | 21:57 |
replaceafill | th1a sorry to interrupt, but i need your opinion http://69.164.203.135:6660/schoolyears/2011/courses/chemistry | 21:57 |
replaceafill | aelkner +1 | 21:57 |
th1a | Let me put it this way: we should not compromise the implementation of the new skin to support old skin tests. | 21:57 |
th1a | No, look, this is not up in the air. | 21:57 |
th1a | Do the new skin as well as possible. | 21:58 |
aelkner | we haven't been, the question was only how | 21:58 |
th1a | Do not not do something in the new skin that would be better for the sake of old skin tests. | 21:58 |
th1a | replaceafill: Can you move that second column over. ;-) | 21:58 |
replaceafill | ah! ok | 21:59 |
aelkner | th1a, just so you know, if old skin tests are broken, then old skin is no longer supported ny us | 21:59 |
aelkner | tests cover reality | 21:59 |
aelkner | ok, granted, if they only test for labels, ni issue | 21:59 |
replaceafill | th1a is the title: subtitle ok? | 21:59 |
aelkner | but program exceptions, something else | 22:00 |
th1a | replaceafill: Yes. | 22:00 |
aelkner | enough said | 22:00 |
*** fsufitch has quit IRC | 22:00 | |
th1a | aelkner: I expect you to implement the new skin correctly. | 22:00 |
th1a | Period. | 22:01 |
aelkner | th1a, nobody called that into question | 22:02 |
aelkner | however, that doesn't presuppose that we break the old skin | 22:02 |
th1a | Whether or not we break the old skin is not a priority. | 22:02 |
aelkner | strange that we created flourish then | 22:03 |
aelkner | anyway... | 22:03 |
aelkner | enough sad | 22:03 |
aelkner | said | 22:03 |
replaceafill | th1a http://69.164.203.135:6660/schoolyears/2011/courses/chemistry | 22:06 |
replaceafill | 35% width for the labels | 22:06 |
th1a | No courses index yet? | 22:07 |
replaceafill | you mean http://69.164.203.135:6660/courses ? | 22:07 |
th1a | Oh.... why isn't that contained by the year? | 22:07 |
replaceafill | :| !!! | 22:08 |
replaceafill | are we doing server/schoolyears/courses!?!?! | 22:08 |
replaceafill | sorry | 22:08 |
th1a | Where were the year views going to go? | 22:08 |
replaceafill | th1a i thought /courses was going to be multi-page | 22:08 |
th1a | I mean, if you have a different strategy, I don't care what the URL is. | 22:08 |
th1a | Yes... one page in each year container. ;-) | 22:09 |
replaceafill | i was thinking of the same view with a navbar | 22:09 |
replaceafill | to access each year | 22:09 |
replaceafill | for example: | 22:09 |
replaceafill | http://69.164.203.135:6660/courses?schoolyear_id=2010 | 22:09 |
th1a | You can do it that way. | 22:09 |
replaceafill | same view | 22:09 |
replaceafill | with different year | 22:09 |
th1a | That's fine. | 22:09 |
replaceafill | phew! :D | 22:10 |
th1a | I thought keeping it in the year would be easier. | 22:10 |
replaceafill | hhmm it's just one extra method | 22:10 |
replaceafill | to get the year | 22:10 |
th1a | It is six of one, half-dozen of the other. | 22:10 |
replaceafill | uh? | 22:10 |
th1a | Same thing. | 22:11 |
replaceafill | ah! | 22:11 |
th1a | 100 centimeters of one, 1 meter of the other. | 22:11 |
replaceafill | :D | 22:11 |
replaceafill | keep going... | 22:11 |
replaceafill | ;) | 22:11 |
* th1a goes to poach some chicken. | 22:12 | |
replaceafill | th1a wait! | 22:12 |
replaceafill | last question | 22:12 |
replaceafill | should we add the "responsible parties" to the botton of the course view | 22:12 |
replaceafill | like with resources | 22:12 |
replaceafill | responsible parties = leaders :) | 22:13 |
th1a | Oh... | 22:27 |
replaceafill | http://69.164.203.135:6660/schoolyears/2011/courses/chemistry | 22:28 |
th1a | Actually, "responsible parties" is probably as good as anything else here. | 22:28 |
th1a | Are you restarting now? | 22:28 |
replaceafill | oops | 22:29 |
replaceafill | http://69.164.203.135:6660/schoolyears/2011/courses/chemistry | 22:29 |
replaceafill | sorry | 22:29 |
replaceafill | hhmm, course view is public.... | 22:30 |
replaceafill | we should protect the responsible parties table, right? | 22:30 |
th1a | I guess we have to. | 22:30 |
replaceafill | only for managers | 22:30 |
th1a | Can we add a little more explanatory text to that? | 22:30 |
replaceafill | sure | 22:31 |
th1a | "These users can modify the course." | 22:32 |
th1a | How's that? | 22:32 |
replaceafill | ah! that's what leaders are for?!??! | 22:32 |
replaceafill | :) | 22:32 |
* replaceafill didnt know | 22:32 | |
th1a | They can't do much with courses now because courses don't do much. | 22:33 |
replaceafill | refresh | 22:34 |
replaceafill | ah! leaders is a crowd! | 22:35 |
replaceafill | which affects resources, courses and groups | 22:35 |
* replaceafill just discovered the wheel ;) | 22:35 | |
th1a | You know, when I use the "filter by" widget on the responsible parties page, I don't see the built-in groups. | 22:37 |
replaceafill | true | 22:37 |
th1a | OK. Looking good. | 22:38 |
th1a | I'd move the first name over to line up with the second column of the top table on the course index. | 22:39 |
replaceafill | hhmmm | 22:39 |
replaceafill | ok, will do | 22:40 |
replaceafill | th1a it's not a bug, it's a feature :D | 22:44 |
replaceafill | the groups displayed are only the ones with members | 22:44 |
replaceafill | it's magic! | 22:44 |
replaceafill | http://69.164.203.135:6660/schoolyears/2011/courses/chemistry/leaders.html | 22:46 |
replaceafill | Students is there now | 22:46 |
replaceafill | i just added a student | 22:46 |
replaceafill | Students (1) | 22:46 |
* th1a out. | 22:50 | |
* replaceafill out too | 22:50 | |
*** replaceafill has quit IRC | 22:56 | |
*** menesis has joined #schooltool | 23:14 | |
*** menesis has quit IRC | 23:48 | |
*** fsufitch has joined #schooltool | 23:50 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!