android: add global search and message thread API parity
This commit is contained in:
@@ -17,8 +17,7 @@ Backend покрывает web-функционал почти полность
|
||||
|
||||
## 2) Web endpoints not yet fully used on Android
|
||||
|
||||
- `GET /api/v1/messages/{message_id}/thread`
|
||||
- `GET /api/v1/search` (single global endpoint; Android uses composed search calls)
|
||||
- `GET /api/v1/messages/{message_id}/thread` (data layer wired, UI thread screen/jump usage pending)
|
||||
- Contacts endpoints:
|
||||
- `GET /api/v1/users/contacts`
|
||||
- `POST /api/v1/users/{user_id}/contacts`
|
||||
@@ -36,6 +35,5 @@ Backend покрывает web-функционал почти полность
|
||||
|
||||
Завершить следующий parity-блок:
|
||||
|
||||
- `GET /api/v1/messages/{message_id}/thread`
|
||||
- единый `GET /api/v1/search` для полнофункционального Telegram-like поиска
|
||||
- `GET /api/v1/messages/{message_id}/thread` (UI usage)
|
||||
- contacts API (`/users/contacts*`) + экран управления контактами
|
||||
|
||||
Reference in New Issue
Block a user