Versions Compared

Key

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

...

[15:42:08 CDT(-0500)] <dmccallum54> https://gist.github.com/dmccallum/5391113

[15:42:26 CDT(-0500)] <dmccallum54> it's from MessageTemplateServiceImpl

[15:42:38 CDT(-0500)] <dmccallum54> that's how i guessed at using "student." rather than "person."

[15:42:59 CDT(-0500)] <JasonElwood> very reasonable

[15:43:27 CDT(-0500)] <JasonElwood> I get the jsp-controller part no problem. I don't get the agreed upon names. there doesn't seem to be consistency.

[15:43:48 CDT(-0500)] <JasonElwood> at least between objects

[15:43:56 CDT(-0500)] <JasonElwood> but I'll dig in

[15:45:22 CDT(-0500)] <dmccallum54> unfortunately the map building is kinda spread out

[15:45:43 CDT(-0500)] <dmccallum54> there's a bunch of it MessageTemplateServiceImpl. and the names there are fairly consistent

[15:46:04 CDT(-0500)] <dmccallum54> but you'll find other maps being built in EarlyAlertServiceImpl, for example

[15:46:34 CDT(-0500)] <dmccallum54> and that one in particular doesn't follow the "student" convention

[15:46:50 CDT(-0500)] <dmccallum54> to get to the equivalent object you'd have to use $earlyAlert.person

[15:48:54 CDT(-0500)] <JasonElwood> cool. I'll look. thanks man