Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[18:25:43 CDT(-0500)] <dmccallum54> like… look at CampusAdminViewController.js

[18:26:02 CDT(-0500)] <dmccallum54> it's init() causes stores to refresh

[18:26:18 CDT(-0500)] <dmccallum54> now … there's obviously a perf tradeoff here

[18:26:39 CDT(-0500)] <dmccallum54> but i think that's how most of the SSP tooling works… errs on the side of "refresh" rather than "cache"

[18:27:02 CDT(-0500)] <dmccallum54> is there, like, a deep structural assumption in MAP that makes that not feasible or prohibitively non-performant?

[18:27:32 CDT(-0500)] <tbain1> I'm not too sure, I can't remember the code well enough to say

[18:27:56 CDT(-0500)] <tbain1> it might just be a matter of calling electivesStore.load() at the point where that double click dialog is loaded up

[18:28:09 CDT(-0500)] <tbain1> (though I feel like that's probably what it is doing...)

[18:28:50 CDT(-0500)] <dmccallum54> i think 1336 needs to stay open until we can say one way or another whether it's onerous to always present a fresh list of electives

[18:30:30 CDT(-0500)] <tbain1> probably something I can look at tomorrow morning

[18:30:52 CDT(-0500)] <tbain1> it probably would be fairly simple to implement, just need to look at it, and I'm currently in the middel of doing something for my other project

[18:31:03 CDT(-0500)] <tbain1> Unless Jason just wants to leave it resolved

[18:31:08 CDT(-0500)] <dmccallum54> by "tomorrow morning" you mean, of course, "tonight, in lieu of sleep", right?

[18:31:22 CDT(-0500)] <dmccallum54> yeah… jason's call in the end. i did go ahead and reopen it tho

[18:32:04 CDT(-0500)] <tbain1> hrm... sure

[18:32:13 CDT(-0500)] <tbain1> tomorrow morning in lieu of sleep (big grin)

[18:32:41 CDT(-0500)] <dmccallum54> no sleeping. that's the rule.

[18:32:56 CDT(-0500)] <dmccallum54> i can ship you a 2yr old if you need help with that

[18:58:34 CDT(-0500)] <tbain1> kk, I did an update that makes it so it refreshes every time you open that double click dialog, it works very nicely now

[18:58:40 CDT(-0500)] <tbain1> very responsive to the elective changes