replaceafill | th1a, can you hang out? | 00:00 |
---|---|---|
replaceafill | or is everybody asleep? :) | 00:00 |
th1a | I can. | 00:00 |
replaceafill | it's just than typing all of this is confusing for me | 00:00 |
replaceafill | hold on, let me get my camera/headphones | 00:01 |
replaceafill | oh my... | 00:06 |
th1a | That didn't last long. | 00:06 |
th1a | Can you hear me? | 00:06 |
replaceafill | yes | 00:06 |
*** th1a has quit IRC | 00:26 | |
*** th1a has joined #schooltool | 00:29 | |
th1a | Well, I didn't lose my text. | 00:30 |
replaceafill | phew | 00:31 |
th1a | OK, pushed my changes. | 00:35 |
replaceafill | ok, pulling | 00:35 |
replaceafill | cool, i'll take it from here | 00:37 |
*** mibofra has quit IRC | 00:39 | |
*** mibofra has joined #schooltool | 00:39 | |
replaceafill | th1a, what's an appropriate name for the dashboard? | 00:54 |
replaceafill | just "dashboard? | 00:54 |
th1a | At this point the usage seems to be the dashboard is the UI of the central server. | 01:04 |
th1a | replaceafill. | 01:04 |
replaceafill | so, we call it UI? | 01:04 |
*** th1a has quit IRC | 01:12 | |
*** replaceafill has quit IRC | 02:15 | |
*** menesis has quit IRC | 02:41 | |
*** yvl has joined #schooltool | 08:37 | |
*** menesis has joined #schooltool | 12:15 | |
*** th1a has joined #schooltool | 13:17 | |
*** menesis has quit IRC | 14:03 | |
*** menesis has joined #schooltool | 15:03 | |
*** replaceafill has joined #schooltool | 16:48 | |
th1a | Hey. | 16:48 |
th1a | I'm writing Sunesh. | 16:48 |
replaceafill | i just confirmed the request dialog bug in chrome | 16:50 |
th1a | I made an updated import sheet. | 16:50 |
th1a | Basically we've got some kind of bug for changes in the distant past, and we just ignore propogating changes to later years. | 16:51 |
replaceafill | ah yes | 16:51 |
replaceafill | the removal view is only looking in the active year | 16:52 |
th1a | Hopefully the chrome thing isn't too insane. | 16:54 |
replaceafill | debugging it... | 16:55 |
th1a | Going to get the girls. | 17:04 |
th1a | I'm glad this set of issues is not as ghastly as it first appeared. | 17:05 |
replaceafill | :) | 17:05 |
replaceafill | th1a, if you still have your sandbox, please pull the journal branch and check the report bug again | 17:56 |
replaceafill | it should be fixed now | 17:56 |
replaceafill | the issue was a nested form | 17:56 |
th1a | replaceafill: How was it nested? | 17:59 |
replaceafill | the whole sidebar was a form | 18:00 |
replaceafill | and the report links by default use a form | 18:00 |
replaceafill | the sidebar was a form to support the multiple dropdowns | 18:00 |
replaceafill | in a single form | 18:00 |
replaceafill | i just moved the report links out | 18:00 |
th1a | Ah. | 18:04 |
th1a | Seems to be fixed, replaceafill. | 18:35 |
replaceafill | cool, thanks | 18:36 |
replaceafill | i'm fixing the leave school view now | 18:36 |
*** mibofra has quit IRC | 18:44 | |
th1a | Note that I can't manually remove people from groups in the distant past either. | 18:45 |
*** mibofra has joined #schooltool | 18:46 | |
replaceafill | one thing i just noticed is that the sample xls puts every student as a member from today's date | 18:49 |
replaceafill | Member Jun 2, 2014 Active a | 18:49 |
th1a | The one I just changed? | 18:49 |
replaceafill | no, the old one | 18:50 |
th1a | Oh, of groups? | 18:50 |
th1a | Yeah, that's probably the bug. | 18:50 |
replaceafill | yes | 18:50 |
th1a | Make it revert to the beginning of the year? | 18:50 |
replaceafill | i think it's an implicit add() somewhere | 18:51 |
replaceafill | i'm checking the importer now | 18:51 |
th1a | Back to using w3m to test my SchoolTool server... | 19:15 |
replaceafill | w3m? | 19:24 |
replaceafill | th1a, http://postimg.org/image/npr22ke9j/ | 19:25 |
replaceafill | that's the cause of the bug | 19:25 |
replaceafill | before temporal relationships the Groups sheet expected Members in a separated row | 19:25 |
th1a | And? | 19:26 |
replaceafill | i mean, a space line between Description and Members | 19:26 |
th1a | How did that make the people not remove correctly? | 19:26 |
replaceafill | the space line was removed from the sample data, but the logic keeps using the same indexing | 19:26 |
replaceafill | so nothing gets assigned to a group | 19:26 |
th1a | Uh... | 19:26 |
th1a | OK. | 19:26 |
replaceafill | i need to make notes on which of these fixes we should port to trunk | 19:28 |
replaceafill | th1a, could you pull the schooltool branch in your sandbox and test the fix | 19:35 |
replaceafill | people should be assigned correctly to groups now | 19:35 |
replaceafill | you should see students with more groups (Baskeball, Chess, etc= | 19:36 |
*** menesis has quit IRC | 19:45 | |
replaceafill | th1a, it seems like Sunesh wants people leaving the school removed from everything? | 19:50 |
replaceafill | "the student is not un-enrolled from all their sections" | 19:50 |
th1a | It should be current and future sections, right? | 19:55 |
th1a | replaceafill? | 19:56 |
replaceafill | yes, that's what i have now | 19:56 |
replaceafill | and groups from the year of the date and on | 19:56 |
th1a | Yeah, we just weren't worrying about the future, right? | 19:57 |
replaceafill | correct | 19:57 |
replaceafill | and the import bug messed the groups removal | 19:57 |
replaceafill | because students were assigned to the group from the date you were running the importer | 19:58 |
th1a | kk | 19:58 |
th1a | supper time | 19:58 |
replaceafill | kk | 19:58 |
*** menesis has joined #schooltool | 20:46 | |
replaceafill | th1a, i've fixed the leave school view | 21:22 |
replaceafill | but i found a deeper bug in the process | 21:22 |
replaceafill | http://postimg.org/image/mkutveq4z/ | 21:24 |
replaceafill | the reason is we use group-membership states for groups | 21:25 |
replaceafill | but student-enrollment states for the student groups | 21:25 |
replaceafill | there's a quick (but really dirty) fix | 21:26 |
replaceafill | just using a common code when removing the student from the students group | 21:26 |
th1a | I thought there might be something like that replaceafill. | 21:35 |
replaceafill | i mean, the information is correctly saved | 21:35 |
th1a | I'd seen that bug. | 21:36 |
replaceafill | yeah | 21:36 |
replaceafill | that view expects uniformity in the groups | 21:36 |
replaceafill | and students is different | 21:36 |
replaceafill | can we wait until tonight to release the fixes? | 21:36 |
replaceafill | i want to fix it right | 21:36 |
th1a | Sure. | 21:36 |
replaceafill | cool, thanks | 21:37 |
th1a | Maybe you should send me some dashboard screenshots. | 21:41 |
th1a | There are only a couple possibilities, right? | 21:41 |
th1a | Getting this set up so that I can take screenshots could be a long process. | 21:42 |
replaceafill | :( | 21:45 |
th1a | replaceafill. | 21:45 |
replaceafill | i deleted my vms | 21:45 |
th1a | Agh. | 21:45 |
replaceafill | but i can create them faster | 21:45 |
replaceafill | i mean, than you :D | 21:46 |
th1a | Also, my hard drive is almost full. | 21:46 |
th1a | I can't make a second vms. | 21:46 |
th1a | Without deleting my backups of pictures of Scotland... | 21:46 |
replaceafill | ok, i'll set that up | 21:47 |
replaceafill | th1a, it's just 2 school ok? | 21:53 |
replaceafill | for the screenshots | 21:53 |
th1a | Yeah. | 21:53 |
replaceafill | ok | 21:53 |
th1a | I'm going to boot over to windows and deal with some business stuff... | 22:17 |
*** th1a has quit IRC | 22:17 | |
*** replaceafill has quit IRC | 22:51 | |
*** replaceafill has joined #schooltool | 22:52 | |
*** th1a has joined #schooltool | 22:58 | |
th1a | I hate to say it, replaceafill, but the new Office is pretty slick. | 22:58 |
replaceafill | :D | 22:59 |
replaceafill | th1a, ok, vms ready | 23:13 |
th1a | OK... | 23:14 |
th1a | I think there are few enough views you can just take the screenshots and send them to me? | 23:14 |
th1a | And then I'll... write it up? | 23:14 |
replaceafill | ok | 23:14 |
replaceafill | screenshots and report sent | 23:33 |
replaceafill | th1a, ^ | 23:33 |
th1a | Thanks, replaceafill. | 23:34 |
th1a | replaceafill, When I press View and pause data sync, it opens in a new tab, and I'll get a not found message until the server starts up and I try again? | 23:38 |
replaceafill | yes | 23:38 |
th1a | OK. | 23:38 |
replaceafill | lots of things to improve in the dashboard :( | 23:38 |
th1a | Yeah... pretty good for two weeks though! | 23:39 |
th1a | Well, one really! | 23:39 |
replaceafill | also, i think we should show the host/port configurations | 23:45 |
replaceafill | and probably info from the other services (redis, etc) | 23:45 |
replaceafill | so you can see if there's a misconfiguration somehow | 23:45 |
th1a | Yes... | 23:45 |
th1a | Eventually they'll probably want non-technical data mostly in the dashboard, but I don't know what. | 23:46 |
th1a | But then we'll just move this into the "technical" dashboard. | 23:46 |
th1a | replaceafill: What's the login info for the admin users. | 23:55 |
replaceafill | for the dashboard?!?! | 23:55 |
replaceafill | it doesn't have any | 23:55 |
th1a | I mean, to view the school databases. | 23:57 |
replaceafill | ah you mean the username? peas-manager | 23:58 |
replaceafill | no password by default | 23:58 |
th1a | OK. | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!