jasig-ssp IRC Logs-2013-07-11
[10:46:06 CDT(-0500)] <TonyUnicon> bridge isn't working?
[10:46:44 CDT(-0500)] <TonyUnicon> on now
[11:16:57 CDT(-0500)] <pspaude1> Getting a ERROR: relation "up_sso_ticket" does not exist on tomcat startup.
[11:20:52 CDT(-0500)] <dmccallum54> ugh. that's probably me. one sec
[11:21:47 CDT(-0500)] <pspaude1> No problem. Working on doc stuff right now, just doing my morning build and met with a contact your system administrator screen lol.
[11:22:19 CDT(-0500)] <dmccallum54> think it's fixed with this: ant -Dmaven.test.skip=true db-update
[11:22:23 CDT(-0500)] <dmccallum54> double checking
[11:28:31 CDT(-0500)] <pspaude1> ok, on paper that looked like it worked. The log said it created the right table and it exists in my DB. Starting Tcat now.
[11:28:50 CDT(-0500)] <dmccallum54> paper is what counts
[11:31:57 CDT(-0500)] <dmccallum54> looks good over here
[11:33:06 CDT(-0500)] <pspaude1> Yep looks good now.
[11:33:13 CDT(-0500)] <dmccallum54> my bad. sorry.
[11:35:09 CDT(-0500)] <pspaude1> No problem.
[11:35:13 CDT(-0500)] <pspaude1> I think only the green paper that is legal tender counts.
[11:47:52 CDT(-0500)] <pspaude1> Hey a quick feature question. Was the external notes tool available in b2 or only b3?
[11:48:09 CDT(-0500)] <dmccallum54> b3
[11:48:34 CDT(-0500)] <pspaude1> Thanks, just making sure.
[11:49:06 CDT(-0500)] <dmccallum54> np
[15:13:52 CDT(-0500)] <JasonElwood> Paul- so I'm clear on the student_type sync. The sync value is the type_code NOT type_name right?
[15:24:50 CDT(-0500)] <pspaude1> I believe so, looking at it now to jog my memory.
[16:52:27 CDT(-0500)] <GregElliott1> I have a question for the group related to a possible issue found during SPC's upgrade. Does anyone know if there is a sort order as part of the query for Journal Entries in v1.2.x? It doesn't appear to (by default) sort by the entry date. The column allows for sorting.
[16:54:33 CDT(-0500)] <dmccallum54> https://issues.jasig.org/browse/SSP-988
[16:54:40 CDT(-0500)] <dmccallum54> that look like it?
[16:57:12 CDT(-0500)] <JasonElwood> that was done as part of the page re-design. so not sure if there is an individual commit that could be merged
[16:57:52 CDT(-0500)] <GregElliott1> that is the correct page/view. the date column DOES allow for sorting. didn't try any of the other column headers for sorting.
[16:58:07 CDT(-0500)] <GregElliott1> their comment was that the initial view doesn't seem to be sorted.
[16:58:28 CDT(-0500)] <dmccallum54> ah. can check. one sec
[17:01:40 CDT(-0500)] <GregElliott1> JasonElwood I had another question for you related to this same view vis-a-vis the coach history report. Now, I'm only in initial stage of examining what SPC says they are seeing.
[17:02:12 CDT(-0500)] <GregElliott1> they are matching what they see on Journal Entry (dates) with what they see in coaching history.
[17:02:46 CDT(-0500)] <JasonElwood> they are reporting that the dates don't match?
[17:03:15 CDT(-0500)] <GregElliott1> they say that some EA's that appear on the coach report aren't showing in the Journal. again, I'm still looking at what they are looking at. those two should match, right?
[17:03:59 CDT(-0500)] <dmccallum54> i dont see a default journal entry sort in the 1.2.x code
[17:04:32 CDT(-0500)] <GregElliott1> k, thanks, Dan. I can put in a ticket for that, improvement?
[17:04:34 CDT(-0500)] <dmccallum54> think the journal just has EA responses? not EAs?
[17:04:43 CDT(-0500)] <JasonElwood> EA responses that they see in the Early Alert tool. right Dan
[17:04:51 CDT(-0500)] <dmccallum54> lemme see if there's a sort in 2.0.0x
[17:05:04 CDT(-0500)] <GregElliott1> looks like responses do come through.
[17:05:08 CDT(-0500)] <JasonElwood> default in 2.0-b2 should be modified date
[17:05:37 CDT(-0500)] <GregElliott1> that was for the sorting, right? will make a note of that for the ticket.
[17:05:54 CDT(-0500)] <JasonElwood> yep
[17:06:25 CDT(-0500)] <GregElliott1> ok, so I think I have my answer. ea responses will be on journal entry, but both ea responses and ea's will be in the coaching history. sound good?
[17:06:27 CDT(-0500)] <dmccallum54> API invocation itself doesn't itself appear to be sorted, but looks like the UI sorts it on modified date, yep