Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wogus3602 authored Nov 26, 2020
1 parent 9437ce1 commit acd13c0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,22 @@
| ----------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **[S001] 강민석** <br>[@kati-kms](https://github.com/kati-kms) | **[S009] 김석호** [@SeokBA](https://github.com/seokBA) | **[S018] 박재현** [@wogus3602](https://github.com/wogus3602) | **[S057] 조정래** [@chojl1125](https://github.com/chojl1125) | **[S063] 현기엽** [@KYHyeon](https://github.com/KYHyeon) |

## 프로젝트 목표

## Library
### Clustering
- Kmeans 클러스터 계산 시간 1초 이내
- Davies-Bouldin index 1.0 이내의 k값 설정하기

### Animation
- 사용자 입장에서 자연스러운 애니메이션 구현 (60fps기준)
- 마커가 병합/분할 된 뒤, 바운스되는 애니메이션 구현

### Interaction
- POI Data 8000개 기준 클러스터 터치 최대 7번 내로 목표 지점 도달
- 카테고리 별 검색 기능 구현

### Unit Test
- 기능을 개발했으면 단위테스트 작성해서 익숙해지기

## Requirements
- iOS 14.0+
Expand Down

0 comments on commit acd13c0

Please sign in to comment.