# Wage Seeker's Registration

## Context

Wage seeker’s registration process to be changed to validate the individual’s AADHAAR through AADHAAR integration.

## Details <a href="#details" id="details"></a>

1. There is change in wage registration mobile screens to accommodate the AADHAAR validation and make it more user friendly.
2. Entire registration process is divided into 4 steppers as it was there in earlier and the screens provided as given below.
   1. Individual’s Identification Details
   2. Individual’s Personal Details
   3. Individual’s Skills Details
   4. Individual’s Photo
   5. Location Details
   6. Financial Details
   7. Summary

### Actions <a href="#actions" id="actions"></a>

#### Validate <a href="#validate" id="validate"></a>

On validate, API is called and AADHAAR is validated.

1. On valid AADHAAR, a inline success message is displayed and “Next” button is enabled to move to next page.

```
AADHAAR provide is valid!
```

2. On invalid AADHAAR, a inline invalid message is displayed and “Next” button is kept disabled.

```
 AADHAR provided is invalid, enter a valid AADHAAR or choose any other idetity document!
```

3. On failure, a inline invalid message is displayed and “Next” button is kept disabled.

```
Validation process failed, try again or choose any other idetity document!
```

4. On selection of any other identity document, other than AADHAAR, “Validate” action is not displayed and user is allowed to move to next scree if case all the required detail is entered.

#### Next <a href="#next" id="next"></a>

Takes the user to next page, when all the required details of current page entered.

#### Submit <a href="#submit" id="submit"></a>

Save the record in system.

#### Validations <a href="#validations" id="validations"></a>

1. All existing validation
2. Validation button is displayed only when identity document selected as AADHAAR.

### Configurations <a href="#configurations" id="configurations"></a>

None

## User Interface <a href="#userinterface" id="userinterface"></a>

<div><figure><img src="/files/IWoRLFXmYdUk5ANB7HIp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Hkbau3A3PLL9VyIsPbmI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RPpScIcm3lN3Y9f6BjgB" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/DreSgZN1eyoAK5VJGJRt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bi3sQf9ID2xeNfUguIvR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UYsYNyMOdXtxCugFubnA" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/C7TxpTgn7iLPZDbh4kkN" alt=""><figcaption></figcaption></figure> <figure><img src="/files/I3gZS6vnCs00y7kuzvYF" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VKIeKwzI0hH56jVVdkEq" alt=""><figcaption></figcaption></figure></div>

### Acceptance Criteria <a href="#acceptancecriteria" id="acceptancecriteria"></a>

1. Change in Individual Details Page to accommodate AADHAAR validation.
2. AADHAAR validation is implementation only when identity document selected AADHAAR.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/aadhar-integration/wage-seekers-registration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
