101Loop / 101Loop/HisabKitab-FE
Access device contacts
- 主要語言
- TypeScript
- 星號
- 2
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The PWA should be able to access contacts from user's system with user's permission. This will allow one to directly select `name` from phone book.
**How should we accept data?**
Say one user selects a `Contact A` from the system. Prepare a `JSONObject` in following form:
`{
"name": "Contact A",
"mobile": "xxxxxxxx",
"home": "xxxxxxx",
"email": "abcd@defgh.jk"
}`
The data should be sent as the value in API. The BackEnd system will automatically accept this data. In case data has been fetched from the backend system, an `id` key value pair can be added in the Object.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
This is a PWA feature requiring access to the device's contact list. Start by researching the Web Contact Picker API or platform-specific integrations. Look for existing service files or API handlers in the frontend codebase. The work involves requesting permissions, fetching contact data, formatting it into the specified JSON structure, and sending it to the backend. Check if there are any existing examples of native device API usage in the project.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- mobile
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100