issues
search
yanggwangseong
/
family-social
1
stars
0
forks
source link
[FEAT-BE] paging 관리를 위한 pagination-interceptor 생성
#254
Closed
yanggwangseong
closed
5 months ago
yanggwangseong
commented
7 months ago
💡 이슈 제목
paging 관리를 위한 pagination-interceptor 생성
✨ 이슈 설명
[x] pagination와 cursor기반 pagiantion 기능이 있는 pagination-interceptor 를 디자인패턴(전략 패턴 Strategy)을 적용하여 생성
[x] pagination이 필요한곳에 meta-data를 지정 해주기 위한 IsPagination 데코레이터 생성
[x] DefaultPaginationReqDto 생성
[x] is-pagination 데코레이터의 meta-data를 가져오는 pagination-interceptor 생성
[x] pagination-strategy 패턴 적용을 위한 context 클래스 생성
[x] pagination-query-builder 메서드 pagination context class에 생성
[x] pagination-interceptor에서 basic-pagination일때 일관성 있는 response
[x] IsIn validation 데코레이터 커스텀 메세지 생성
[x] 자신에게 온 알람 리스트 가져오기 api에 basic-pagination 적용
[x] notification리스트를 basic-pagination의 pagenate로 리스트 가져오기
[x] feed-pagination-request-dto 생성
[x] TYPEORM_FILTER_MAPPER를 이용하여 유동적인 query 조회 옵션 추가
[x] cusor-based-pagination paginate 메서드 구현
[x] cusor-based-pagination paginateQueryBuilder 메서드 구현
🎯 이슈 생성 후 확인 내용
[x] 이슈 제목 확인
[x] Assignees 설정
[x] Labels 설정
[x] Projects 설정
💡 이슈 제목
✨ 이슈 설명
🎯 이슈 생성 후 확인 내용