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

updated publiccode #10

Merged
merged 3 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions docs/classes/README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions docs/classes/Service/InstallationService.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The constructor

**Parameters**

* `(\EntityManagerInterface) $entityManager`
: The entity manager
* `(\EntityManagerInterface) $entityManager`
: The entity manager

**Return Values**

Expand Down
8 changes: 4 additions & 4 deletions docs/classes/Service/PetStoreService.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
107 changes: 96 additions & 11 deletions publiccode.yaml
Original file line number Diff line number Diff line change
@@ -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"
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 (schema's, mappings and code) 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 (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: []
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
Loading