-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubliccode.yml
97 lines (80 loc) · 2.38 KB
/
publiccode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
publiccodeYmlVersion: '0.2'
name: App Builder
releaseDate: '2022-02-22'
softwareVersion: 2.1.0
developmentStatus: stable
softwareType: standalone/web
platforms:
- web
- linux
usedBy:
- Istituto Nazionale di Ricerca Metrologica
categories:
- it-development
- application-development
- collaboration
- customer-service-and-support
- help-desk
- office
- task-management
description:
it:
features:
- Form Builder
- Json-logic
- MongoDb
genericName: App Builder
longDescription: |
Progetto per la generazione di APP e form "Drag&Drop" tramite formio.js
builder.
Il sistema mette a disposizione un interfaccia per la composizione di form
tramite formio.js builder, implementato con
formio.js.
Una volta disegnato e salvato il form il sistema genera i menu di base e
e una card nella dashboard per iniziare ad utilizzare subito il form.
E' possibile:
1. Implementare regole sui dati e sui campi tramite json-logic
2. Aggiungere un autenticazione esterna
3. Implementare regole di sicurezza
4. Generare report per il singolo form ( una volta inserito il componente nel form)
Per migliorare la sicurezza è stato implmentato il service *av* una macchina ClamAV
che scasiona i file allegato ad un modulo e nel caso genera eccezzione.
screenshots:
- gallery/form-design.png
- gallery/form-design-json-logic.png
- gallery/report-design.png
- gallery/report-add-print-button.png
- gallery/list-view-filter.png
- gallery/export-xls.png
- gallery/report-pdf-record.png
shortDescription: App Builder and Form design
it:
riuso:
codiceIPA: inrm
conforme:
lineeGuidaDesign: yes
modelloInteroperabilita: yes
misureMinimeSicurezza: yes
gdpr: yes
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
legal:
license: MIT
localisation:
availableLanguages:
- it
localisationReady: false
maintenance:
type: internal
contacts:
- name: Alessio Gerace
email: [email protected]
affiliation: inrim.it
url: 'https://github.com/INRIM/service-app'