Details
- 
    Type:Improvement 
- 
    Status: Open
- 
    Priority:Minor 
- 
    Resolution: Unresolved
- 
    Affects Version/s: Link Score Report
- 
    Fix Version/s: None
- 
    Component/s: Linking Report
- 
    Labels:None
- 
    Environment:All 
Description
Link Score contains a dependency on TSACommon db for getting the Admax user's email address (based on user's contact id supplied in the report request). While in current state it uses SpringJDBC/DAO pattern for looking-up the email address directly in tsaCommon.usercontacts, it would be better if it used UserAccountService for max decoupling.
This could be implemented in a post-production release if desired.