Enhanced email details for HPC project assignments
- In
ProjectRequestService.cs
, updated the method for handling project requests to includerequest.Project.ShortName.Value
and a new parameter,request.ProjectResourceName
, in the email content for new HPC project assignments. This aims to provide more detailed information in the email notifications. - In
ProjectResourceService.cs
, modified theProjectResourceService
class to ensureProviderId
is directly obtained fromproviderGroup.Key
without using the null-conditional operator. This change likely improves code clarity and reflects an assumption of non-nullproviderGroup.Key
.