-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f24273f
commit ec1c618
Showing
1 changed file
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,54 @@ | ||
# Tabling-AOS | ||
# 🍴 Tabling-Android 🍴 | ||
> DO SOPT 33RD 합동 세미나 앱 9조 Android팀 <br> | ||
23.11.18 - 23.12.01 | ||
|
||
![image](https://github.com/DOSOPT-CDS-TABLING/Tabling-Android/assets/103172971/81033c2b-f9d7-4fea-9b8e-a1e51e4ee9be) | ||
|
||
## 🍽️ *****Contributors***** | ||
| 배지현 <br> [@jihyunniiii](https://github.com/jihyunniiii) | 김민우 <br> [@DoReMinWoo](https://github.com/DoReMinWoo) | 하지은 <br>[@HAJIEUN02](https://github.com/HAJIEUN02) | | ||
|:---:| :---: | :---: | | ||
| <img width="250" src="https://avatars.githubusercontent.com/u/103172971?v=4"/> |<img width="250" src="https://avatars.githubusercontent.com/u/86788873?v=4"/>|<img width="250" src="https://avatars.githubusercontent.com/u/83916472?v=4"/>| | ||
| `매장 상세`, `방문 인원 모달` |`매장 검색_검색 결과`, `대기 상세`|`대기 신청 완료 팝업`, `이용예정/완료`| | ||
|
||
## 📗 *****Convention***** | ||
[📕 Git Convention & Branch Strategy](https://jihyunniiii.notion.site/Git-Convention-Branch-Strategy-ef6552f59ca5439d831eb3a9c306d6ae?pvs=4) | ||
<br> | ||
[📘 Android Coding Convention](https://jihyunniiii.notion.site/Android-Coding-Convention-5732cddbd1b04c62b36de8bdd8870a22?pvs=4) | ||
<br> | ||
[📒 Package Convention](https://jihyunniiii.notion.site/Package-Convention-4a4895944f484883a2d59b044f85890d?pvs=4) | ||
|
||
## 📷 *****ScreenShot***** | ||
### 🥄 매장 검색_검색 결과, 매장 상세, 방문인원 모달, 대기 신청 완료 팝업 | ||
https://github.com/DOSOPT-CDS-TABLING/Tabling-Android/assets/103172971/de5a1669-4d4f-4f5b-8aff-6c6d1216a2e2 | ||
|
||
### 🧂 이용예정/완료, 대기 상세 | ||
https://github.com/DOSOPT-CDS-TABLING/Tabling-Android/assets/103172971/e080dd36-af61-4b53-b007-2d3d3ee88ced | ||
|
||
## 📁 *****Foldering***** | ||
|
||
``` | ||
📂 org.sopt.tabling | ||
┣ 📂 data | ||
┃ ┣ 📂 datasource | ||
┃ ┃ ┣ 📂 remote | ||
┃ ┣ 📂 model | ||
┃ ┃ ┣ 📂 request | ||
┃ ┃ ┣ 📂 response | ||
┃ ┣ 📂 repository | ||
┃ ┣ 📂 service | ||
┣ 📂 di | ||
┣ 📂 domain | ||
┃ ┣ 📂 model | ||
┃ ┣ 📂 repository | ||
┣ 📂 presentation | ||
┃ ┣ 📂 common | ||
┃ ┣ 📂 queue | ||
┃ ┣ 📂 reserve | ||
┃ ┣ 📂 shopDetail | ||
┃ ┣ 📂 store | ||
┃ ┣ 📂 type | ||
┃ ┣ 📂 waiting | ||
┣ 📂 util | ||
┃ ┣ 📂 binding | ||
┃ ┣ 📂 extension | ||
``` |