DeveloperAcademy-POSTECH / DeveloperAcademy-POSTECH/2024-NC2-A23-MachineLearning
[Feat] 결과 데이터 모델 설계하고 CameraViewModel 와 ResultListViewModel에 연동시키기 (Create Model Data for the results and integrate it into CameraViewModel and ResultListViewModel)
Open
- Dominant language
- Swift
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 목표 / Goal
결과 페이지에 필요한 정보들이 들어갈 수 있도록
To show the result with the corresponding photo, there needs to be a data model that stores them and their relationship.
### 접근 방식 / Expected Approach
새로운 struct를 만들어서, image 와 결과도 넣는.
Create a new struct containing the image and the corresponding model results. It should also be able to compared which is bigger and smaller based on the chosen expression. It should be able to be retrieved as a list on the ResultListView.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.