# 왜 경고는 정지처럼 쉽게 접근할 수 없나요?

**URL:** https://meta.discourse.org/t/why-arent-warnings-easily-accessible-like-suspensions-are/164043
**Category:** Community Building
**Created:** [9월 14, 2020, 10:43오후 UTC](https://meta.discourse.org/t/why-arent-warnings-easily-accessible-like-suspensions-are/164043 "2020-09-14T22:43:04Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![jericson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jericson/32/116215_2.png) [@jericson](https://meta.discourse.org/u/jericson)
#### Post date: [1월 7, 2021, 6:09오후 UTC](https://meta.discourse.org/t/why-arent-warnings-easily-accessible-like-suspensions-are/164043/9 "2021-01-07T18:09:50Z")

</div>

우리는 [Data Explorer 플러그인](https://meta.discourse.org/t/data-explorer-plugin/32566)을 사용하여 임시 해결책을 구현했습니다. 특정 사용자의 경고 목록을 반환하는 쿼리를 작성했습니다:

```plaintext
-- [params]
-- string :username
select topic_id
from user_warnings
join users u on user_id = u.id
where username = :username

```

이후 해당 쿼리를 모더레이터에게 공개했습니다. 이렇게 하면 모더레이터가 `/g/moderators/reports`로 이동하여 공식 경고 보고서를 선택하고 사용자 이름을 입력할 수 있습니다. 프로필에서 “1 warnings” 텍스트를 클릭하는 것만큼은 아니지만, 모더레이터가 필요한 정보에 접근할 수 있게 해 줍니다.

---

_[View the full topic](https://meta.discourse.org/t/why-arent-warnings-easily-accessible-like-suspensions-are/164043)._
