ulnagar / Constellation

0 stars 0 forks source link

Convert SentralGatewayConfiguration XPaths from Dictionary to class to hardcode string names #91

Closed ulnagar closed 4 months ago

ulnagar commented 5 months ago

Currently selecting a defined XPath from the collection requires:

_settings.XPaths.First(a => a.Key == "WellbeingStudentAwardsList").Value

Update to a class configuration object so it can be defined in code and not use magic strings.

ulnagar commented 4 months ago

Tested without issue. Scheduled to be released to production with R1.14.4