Adds MatchAdminNoteRepository, MatchAdminNoteDTO and updates MatchDTO to include a nullable collection of admin notes.
@myssto, is it safe to use opt.Ignore() for this in the MapperProfile? I think we need to map this manually if we do include a UserDTO inside of the MatchAdminNoteDTO. Let me know your thoughts on all of that though.
Depends on #425
Adds
MatchAdminNoteRepository
,MatchAdminNoteDTO
and updatesMatchDTO
to include a nullable collection of admin notes.@myssto, is it safe to use
opt.Ignore()
for this in theMapperProfile
? I think we need to map this manually if we do include aUserDTO
inside of theMatchAdminNoteDTO
. Let me know your thoughts on all of that though.