digiwf-core
digiwf-core copied to clipboard
Add publiccode.yml with meta data
@FabianWilms do we have a suitable publiccode.yml?
Sadly we do not have any publiccode.yml at hand. We started to create a version for COVe but stopped as the project was not continued.
The creation process is actually fairly easy using an editor like https://publiccode-editor.developers.italia.it/
https://publiccode-editor.developers.italia.it/ is a very frustrating tool. I invested nearly a hour to fill everything out (no chance to save, because there are always required fields left). If you add english as language, everything has gone.
Second try with a minimal version (only required fields):

I'll keep this issue open, but will put no more effort in it.
I don't know what you are doing, but it worked for me out of the box. I don't know the project well enough to fill in the right values everywhere. Here is the result from my trial:
# 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'
categories:
- it-management
description:
it:
features:
- automation
genericName: Automation Platform
longDescription: |
Back in 2019 we startet to use the great [Camunda](https://camunda.com/)
BPMN engine as embedded service inside a Spring Boot application. As we
have a lot of user interaction in our processes, we decided to build a
suitable tasklist based on [VueJs](https://vuejs.org/) and the beautiful
[VuetifyJs](https://vuetifyjs.com/) frameworks. The second challenge was
that we had and have several integrations into our heterogeneous backend
infrastructure. So we build a thin integration layer of so-called
"integration artifacts". Last but not least we coded a forms service based
on JsonSchema and the
[vjsf](https://koumoul-dev.github.io/vuetify-jsonschema-form/latest)
library. The Vue Forms component can be plugged in into every VueJs
application.
shortDescription: DigiWF project automation platform.
developmentStatus: development
it:
conforme:
gdpr: true
lineeGuidaDesign: false
misureMinimeSicurezza: false
modelloInteroperabilita: false
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
legal:
license: MIT
localisation:
availableLanguages:
- de
localisationReady: false
maintenance:
contacts:
- email: [email protected]
name: it@m
type: internal
name: DigiWF
platforms:
- web
releaseDate: '1970-01-01'
softwareType: standalone/other
url: 'https://github.com/it-at-m/digiwf-project'
I created an issue for the required releaseDate in italia/publiccode-editor#244