Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d8f3c305 authored by romuald dubourg's avatar romuald dubourg
Browse files

draft rsp-generator

parent 1be7f192
No related branches found
No related tags found
No related merge requests found
SHELL := /bin/bash
include ../Makefile.generic
---
subtitle: RSP Generator
title: Installation Manual
author: Romuald DUBOURG
date: 08/09/2023
toolversion: 1.0.0
function: Software Developer
version: 1.0.0
status: Draft
---
## Requirements
* Java virtual machine : JDK 17
## Installation
First you should pull the project from:
https://gitlab.inria.fr/gazelle/private/industrialization/docker/wado-errors-manager.git
then you can use quarkus with :
``
mvn clean package
cd wado-errors-manager-service
mvn docker:start
``
Or
you can use the application with :
``
mvn clean install
``
RSP-Generator/media/ARL_NEGATIVE.png

43.3 KiB

RSP-Generator/media/RSP578ARL.png

27.1 KiB

RSP-Generator/media/RSP908ARL.png

38.1 KiB

RSP-Generator/media/downloads_files.png

17.1 KiB

RSP-Generator/media/first_window.png

22.4 KiB

---
subtitle: RSP Generator
title: User Manual
author: Romuald DUBOURG
date: 02/11/2024
toolversion: 1.0.0
function: Software Developer
version: 0.01
status: Draft
---
# Introduction
The RSP Generator is a tool that allows generation of RSP and ARL files. The ARL file is a logical acknowledgment that confirms the receipt of a file, and the RSP file is a response to a request.
The UI is a form that allows the user to custom some fields and generate the files.
# Usage
The UI is divided in three parts:
- The first part is the selection of which file you want to generate, ARL Negative, ARL Positive and RSP 578 or ARL Positive and RSP 908.
- The second part is the customization of the generated file by bringing various information
- The third part is the download of the generated file.
For the first part, you have to select the option you want to generate:
![FIRST WINDOW](./media/first_window.png)
The second part depends on the file you want to generate, here is the form for the ARL Negative:
![ARL NEGATIVE FORM](./media/ARL_NEGATIVE.png)
And here is the form for the ARL Positive and RSP 578:
![ARL POSITIVE AND RSP 578 FORM](./media/RSP578ARL.png)
And here is the form for the ARL Positive and RSP 908:
![ARL POSITIVE AND RSP 908 FORM](./media/RSP908ARL.png)
For RSP Files you have to upload a DRE-ES, since the DRE file is complex it will be validated before being used, if the DRE is not valid you will have an error message and have to upload a new one.
In this form, all fields are mandatory, if all the fields are not filled with data, it is not possible to generate files.
The last part is the download of the generated file, you have to click on the download button and a zip file will be downloaded with the generated files.
![DOWNLOAD BUTTON](./media/downloads_files.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment