Merged
Conversation
- 상품목록은 필터 적용에 따라 데이터가 id순으로 정렬되지 않는다. 관리자가 마지막으로 확인한 데이터 id를 특정할 수 없다
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Ignored Deployments
|
hwasurr
approved these changes
Sep 19, 2022
libs/nest-modules-admin/src/admin/admin-tab-alarm.controller.ts
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관리자페이지 사이드탭에 "관리자가 확인하지 않은, 혹은 관리자가 처리하지 않은(상태를 변경하지 않은)" 데이터 개수를 표시
페이지별로 '알림초기화' 버튼 추가
알림초기화 버튼이 존재하는 페이지에서, 목록 표시되는 데이터 중 미확인데이터는 붉은색으로 표시
아래 페이지는 '알림초기화' 버튼이 없음 => 해당 페이지의 데이터는 관리자가 확인한 최신데이터 id를 저장하지 않음. 데이터의 상태를 관리자가 변경해야 알림이 없어짐
관리자 메인에 알림개수 모아서 표시함(작은 화면에서는 사이드바 스크롤 내려야 알림개수가 보임)
테스트케이스
탭별로 알림 개수가 표시된다
알림초기화 버튼이 존재하는 페이지의 경우, 알림초기화 버튼 누르면 목록의 붉은색 표시가 사라지고, 알림개수가 사라진다
알림초기화버튼이 없는 경우, 관리자가 상태 변경 처리 후 알림개수가 사라진다