101Loop / 101Loop/HisabKitab-FE

Access device contacts

Đang mở
#3 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
TypeScript
Star
2
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
typescript
Lĩnh vực
mobile
Loại issue
Tính năng
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
30/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.