Smart Filters & Dashboard Customization (#2282)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
3d501c9532
commit
84f85b4f24
92 changed files with 7149 additions and 555 deletions
|
|
@ -4,7 +4,10 @@ using API.Data.Migrations;
|
|||
using API.DTOs;
|
||||
using API.DTOs.Account;
|
||||
using API.DTOs.CollectionTags;
|
||||
using API.DTOs.Dashboard;
|
||||
using API.DTOs.Device;
|
||||
using API.DTOs.Filtering;
|
||||
using API.DTOs.Filtering.v2;
|
||||
using API.DTOs.MediaErrors;
|
||||
using API.DTOs.Metadata;
|
||||
using API.DTOs.Reader;
|
||||
|
|
@ -226,5 +229,12 @@ public class AutoMapperProfiles : Profile
|
|||
CreateMap<Device, DeviceDto>();
|
||||
CreateMap<AppUserTableOfContent, PersonalToCDto>();
|
||||
|
||||
|
||||
CreateMap<AppUserSmartFilter, SmartFilterDto>();
|
||||
CreateMap<AppUserDashboardStream, DashboardStreamDto>();
|
||||
// CreateMap<AppUserDashboardStream, DashboardStreamDto>()
|
||||
// .ForMember(dest => dest.SmartFilterEncoded,
|
||||
// opt => opt.MapFrom(src => src.SmartFilter));
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue