codestates / codestates/aneun-dongne
[ Dev-Log ] 1/3 류준열
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
> ### 오늘은 어떻게 프로젝트에 기여했나요?
> 지도클릭시 지도화면이랑 지역검색창이랑 매치 안되는 문제가 있었음 -> 클릭시 지역검색창 초기화
> ### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
> * 항목별로 적어주세요.
> 별로 한게 없어서 힘든게 없음
```js
// 코드를 첨부해도 좋습니다.
const usersAreaReset = useResetRecoilState(usersArea);
const usersSiggReset = useResetRecoilState(usersSigg);
useEffect(() => {
//클락하면 지역검색창 초기화
usersAreaReset();
usersSiggReset();
..(생략)..
```
>
> ### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
> * [ ] Todo 형식으로 기록해주세요.
Contributor guide
No contributing guide indexed for this repository
Research direction
This is a development log describing a completed fix for map clicks and the regional search field; no file, test, or remaining task is named. Start by locating the map-click handler and the regional search state, then verify that clicking a map location clears the area and district selections. No acceptance test or other definition of done is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100