DeveloperAcademy-POSTECH / DeveloperAcademy-POSTECH/2026-C3-A7-JeonsterLab
[refactor] 데이터가 많아질 경우, 그래프가 느려지는 경우
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
AS-IS
- 데이터가 많아지면, 확대 축소가 느려짐
TO-BE
- 그래프의 축소 정도에 따라 보여주는 데이터의 수를 변형하여 화면이 느려지지 않게 만들기
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the graph-rendering and zoom-handling entry points, then reproduce the slowdown with a large dataset while measuring zoom and pan responsiveness. Implement and verify a strategy that changes the displayed data amount according to zoom level without making the graph visibly unusable; done means large datasets remain responsive during zooming.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- data-visualization, performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100