Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Document Support in Digilocker SDK #4

Open
7 tasks
tushar5526 opened this issue Jun 20, 2023 · 0 comments
Open
7 tasks

Pull Document Support in Digilocker SDK #4

tushar5526 opened this issue Jun 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tushar5526
Copy link
Contributor

tushar5526 commented Jun 20, 2023

Description

Pull document support for digilocker SDK. Digilocker supports pulling in documents from issuers and storing them in Digilocker through APIs. This issue focuses on giving a POC on how we can have to pull document functionality integrated with the current SDK design and then its implementation.

Goals

  • Propose updates in the current design of SDK to support pull documents API
  • Implementation of the discussed design

Expected Outcome

  • Users can pull documents from issuers via API calls.

Acceptance Criteria

  • User specifies which document to pull and makes a function call.
  • Pull parameters are returned back from SDK to the user
  • The user then specifies the values for pull parameters and makes another call
  • The user gets a proper response if a pull document request fails or succeeds

Implementation Details

  • Pulling a document requires a few basic things - doctype, orgid, pull parameters, digilocker acess token
  • doctype can be specified by the user - Digilocker also provides a list of doctypes - Getting a list of files using Digilocker APIs also returns back associated doctypes.
  • orgid can be fetched from LIst of Issuers API from digilocker APIs
  • pull parameters are also fetched from Digilocker APIs and specify the parameters (applicationID, certificate Number etc) required to pull documents.

Mockups / Wireframes

NA


Project

Digilocker-SDK

Organization Name:

Samagra

Domain

Social Welfare

Tech Skills Needed:

TS, JS

Mentor(s)

@tushar5526 @ChakshuGautam @Shruti3004

Complexity

Medium

Category

PoC

Sub Category

API, Backend

@tushar5526 tushar5526 changed the title [C4GT] Button for likes [C4GT] Pull Document Support in Digilocker SDK Jun 20, 2023
@tushar5526 tushar5526 added enhancement New feature or request C4GT community labels Jun 20, 2023
@tushar5526 tushar5526 changed the title [C4GT] Pull Document Support in Digilocker SDK Pull Document Support in Digilocker SDK Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants