This commit is contained in:
Kei-Luna
2026-04-26 15:03:26 +09:00
parent 35f7c19a58
commit 73214d77e5
2 changed files with 60 additions and 58 deletions

View File

@@ -44,32 +44,34 @@ dotnet build
## Feature List
- `[x]` Login and basic account entry
- `[x]` Player data loading
- `[x]` Inventory loading
- `[x]` Character loading
- `[x]` Skin loading
- `[x]` Weapon loading
- `[x]` Lobby display character switching
- `[x]` Character skin switching
- `[x]` Character skin form switching
- `[x]` Weapon replacement
- `[x]` Weapon upgrade
- `[x]` Player rename
- `[x]` Basic saving of currently supported lobby state
- `[✓]` Main chapter stage entry and related flow
- `[✓]` Daily stage entry and related flow
- `[✓]` Basic player setting synchronization
- `[✓]` Basic profile synchronization
- `[✓]` Activity-related requests
- `[✓]` Achievement-related requests
- `[✓]` Lineup-related requests
- `[✓]` Preview-related requests
- `[✓]` Some shop-related requests
- `[ ]` Full combat flow
- `[ ]` Mission / quest progression
- `[ ]` Gacha / recruitment systems
- `[ ]` Complete shop behavior
- `[ ]` Multiplayer systems
- `[ ]` Base / dorm systems
- `[ ]` Full client API coverage
* [x] Login and basic account entry
* [x] Player data loading
* [x] Inventory loading
* [x] Character loading
* [x] Skin loading
* [x] Weapon loading
* [x] Lobby display character switching
* [x] Character skin switching
* [x] Character skin form switching
* [x] Weapon replacement
* [x] Weapon upgrade
* [x] Player rename
* [x] Basic saving of currently supported lobby state
* [✓] Main chapter stage entry and related flow
* [✓] Daily stage entry and related flow
* [✓] Basic player setting synchronization
* [✓] Basic profile synchronization
* [✓] Activity-related requests
* [✓] Achievement-related requests
* [✓] Lineup-related requests
* [✓] Preview-related requests
* [✓] Some shop-related requests
* [ ] Full combat flow
* [ ] Mission / quest progression
* [ ] Gacha / recruitment systems
* [ ] Complete shop behavior
* [ ] Multiplayer systems
* [ ] Base / dorm systems
* [ ] Full client API coverage
**Legend:** `[x]` - Implemented, `[✓]` - Partially Implemented, `[ ]` - Not Started

View File

@@ -44,33 +44,33 @@ dotnet build
## 機能一覧
- `[x]` ログインと基本的なアカウント入場
- `[x]` プレイヤーデータの読み込み
- `[x]` 所持品の読み込み
- `[x]` キャラクターの読み込み
- `[x]` スキンの読み込み
- `[x]` 武器の読み込み
- `[x]` ロビー表示キャラクターの変更
- `[x]` キャラクタースキンの変更
- `[x]` キャラクタースキン形態の変更
- `[x]` 武器の付け替え
- `[x]` 武器の強化
- `[x]` プレイヤー名の変更
- `[x]` 現在対応済みロビー状態の基本保存
- `[✓]` メイン章のステージ入場と関連フロー
- `[✓]` デイリーのステージ入場と関連フロー
- `[✓]` 基本的なプレイヤー設定同期
- `[✓]` 基本的なプロフィール同期
- `[✓]` イベント関連リクエスト
- `[✓]` 実績関連リクエスト
- `[✓]` 編成関連リクエスト
- `[✓]` プレビュー関連リクエスト
- `[✓]` 一部のショップ関連リクエスト
- `[ ]` 完全な戦闘フロー
- `[ ]` ミッション / クエスト進行
- `[ ]` ガチャ / 募集システム
- `[ ]` 完全なショップ挙動
- `[ ]` マルチプレイシステム
- `[ ]` 基地 / 宿舎システム
- `[ ]` クライアント API 全体の対応
* [x] ログインと基本的なアカウント入場
* [x] プレイヤーデータの読み込み
* [x] 所持品の読み込み
* [x] キャラクターの読み込み
* [x] スキンの読み込み
* [x] 武器の読み込み
* [x] ロビー表示キャラクターの変更
* [x] キャラクタースキンの変更
* [x] キャラクタースキン形態の変更
* [x] 武器の付け替え
* [x] 武器の強化
* [x] プレイヤー名の変更
* [x] 現在対応済みロビー状態の基本保存
* [✓] メイン章のステージ入場と関連フロー
* [✓] デイリーのステージ入場と関連フロー
* [✓] 基本的なプレイヤー設定同期
* [✓] 基本的なプロフィール同期
* [✓] イベント関連リクエスト
* [✓] 実績関連リクエスト
* [✓] 編成関連リクエスト
* [✓] プレビュー関連リクエスト
* [✓] 一部のショップ関連リクエスト
* [ ] 完全な戦闘フロー
* [ ] ミッション / クエスト進行
* [ ] ガチャ / 募集システム
* [ ] 完全なショップ挙動
* [ ] マルチプレイシステム
* [ ] 基地 / 宿舎システム
* [ ] クライアント API 全体の対応