Versions Compared

Key

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

...

[16:50:51 CDT(-0500)] <pspaude1> Hey Dan, any thoughts on how to reference student_type referance table from the backend to check if an external student type is valid? From the looks of it nothing on the backend references that table at least directly.

[16:52:31 CDT(-0500)] <dmccallum54> look at ExternalPersonServiceImpl#updatePersonFromExternalPerson()

[16:52:48 CDT(-0500)] <dmccallum54> there are a number of other code blocks there where we're mapping from an external code to a reference type code

[16:53:20 CDT(-0500)] <dmccallum54> you'll be doing the same thing (and in the same place) w/ student types