Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 :: [#290] 강제외출 기능 추가 #291

Merged
merged 12 commits into from
Feb 6, 2025
Merged

Conversation

Xixn2
Copy link
Member

@Xixn2 Xixn2 commented Feb 6, 2025

💡 개요

강제외출 기능 추가

해당 기능의 추가 이유는 개인 핸드폰 카메라의 문제로 QR 복귀가 안되는 유저들을 위해 관리자 메뉴에 '강제복귀' 기능을 전에 추가 했었는데,
복귀가 안된다는건 외출도 안될 가능성이 있어 관리자들의 편의성을 돕기위해 추가했습니다.

📃 작업내용

  • 블랙리스트 대상을 강제외출시킬때의 팝업을 추가했습니다.
  • 블랙리스트 대상이 아닐떄의 강제외출 팝업을 추가했습니다.
  • 외출중인 상태의 유저는 강제외출 버튼이 보이지 않도록 구현했습니다.
  • ForceOuting API 및 ViewModel을 구현했습니다.

🎸 기타

블랙리스트에게 적용되는 팝업

2025-02-06.10.17.57.mov

외출중이 아닌 일반유저에게 적용되는 팝업

스크린샷 2025-02-06 오후 10 08 55

@Xixn2 Xixn2 added 🚀 | Feature 앱 기능 전반에 대한 개발 📡 | API 서버 API 통신 작업 🔨 | Refactor 코드 리팩토링(개선) 작업 🎨 | UI Issue UI가 기획된 스펙과 다른 경우 labels Feb 6, 2025
@Xixn2 Xixn2 self-assigned this Feb 6, 2025
@Xixn2 Xixn2 linked an issue Feb 6, 2025 that may be closed by this pull request
Copy link
Contributor

@parkjungw0o parkjungw0o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@Xixn2 Xixn2 merged commit 2194988 into develop Feb 6, 2025
1 check passed
@Xixn2 Xixn2 deleted the 290-forceouting-functionadd branch February 6, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📡 | API 서버 API 통신 작업 🚀 | Feature 앱 기능 전반에 대한 개발 🔨 | Refactor 코드 리팩토링(개선) 작업 🎨 | UI Issue UI가 기획된 스펙과 다른 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

강제외출 기능 추가
2 participants