Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 4.37 KB

README.md

File metadata and controls

90 lines (68 loc) · 4.37 KB

🥐 건빵 - AOS 🥐

🥖 건빵(Geon Ppang)

비주류가 만드는 건빵문화, 당신이 찾던 그 건강한 빵집이 여기에 !


👋 Contributors

@jihyunniiii @jooyyoo @Dani43
DetailView, FilterView,
MypageView
SignUpView, ReviewView HomeView, SearchView,
MypageView

📷 ScreenShot

SignUpView FilterView HomeView BakeryListView
SearchView DetailView ReviewWritingView MyPageView

📘 Convention

안빵이들의 깃 컨벤션이 궁금하다면? click ✔️

안빵이들의 코드 컨벤션이 궁금하다면? click ✔️

안빵이들의 이슈, 피알 컨벤션이 궁금하다면? click ✔️

안빵이들의 칸반보드가 궁금하다면? click ✔️


👩🏻‍💻 Specification

Architecture Clean Architecture, MVVM
Design Pattern Repository Pattern, Adapter Pattern, Delegation Pattern, Observer Pattern
Jetpack Components encryptedsharedpreferences, LiveData, Lifecycle, ViewModel, DataBinding
Dependency Injection Hilt
Network Retrofit, OkHttp
Asynchronous Processing Coroutine(+ Flow)
Third Party Library Coil, Firebase, Timber, kotlinSerialization
Strategy Git Flow
CI GitHub Action(KtLint, Complie Check)
Other Tool Slack, Notion, Figma, Postman

📁 Foldering

📂 com.Geonppang
┣ 📂 data
┃ ┣ 📂 datasource
┃ ┣ 📂 model
┃ ┣ 📂 repository
┃ ┣ 📂 service
┣ 📂 di
┣ 📂 domain
┃ ┣ 📂 model
┃ ┣ 📂 repository
┣ 📂 presentation
┃ ┣ 📂 bakeryList
┃ ┣ 📂 detail
┃ ┣ 📂 common
┃ ┣ 📂 filter
┃ ┣ 📂 home
┃ ┣ 📂 model
┃ ┣ 📂 mypage
┃ ┣ 📂 review
┃ ┣ 📂 search
┃ ┣ 📂 signUp
┃ ┣ 📂 type
┣ 📂 util
┃ ┣ 📂 binding
┃ ┣ 📂 extension