From 9e24aa33d41a24f638c6095bdf9e721d059bf5c6 Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Thu, 14 Dec 2023 15:14:39 +0100 Subject: [PATCH 1/3] updated publiccode --- publiccode.yaml | 107 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 96 insertions(+), 11 deletions(-) diff --git a/publiccode.yaml b/publiccode.yaml index 3cb029a..221d7ef 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -1,19 +1,104 @@ -publiccodeYmlVersion: "0.1" -name: "OpenBelasting" -url: "https://github.com/CommonGateway/OpenBelasting" -releaseDate: "2022-10-01" -softwareType: addon - +publiccodeYmlVersion: '0.1' +name: OpenBelastingBundle +applicationSuite: null +url: https://github.com/CommonGateway/OpenBelastingBundle +landingURL: null +isBasedOn: https://github.com/CommonGateway/PetstoreBundle +softwareVersion: null +logo: https://avatars.githubusercontent.com/u/106860777?v=4 +monochromeLogo: null platforms: - web - +releaseDate: '2022-10-01' categories: - collaboration - it-development - developmentStatus: beta +softwareType: softwareAddon description: - nl: - shortDescription: "OpenBelasting" en: - shortDescription: "OpenBelasting" \ No newline at end of file + localisedName: null + genericName: This bundle contains the logic for reading assessments and writing objections to the PINK Open Taxes API. + shortDescription: OpenBelastingBundle + longDescription: This bundle contains the logic for reading assessments and writing objections to the PINK Open Taxes API. + documentation: null + apiDocumentation: null + features: [] + screenshots: [] + videos: [] + awards: [] + nl: + localisedName: null + genericName: Deze bundle bevat de logica voor het uitlezen van aanslagen en schrijven van bezwaren naar de PINK Open Belastingen API. + shortDescription: OpenBelastingBundle + longDescription: Deze bundle bevat de logica voor het uitlezen van aanslagen en schrijven van bezwaren naar de PINK Open Belastingen API. + documentation: null + apiDocumentation: null + features: [] + screenshots: [] + videos: [] + awards: [] +intendedaudience: + countries: + - nl + unsupportedCountries: [] + scope: + - government + - local-authorities +legal: + license: EUPL-1.2-or-later + mainCopyrightOwner: legal/authorsFile + repoOwner: CommonGateway + authorsFile: null +maintenance: + type: internal + contractors: + - name: Conduction + until: 2035-01-01 + email: info\x64conduction.nl + website: https://www.conduction.nl + contacts: + - name: Ruben van der Linde + email: info\x64conduction.nl + phone: 085 303 6840 + affiliation: Conduction +localisation: + localisationReady: true + availableLanguages: + - en + - nl +dependsOn: + open: + - name: CommonGateway + versionMin: 1.2 + versionMax: 1.3 + version: 1.2.47 + optional: false + - name: CoreBundle + versionMin: 1.2 + versionMax: 1.3 + version: 1.2.47 + optional: false +roadmap: null +inputTypes: + - application/json +outputTypes: + - application/json + - application/json+hal + - application/json+ld + - application/xml + - application/x-yaml +nl: + countryExtensionVersion: null + commonground: + intendedOrganisations: [] + installationType: null + layerType: integration + gemma: + bedrijfsfuncties: [] + bedrijfsservices: [] + applicatiefunctie: null + model: null + upl: [] +downloadUrls: + - https://github.com/CommonGateway/OpenBelastingBundle/archive/refs/heads/main.zip From dc7b9961c78132c919bcd241e2207ed5ff2331b8 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Thu, 14 Dec 2023 14:15:09 +0000 Subject: [PATCH 2/3] Update src from remark-lint --- docs/classes/README.md | 4 ++-- docs/classes/Service/InstallationService.md | 4 ++-- docs/classes/Service/PetStoreService.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/classes/README.md b/docs/classes/README.md index 302a4c6..23dfd4c 100644 --- a/docs/classes/README.md +++ b/docs/classes/README.md @@ -1,4 +1,4 @@ # CommonGateway\OpenBelastingBundle -* [Service\InstallationService](Service/InstallationService.md) -* [Service\OpenBelastingService](Service/OpenBelastingService.md) +* [Service\InstallationService](Service/InstallationService.md) +* [Service\OpenBelastingService](Service/OpenBelastingService.md) diff --git a/docs/classes/Service/InstallationService.md b/docs/classes/Service/InstallationService.md index 6af5618..3fcff0d 100644 --- a/docs/classes/Service/InstallationService.md +++ b/docs/classes/Service/InstallationService.md @@ -26,8 +26,8 @@ The constructor **Parameters** -* `(\EntityManagerInterface) $entityManager` - : The entity manager +* `(\EntityManagerInterface) $entityManager` + : The entity manager **Return Values** diff --git a/docs/classes/Service/PetStoreService.md b/docs/classes/Service/PetStoreService.md index fd4230a..85feec0 100644 --- a/docs/classes/Service/PetStoreService.md +++ b/docs/classes/Service/PetStoreService.md @@ -37,10 +37,10 @@ An example handler that is triggered by an action. **Parameters** -* `(array) $data` - : The data array -* `(array) $configuration` - : The configuration array +* `(array) $data` + : The data array +* `(array) $configuration` + : The configuration array **Return Values** From 88593525d3283cb839360383d2f2c194cdcb084c Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Thu, 14 Dec 2023 15:22:52 +0100 Subject: [PATCH 3/3] update descriptions --- README.md | 2 +- publiccode.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec23e66..85dfaa6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # OpenBelastingBundle -Deze bundle bevat de logica (schema's, mappings en busnes logica) voor het omzeten van ZGW zaken naar aanslagen en bezwaren op de PINK Open Belastingen API +Deze bundle bevat de logica (schema's, mappings en code) voor het uitlezen van aanslagen en schrijven van bezwaren naar de PINK Open Belastingen API. diff --git a/publiccode.yaml b/publiccode.yaml index 221d7ef..0ff4168 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -20,7 +20,7 @@ description: localisedName: null genericName: This bundle contains the logic for reading assessments and writing objections to the PINK Open Taxes API. shortDescription: OpenBelastingBundle - longDescription: This bundle contains the logic for reading assessments and writing objections to the PINK Open Taxes API. + longDescription: This bundle contains the logic (schema's, mappings and code) for reading assessments and writing objections to the PINK Open Taxes API. documentation: null apiDocumentation: null features: [] @@ -31,7 +31,7 @@ description: localisedName: null genericName: Deze bundle bevat de logica voor het uitlezen van aanslagen en schrijven van bezwaren naar de PINK Open Belastingen API. shortDescription: OpenBelastingBundle - longDescription: Deze bundle bevat de logica voor het uitlezen van aanslagen en schrijven van bezwaren naar de PINK Open Belastingen API. + longDescription: Deze bundle bevat de logica (schema's, mappings en code) voor het uitlezen van aanslagen en schrijven van bezwaren naar de PINK Open Belastingen API. documentation: null apiDocumentation: null features: []