You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%%{ init:{ 'theme':'dark' }}%%
sequenceDiagram
actor usr as ユーザー (大学生)
box Tokumemo++ System
participant client as iOS / Android
participant api as API
participant db as Googleスプレッドシート
end
Note over usr,db: ホーム画面にアクセスする
usr ->>+ client: アプリを起動する
client -->>- usr: スプラッシュ画面を表示する
client ->>+ api: GET リソース情報を取得する
api ->>+ db: GET リソース情報
db -->>- api: response リソース情報(json形式)
api -->>- client: status 200, response リソース情報
client ->> client: ホーム画面をレンダリングする
client -->> usr: ホーム画面を表示する
Loading
The text was updated successfully, but these errors were encountered:
バグ報告
バグ・不具合について
環境
使用している端末について
アプリケーションのバージョン
スクリーンショット
再現方法
手順
1.
2.
3.
その他
The text was updated successfully, but these errors were encountered: