diff --git a/docs/en/features/census_configuration.md b/docs/en/features/census_configuration.md index 20b28a006..4f8c3a2f0 100644 --- a/docs/en/features/census_configuration.md +++ b/docs/en/features/census_configuration.md @@ -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: ![Feature enabled](../../img/remote_census/feature-enabled-en.png) -### 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. diff --git a/docs/en/features/local_census.md b/docs/en/features/local_census.md index 5221f776c..7217404cb 100644 --- a/docs/en/features/local_census.md +++ b/docs/en/features/local_census.md @@ -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 diff --git a/docs/en/installation/debian.md b/docs/en/installation/debian.md index fbfc03dc5..070aa1d14 100644 --- a/docs/en/installation/debian.md +++ b/docs/en/installation/debian.md @@ -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 diff --git a/docs/en/installation/ubuntu.md b/docs/en/installation/ubuntu.md index 526a7955e..5d6cf0d40 100644 --- a/docs/en/installation/ubuntu.md +++ b/docs/en/installation/ubuntu.md @@ -1,4 +1,4 @@ -## Configuration for development and test environments (Ubuntu 18.04) +# Configuration for development and test environments (Ubuntu 18.04) ## System update diff --git a/docs/es/features/census_configuration.md b/docs/es/features/census_configuration.md index 9abc469fd..288c68fb5 100644 --- a/docs/es/features/census_configuration.md +++ b/docs/es/features/census_configuration.md @@ -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: ![Feature enabled](../../img/remote_census/feature-enabled-es.png) -### 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. diff --git a/docs/es/features/local_census.md b/docs/es/features/local_census.md index 0ee423f72..5207bf6ea 100644 --- a/docs/es/features/local_census.md +++ b/docs/es/features/local_census.md @@ -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 diff --git a/docs/es/installation/debian.md b/docs/es/installation/debian.md index 7f6464ba5..25602c811 100644 --- a/docs/es/installation/debian.md +++ b/docs/es/installation/debian.md @@ -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 diff --git a/docs/es/installation/ubuntu.md b/docs/es/installation/ubuntu.md index 3e72cca6c..00b148367 100644 --- a/docs/es/installation/ubuntu.md +++ b/docs/es/installation/ubuntu.md @@ -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 @@ -37,7 +37,7 @@ source ~/.bashrc ## Node.js -Para compilar los archivos estáticos (JS, CSS, imágenes, etc.), es necesario un _runtime_ de JavaScript. Node.js es la opción recomendada. +Para compilar los archivos estáticos (JS, CSS, imágenes, etc.), es necesario un _runtime_ de JavaScript. Node.js es la opción recomendada. Ejecuta en tu terminal: