101Loop / 101Loop/HisabKitab-FE

Access device contacts

Offen
#3 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
TypeScript
Sterne
2
Forks
0
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Rechercherichtung

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.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
typescript
Bereich
mobile
Issue-Typ
Feature
Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
30/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.