Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description lengths in publiccode.yml #1742

Closed
bfabio opened this issue Jul 20, 2021 · 4 comments · Fixed by #1743
Closed

Description lengths in publiccode.yml #1742

bfabio opened this issue Jul 20, 2021 · 4 comments · Fixed by #1743

Comments

@bfabio
Copy link
Contributor

bfabio commented Jul 20, 2021

Describe the bug
The lengths of description keys don't respect the standard:

publiccode.yml:22:5: description.nl.shortDescription: must be less or equal than 150
publiccode.yml:24:5: description.nl.longDescription: must be more or equal than 500

If you find it useful, there's a GitHub Action you can use to automatically check the well-formedness of publiccode.yml: https://github.com/italia/publiccode-parser-action 🙂

@bartjkdp
Copy link
Contributor

bartjkdp commented Jul 21, 2021

Some suggestions based on the text of Signalen.org:

Short (142)

Signalen is een open source proces- en taaksysteem voor overheden, dat meldingen over de openbare ruimte automatisch categoriseert en routeert

Long (672)

Signalen is een proces- en taaksysteem, ontwikkeld op initiatief van de gemeente Amsterdam voor het effectiever en klantvriendelijker afhandelen van meldingen over de openbare ruimte.

Amsterdam krijgt per jaar zo’n 300.000 meldingen over de openbare ruimte te verwerken. Van huisraad bij de vuilnisbak tot en met verlaten sloepjes in de gracht. Ruim 1.400 ambtenaren werken 24/7 met het afhandelen van meldingen in Signalen. Sinds de invoering van Signalen is de klanttevredenheid over de afhandeling van meldingen in Amsterdam met ruim 30 procent gestegen.

De Signalen software is open source ontwikkeld en kan vrij gebruikt worden door andere overheden en gemeenten.

@MauritsR
Copy link
Contributor

@bartjkdp Your suggestion sounds good - will create a PR for it

@MauritsR
Copy link
Contributor

@bfabio First time I see it, but apparently the publiccode yaml is validated by VSCode! Should we hit a validation issue again we'll probably introduce the GitHub Action you linked.
vs-code-publiccode

@bfabio
Copy link
Contributor Author

bfabio commented Jul 21, 2021

@MauritsR I noticed it yesterday as well with vim + coc.vim + language servers, and I was pleasantly surprised but puzzled where it came from! 🙂

I think it uses https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/publiccode.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

3 participants