MD005 Inconsistent indentation for list items at the same level

This commit is contained in:
taitus
2023-03-21 15:13:10 +01:00
parent 65837049a2
commit 78dfe298cb
4 changed files with 6 additions and 30 deletions

View File

@@ -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 Data - Method name](../../img/remote_census/request-data-method-name-en.png)
- **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:
![Request Data - Structure](../../img/remote_census/request-data-structure-en.png)
![Request Data - Structure](../../img/remote_census/request-data-structure-info-en.png)
- **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:
![Request Data - Path document type](../../img/remote_census/request-data-path-document-type-en.png)
- **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:
![Request Data - Path document number](../../img/remote_census/request-data-path-document-number-en.png)
- **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:
![Request Data - Path date of birth](../../img/remote_census/request-data-path-date-of-birth-en.png)
- **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:
![Response Data - Path date of birth](../../img/remote_census/response-data-path-date-of-birth-en.png)
- **Path for Postal Code**: In what path of the response is the user's Postal Code?.
Example:
![Response Data - Path postal code](../../img/remote_census/response-data-path-postal-code-en.png)
- **Path for District**: In what path of the response is the user's District?.
Example:
![Response Data - Path district](../../img/remote_census/response-data-path-district-en.png)
- **Path for Gender**: In what path of response is the user's Gender?.
Example:
![Response Data - Path Gender](../../img/remote_census/response-data-path-gender-en.png)
- **Path for Name**: In what path of the response is the user's Name?.
Example:
![Response Data - Path Name](../../img/remote_census/response-data-path-name-en.png)
- **Path for the Last Name**: In what path of the response is the user's Last Name?.
Example:
![Response Data - Path Last Name](../../img/remote_census/response-data-path-last-name-en.png)
- **Condition for detecting a valid response**: What response path has to come informed to be considered a valid response and user verified.
Example:

View File

@@ -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
![Manage local census](../../img/local_census/manage-local-census-en.png)
- Add new record
![Create local census record](../../img/local_census/add-local-census-record-en.png)

View File

@@ -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:
![Request Data - Method name](../../img/remote_census/request-data-method-name-es.png)
- **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:
![Request Data - Structure](../../img/remote_census/request-data-structure-es.png)
![Request Data - Structure](../../img/remote_census/request-data-structure-info-es.png)
- **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:
![Request Data - Path document type](../../img/remote_census/request-data-path-document-type-es.png)
- **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:
![Request Data - Path document number](../../img/remote_census/request-data-path-document-number-es.png)
- **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:
![Request Data - Path date of birth](../../img/remote_census/request-data-path-date-of-birth-es.png)
- **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:
![Response Data - Path date of birth](../../img/remote_census/response-data-path-date-of-birth-es.png)
- **Ruta para el Código Postal**: En que ruta de la respuesta se encuentra el Código Postal.
Ejemplo:
![Response Data - Path postal code](../../img/remote_census/response-data-path-postal-code-es.png)
- **Ruta para el Distrito**: En que ruta de la respuesta se encuentra el Distrito.
Ejemplo:
![Response Data - Path district](../../img/remote_census/response-data-path-district-es.png)
- **Ruta para el Género**: En que ruta de la respuesta se encuentra el Género.
Ejemplo:
![Response Data - Path Gender](../../img/remote_census/response-data-path-gender-es.png)
- **Ruta para el Nombre**: En que ruta de la respuesta se encuentra Nombre.
Ejemplo:
![Response Data - Path Name](../../img/remote_census/response-data-path-name-es.png)
- **Ruta para el Apellido**: En que ruta de la respuesta se encuentra el Apellido
Ejemplo:
![Response Data - Path Last Name](../../img/remote_census/response-data-path-last-name-es.png)
- **Condición para detectar una respuesta válida**: Que ruta de la respuesta tiene que venir informado para considerarse una respuesta válida.
Ejemplo:

View File

@@ -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
![Manage local census](../../img/local_census/manage-local-census-es.png)
- Añadir un nuevo registro
![Create local census record](../../img/local_census/add-local-census-record-es.png)