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

[DOCS/#262] 리드미 수정 #281

Merged
merged 10 commits into from
Oct 6, 2024
Merged
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

<br>

## DOWNLOAD
<a href="https://play.google.com/store/apps/details?id=com.terning.point"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" height="100"></a>


## CONTRIBUTORS
| 👑이유빈<br/>([@leeeyubin](https://github.com/leeeyubin)) | 이석준<br/>([@boiledEgg-s](https://github.com/boiledEgg-s)) | 김아린<br/>([@arinming](https://github.com/arinming)) | 박효빈<br/>([@Hyobeen-Park](https://github.com/Hyobeen-Park)) |
|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|
Expand All @@ -28,7 +32,12 @@

<br>

## DEPENDENCY GRAPH
<img width="300px" src="https://github.com/user-attachments/assets/9f730e35-2ecf-4d1f-a170-e08a4836fe8a"/>


## MODULE & PACKAGE CONVENTION

```

🗃️app
Expand All @@ -41,6 +50,7 @@
┣ 📂extension
┣ 📂navigation
┣ 📂state
┣ 📂type
┗ 📂util

🗃️data
Expand All @@ -50,19 +60,19 @@
┃ ┣ 📂response
┃ ┣ 📂request
┣ 📂local
┣ 📂mapper
┣ 📂repositoryImpl
┗ 📂service

🗃️domain
┣ 📂entity
┃ ┣ 📂response
┃ ┣ 📂request
┗ 📂repository

🗃️feature
┗ 📂기능 별 패키징

```

<br>

## TECH STACK
Expand All @@ -78,6 +88,22 @@
| Other Tools | Discode, Notion, Figma |\
</br>

## SCREENSHOTS
| 뷰 | 1 | 2 | 3 |
|:-------------:|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|
| 온보딩 <br> 필터링 설정 | <img width="200px" src="https://github.com/user-attachments/assets/e3b39df0-78f3-4c7b-8049-f5133f18d419"/> | <img width="200px" src="https://github.com/user-attachments/assets/f3cd3efb-b0bc-4bf3-b3ee-0a8be316883a"/> | <img width="200px" src="https://github.com/user-attachments/assets/11d5283c-0537-484a-b822-bcb291e79203"/> | | |
| 홈 <br> 필터링 재설정 | <img width="200px" src="https://github.com/user-attachments/assets/4f558239-fde5-41d7-b7d8-6988b3091fe6"/> | <img width="200px" src="https://github.com/user-attachments/assets/5c7d77d3-3cdc-4f30-8b1d-4e1878266f04"/> | <img width="200px" src="https://github.com/user-attachments/assets/d3202b3b-d8fe-42cf-b7aa-3e54be928736"/> |
| 캘린더 월간 <br> 캘린더 주간 | <img width="200px" src="https://github.com/user-attachments/assets/0af96542-a560-41f6-87e1-a063dbc49e7c"/> | <img width="200px" src="https://github.com/user-attachments/assets/5d50db13-40af-4f40-b395-235d1560a023"/> | <img width="200px" src="https://github.com/user-attachments/assets/cfdf0ef3-e299-43ba-8208-97d46b320acf"/> |
| 탐색 <br> 공고 상세 페이지 | <img width="200px" src="https://github.com/user-attachments/assets/0505ed7f-407a-46dd-a06d-22974da5097a"/> | <img width="200px" src="https://github.com/user-attachments/assets/c7c1ff76-2160-4a96-873e-edd069ddf824"/> | <img width="200px" src="https://github.com/user-attachments/assets/c78b5d07-fbbc-408d-b088-3b94ebc3350e"/> |
| 마이페이지 <br> 프로필 수정 | <img width="200px" src="https://github.com/user-attachments/assets/53b9fb41-9190-4f21-98fb-416d52703e55"/> | <img width="200px" src="https://github.com/user-attachments/assets/678c19cd-3aa5-4056-a807-82fbfc307dac"/> | <img width="200px" src="https://github.com/user-attachments/assets/1e7311d4-34b6-4a12-907a-5afbf68ef898"/> |

<br>


## DESIGN SYSTEM
🔗 [TERNING DESIGN SYSTEM](https://teamterning.github.io/Terning-Android/index.html)


## KANBAN BOARD
🔗 [TERNING PROJECT](https://github.com/orgs/teamterning/projects/1)

Expand Down
Loading