> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/realtime.md).

# 일별 현황

상단 메뉴 **일별 현황** 메뉴에서 특정 날짜의 미등록 차량과 주차질서 위반 신고 현황을 차트로 시각화해 확인합니다. 현재 진행 중인 회차의 흐름을 한눈에 보거나, 과거 특정 날짜의 결과를 되짚어 볼 때 사용합니다.

<figure><img src="/files/JtrRxdwRA8coHrpW0oo4" alt=""><figcaption></figcaption></figure>

## 이런 상황에 사용하세요

* **퇴근 전 오늘 점검** — 오늘 회차 동안 미등록 차량과 신고 건수가 얼마나 잡혔는지, 평소와 비교해 이상치는 없는지 빠르게 확인합니다.
* **민원 응답 자료 준비** — "어제 우리 동 앞에 이중주차가 있었다" 같은 민원이 들어왔을 때, 해당 날짜의 신고 사진을 곧장 열어 사실 관계를 확인합니다.
* **순찰 시간대 모니터링** — 순찰자가 현재 활동 중인 시간대에 실시간 보기를 켜 두면, 새 스캔이 들어오는 즉시 화면에 반영되어 현장 진행 상황을 사무실에서 확인할 수 있습니다.

## 주요 기능

* **실시간 보기 토글** — 켜면 현재 진행 중인 순찰 데이터가 실시간으로 반영됩니다. 끄면 과거 특정 날짜의 데이터를 조회할 수 있습니다.
* **날짜 선택** — 실시간 보기를 끈 상태에서 과거 날짜를 지정합니다. 회차 기준으로 집계되므로 [설정](/dansokgogo/undefined-1/web/settings.md)의 회차 변경 기준 시간이 반영됩니다.

## 표시 지표

* **미등록 차량 수 및 비율** — 회차 동안 스캔된 전체 차량 중 정기등록되지 않은 차량의 절대 수치와 비율
* **주차질서 위반 신고 건수** — 순찰자·입주민 신고의 합계
* **위반 신고 사진** — 해당 회차에 등록된 신고 사진을 좌우 슬라이드로 빠르게 훑어볼 수 있습니다. 썸네일을 누르면 큰 미리보기로 확장됩니다.

## 활용 팁

* 순찰 시간대에 실시간 보기를 켜두면 현장 상황을 즉시 파악할 수 있습니다.
* 특정 날짜에 이상치가 관찰되면 [차량 스캔 현황](/dansokgogo/undefined-1/web/scan-report.md)·[주차질서 위반 신고 현황](/dansokgogo/undefined-1/web/violation-report.md)에서 원인을 심층 확인하세요.
* 주·월 단위 패턴이 궁금하다면 [기간별 트렌드](/dansokgogo/undefined-1/web/stat.md)를 함께 보면 좋습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/realtime.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
