Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,29 @@ MVVM을 기반으로 하되, ViewModel 상태 관리에는 MVI 형태의 단방

<table>
<tr>
<td align="center" width="50%">
<img alt="architecture" src="./docs/architecture.png" />
<td align="center">
<img alt="App Architecture" src="./docs/App.png" />
</td>
<td align="center" width="50%">
<img alt="Store" src="./docs/store-protocol.png" />
</tr>
<tr>
<td align="center">앱 아키텍처</td>
</tr>
<tr>
<td align="center">
<img alt="Store Protocol" src="./docs/store-protocol.png" />
</td>
</tr>
<tr>
<td align="center">앱 계층</td>
<td align="center">Store 프로토콜</td>
</tr>
<tr>
<td align="center">
<img alt="Widget Architecture" src="./docs/Widget.png" />
</td>
</tr>
<tr>
<td align="center">위젯 데이터 아키텍처</td>
</tr>
</table>

## 프로젝트 구조
Expand Down
Binary file added docs/App.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/AppStore_Hitmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/AppStore_Home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/AppStore_Markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/AppStore_Notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/AppStore_Today.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
543 changes: 369 additions & 174 deletions docs/DevLog.drawio

Large diffs are not rendered by default.

Binary file added docs/Widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 0 additions & 29 deletions docs/architecture.d2

This file was deleted.

Binary file removed docs/architecture.png
Binary file not shown.
Binary file modified docs/hitmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 0 additions & 34 deletions docs/store-protocol.d2

This file was deleted.

Binary file modified docs/store-protocol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/today.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.