Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCRUM-83: 독후감 편집에서 태그 추가 및 제거 기능 구현 #8

Merged
merged 17 commits into from
Nov 14, 2024

Conversation

towitty
Copy link
Collaborator

@towitty towitty commented Nov 14, 2024

What is this PR? 💬

  • 독후감 편집 페이지에서 태그를 추가할 수 있는 AddTagScreen 이동 구현

  • AddTagScreen 에서 태그 추가 기능 구현

  • 독후감 편집 페이지에서 태그 제거 기능 구현

  • Repository 유닛 테스트 코드 추가

패키지 구조 변경
bookreport
├── data
│   ├── database
│   │   ├── di
│   │   └── model
│   ├── network
│   │   ├── di
│   │   └── model
│   └── repository
├── di
├── presentation
│   ├── model
│   ├── navigation
│   ├── theme
│   └── ui
│       ├── common
│       ├── components
│       ├── fragment
│       │   ├── addtag
│       │   ├── tag
│       │   └── settings
│       └── screens

Changes [👀]

Screenshot 📷

Question 🤔

@towitty towitty changed the title Scrum 83: 독후감 편집에서 태그 추가 및 제거 기능 구현 SCRUM-83: 독후감 편집에서 태그 추가 및 제거 기능 구현 Nov 14, 2024
@towitty towitty merged commit c58964c into main Nov 14, 2024
1 check failed
@towitty towitty deleted the SCRUM-83 branch November 14, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant