MD002 First header should be a top level header
Adapt the rest of the headers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Configure connection to the Census:
|
||||
# Configure connection to the Census:
|
||||
|
||||
The objective of this service is to be able to configure the connection with the Town Hall Census through the Administration panel without having to modify the application code.
|
||||
|
||||
@@ -7,7 +7,7 @@ It should be noted that to properly configure this connection will require a tec
|
||||
Currently the application was designed to send only the **document number** and **document type**. With this new feature is enabled the possibility of sending if necessary the fields **date of birth** and **postal code**.
|
||||
|
||||
|
||||
### Activate feature
|
||||
## Activate feature
|
||||
In the section **Configuration > Global Configuration** a new tab **Remote Census Configuration** has been added.
|
||||
|
||||
If we have the feature deactivated we will see an informative text that will indicate us how to activate it:
|
||||
@@ -17,7 +17,7 @@ To activate the feature you must follow the instructions of the previous image:
|
||||
1. Access through the administration panel of your application to the section **Settings > Features** and activate the module **Configure connection to the remote census (SOAP)** as shown below:
|
||||

|
||||
|
||||
### Configuration
|
||||
## Configuration
|
||||
Once the feature is activated, we can access the section **Settings > Global Settings** and click on the tab **Remote Census Configuration**.
|
||||
In this screen you will be able to fill in all the necessary information to be able to configure the connection with the Census of each Town Hall.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
##Local Census
|
||||
# Local Census
|
||||
|
||||
To provide to administrator users a way to manage the local census database through the administration panel **Settings > Manage local census**. Currently the only way to manipulate this table records is through the rails console.
|
||||
|
||||
@@ -7,7 +7,7 @@ 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
|
||||
## Manually
|
||||
Provide a way to manage local census records to administrator users through administration interface.
|
||||
|
||||
- Local Census Page
|
||||
@@ -20,7 +20,7 @@ Features:
|
||||
1. Search by document_number: As local_census_records could contain a lot of records we have added a search feature to allow administrators to find existing records by document_number.
|
||||
1. Avoid the introduction of duplicated records: A model validation has been added to the following attributes pair [:document_number, :document_type]
|
||||
|
||||
### Automatically
|
||||
## Automatically
|
||||
Allow administrator users to import local census records though CSV file.
|
||||
|
||||
- Local Census Page
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Configuration for development and test environments (Debian GNU/Linux 9.8)
|
||||
# Configuration for development and test environments (Debian GNU/Linux 9.8)
|
||||
|
||||
## Superuser
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Configuration for development and test environments (Ubuntu 18.04)
|
||||
# Configuration for development and test environments (Ubuntu 18.04)
|
||||
|
||||
## System update
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Configurar conexión con el Censo:
|
||||
# Configurar conexión con el Censo:
|
||||
|
||||
Este servicio tiene como objetivo poder configurar la conexión con el Censo de Ayuntamiento a través del panel de Administración sin necesidad de modificar el código de la aplicación.
|
||||
|
||||
@@ -7,7 +7,7 @@ Cabe destacar que para configurar correctamente esta conexión se requerirá de
|
||||
Actualmente la aplicación estaba pensada para enviar solo el **numero de documento** y el **tipo de documento**. Con esta nueva funcionalidad se habilita la posibilidad de enviar en caso de ser necesario los campos **fecha de nacimiento** y **código postal**
|
||||
|
||||
|
||||
### Activar la funcionalidad
|
||||
## Activar la funcionalidad
|
||||
En la sección **Configuración > Configuración Global** se ha añadido una nueva pestaña **Configuración del Censo Remoto**.
|
||||
|
||||
Si tenemos la funcionalidad desactivada veremos un texto informativo que nos indicará como activarla:
|
||||
@@ -17,7 +17,7 @@ Para activar la funcionalidad deberá seguir las instrucciones de la imagen ante
|
||||
1. Acceder a través del panel de administración de su aplicación a la sección **Configuración > Funcionalidades** y activar el módulo de **Configurar conexión al censo remoto (SOAP)** como se puede ver a continuación:
|
||||

|
||||
|
||||
### Configuración
|
||||
## Configuración
|
||||
Una vez activada la funcionalidad, podremos acceder a la sección **Configuración > Configuración Global** y clicar en la pestaña **Configuración del Censo Remoto**.
|
||||
En esta pantalla se podrá rellenar toda la información necesaria para poder configurar la conexión con el Censo de cada Ayuntamiento.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
##Censo Local
|
||||
# Censo Local
|
||||
|
||||
Proporcionar a los usuarios administradores una forma de gestionar la base de datos del censo local a través del panel de administración **Configuración > Gestionar censo local**. Actualmente la única manera de manipular los registros de esta tabla es a través de la consola de rails.
|
||||
|
||||
@@ -7,7 +7,7 @@ Permitir a los usuarios de administradores gestionar esta tabla de dos maneras d
|
||||
- **Manualmente**: uno por uno a través de una interfaz CRUD.
|
||||
- **Automáticamente**: a través de un proceso de importación.
|
||||
|
||||
### Manualmente
|
||||
## Manualmente
|
||||
Provide a way to manage local census records to administrator users through administration interface.
|
||||
|
||||
- Página de censo local
|
||||
@@ -20,7 +20,7 @@ Funcionalidades:
|
||||
1. Búsqueda por número_de_documento: Como local_census_records podría contener muchos registros, hemos añadido una función de búsqueda para permitir a los administradores encontrar los registros existentes por número de documento.
|
||||
1. Evitar la introducción de registros duplicados: Se ha añadido una validación de modelo al siguiente par de atributos [:número_de_documento, :tipo_de_documento]
|
||||
|
||||
### Automáticamente
|
||||
## Automáticamente
|
||||
Permite a los usuarios administradores importar registros del censo local a través de un archivo CSV.
|
||||
|
||||
- Página de censo local
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Configuración para los entornos de desarrollo y pruebas (Debian GNU/Linux 9.8)
|
||||
# Configuración para los entornos de desarrollo y pruebas (Debian GNU/Linux 9.8)
|
||||
|
||||
## Super usuario
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Configuración para los entornos de desarrollo y pruebas (Ubuntu 18.04)
|
||||
# Configuración para los entornos de desarrollo y pruebas (Ubuntu 18.04)
|
||||
|
||||
## Actualización de sistema
|
||||
|
||||
|
||||
Reference in New Issue
Block a user