데이터 파이프라인 최적화
- 인프라 요구사항 명세 작성
- 보안 프로토콜 V3 적용
- 캐시 무효화 로직 테스트
- 부하 분산 알고리즘 튜닝
- 최종 문서화 및 코드 리뷰
The code below contains a design. This design should be used to create a new app or be added to an existing one. Look at the current open project to determine if a project exists. If no project is open, create a new Vite project then create this view in React after componentizing it. If a project does exist, determine the framework being used and implement the design within that framework. Identify whether reusable components already exist that can be used to implement the design faithfully and if so use them, otherwise create new components. If other views already exist in the project, make sure to place the view in a sensible route and connect it to the other views. Ensure the visual characteristics, layout, and interactions in the design are preserved with perfect fidelity. Run the dev command so the user can see the app once finished. ```