MD005 Inconsistent indentation for list items at the same level
This commit is contained in:
@@ -49,32 +49,27 @@ The information to be filled in is divided into three sections:
|
||||
```
|
||||
|
||||
Required fields for the request:
|
||||
|
||||
- **Request method name**: Request method name accepted by the City Census WebService.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Request Structure**: Structure of the request received by the WebService of the Census of the City Council. The "static" values of this request should be reported. The "dynamic" values related to Document Type, Document Number, Date of Birth and Postal Code should be filled with null value.
|
||||
|
||||
Example:
|
||||

|
||||

|
||||
|
||||
- **Path for document type**: Path in the request structure that sends the Document Type.
|
||||
|
||||
*NOTE: DO NOT FILL IN if the WebService does not require the Document Type to verify a user.*
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for document number**: Path in the request structure that sends the Document Number.
|
||||
|
||||
*NOTE: DO NOT FILL IN if the WebService does not require the Document Number to verify a user.*
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for date of birth**: Path in the request structure that sends the Date of Birth.
|
||||
|
||||
*NOTE: DO NOT FILL IN if the WebService does not require the Date of Birth to verify a user.*
|
||||
@@ -83,7 +78,6 @@ The information to be filled in is divided into three sections:
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for Postal Code**: Path in the request structure that sends the Postal Code.
|
||||
|
||||
*NOTE: DO NOT FILL IN if the WebService does not require the Postal Code to verify a user.*
|
||||
@@ -126,37 +120,30 @@ The information to be filled in is divided into three sections:
|
||||
```
|
||||
|
||||
Required fields to parse the response:
|
||||
|
||||
- **Path for Date of Birth**: In what path of the response is the user's Date of Birth?.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for Postal Code**: In what path of the response is the user's Postal Code?.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for District**: In what path of the response is the user's District?.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for Gender**: In what path of response is the user's Gender?.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for Name**: In what path of the response is the user's Name?.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Path for the Last Name**: In what path of the response is the user's Last Name?.
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
- **Condition for detecting a valid response**: What response path has to come informed to be considered a valid response and user verified.
|
||||
|
||||
Example:
|
||||
|
||||
@@ -4,14 +4,15 @@ To provide to administrator users a way to manage the local census database thro
|
||||
|
||||
Allow administrators users to manage this table in two different ways:
|
||||
|
||||
- **Manually**: one by one through a CRUD interface.
|
||||
- **Automatically**: through an importation process.
|
||||
- **Manually**: one by one through a CRUD interface.
|
||||
- **Automatically**: through an importation process.
|
||||
|
||||
## Manually
|
||||
Provide a way to manage local census records to administrator users through administration interface.
|
||||
|
||||
- Local Census Page
|
||||

|
||||
|
||||
- Add new record
|
||||

|
||||
|
||||
|
||||
@@ -50,32 +50,27 @@ La información a rellenar esta dividida en tres apartados:
|
||||
```
|
||||
|
||||
Campos necesarios para la petición:
|
||||
|
||||
- **Nombre del método de la petición**: Nombre del método que acepta el WebService del Censo del Ayuntamiento.
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Estructura de la petición**: Estructura de la petición que recibe el WebService del Censo del Ayuntamiento. Los valores "fijos" de esta petición deberán informarse. Los valores "dinámicos" relacionados con Tipo de Documento, Número de Documento, Fecha de Nacimiento y Código Postal deberán dejarse con valor null.
|
||||
|
||||
Ejemplo:
|
||||

|
||||

|
||||
|
||||
- **Ruta para Tipo de Documento**: Ruta donde se encuentra el campo en la estructura de la petición que envía el Tipo de Documento.
|
||||
|
||||
*NOTA: NO RELLENAR en caso de que el WebService no requiera el Tipo de Documento para verificar un usuario.*
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para Número de Documento**: Ruta donde se encuentra campo en la estructura de la petición que envía el Número de Documento.
|
||||
|
||||
*NOTA: NO RELLENAR en caso de que el WebService no requiera el Número de Documento para verificar un usuario.*
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para Fecha de Nacimiento**: Ruta donde se encuentra campo en la estructura de la petición que envía la Fecha de Nacimiento.
|
||||
|
||||
*NOTA: NO RELLENAR en caso de que el WebService no requiera la Fecha de Nacimiento para verificar un usuario.*
|
||||
@@ -84,7 +79,6 @@ La información a rellenar esta dividida en tres apartados:
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para Código Postal**: Ruta donde se encuentra campo en la estructura de la petición que envía el Código Postal.
|
||||
|
||||
*NOTA: NO RELLENAR en caso de que el WebService no requiera el Código Postal para verificar un usuario.*
|
||||
@@ -127,37 +121,30 @@ La información a rellenar esta dividida en tres apartados:
|
||||
```
|
||||
|
||||
Campos necesarios para parsear la respuesta:
|
||||
|
||||
- **Ruta para la Fecha de Nacimiento**: En que ruta de la respuesta se encuentra la Fecha de Nacimiento.
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para el Código Postal**: En que ruta de la respuesta se encuentra el Código Postal.
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para el Distrito**: En que ruta de la respuesta se encuentra el Distrito.
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para el Género**: En que ruta de la respuesta se encuentra el Género.
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para el Nombre**: En que ruta de la respuesta se encuentra Nombre.
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Ruta para el Apellido**: En que ruta de la respuesta se encuentra el Apellido
|
||||
|
||||
Ejemplo:
|
||||

|
||||
|
||||
- **Condición para detectar una respuesta válida**: Que ruta de la respuesta tiene que venir informado para considerarse una respuesta válida.
|
||||
|
||||
Ejemplo:
|
||||
|
||||
@@ -4,14 +4,15 @@ Proporcionar a los usuarios administradores una forma de gestionar la base de da
|
||||
|
||||
Permitir a los usuarios de administradores gestionar esta tabla de dos maneras diferentes:
|
||||
|
||||
- **Manualmente**: uno por uno a través de una interfaz CRUD.
|
||||
- **Automáticamente**: a través de un proceso de importación.
|
||||
- **Manualmente**: uno por uno a través de una interfaz CRUD.
|
||||
- **Automáticamente**: a través de un proceso de importación.
|
||||
|
||||
## Manualmente
|
||||
Provide a way to manage local census records to administrator users through administration interface.
|
||||
|
||||
- Página de censo local
|
||||

|
||||
|
||||
- Añadir un nuevo registro
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user