MCPcopy Index your code
hub / github.com/eu-digital-green-certificates/dgca-issuance-web

github.com/eu-digital-green-certificates/dgca-issuance-web @1.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.1.2 ↗ · + Follow
164 symbols 406 edges 41 files 0 documented · 0% updated 4y ago1.1.2 · 2021-07-05★ 10531 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

EU Digital COVID Certificate Issuance Web Frontend

<a href="https://github.com/eu-digital-green-certificates/dgca-issuance-web/raw/1.1.2/commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/eu-digital-green-certificates/dgca-issuance-web?style=flat"></a>
<a href="https://github.com/eu-digital-green-certificates/dgca-issuance-web/raw/1.1.2/issues" title="Open Issues"><img src="https://img.shields.io/github/issues/eu-digital-green-certificates/dgca-issuance-web?style=flat"></a>
<a href="https://github.com/eu-digital-green-certificates/dgca-issuance-web/raw/1.1.2/LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a>

AboutDevelopmentSupportContributeContributorsLicensing

About

This repository contains the source code of the EU Digital COVID Certificate Issuance Web Frontend.

The issuer application frontend provides a user interface that is used by the issuer to enter the necessary data for DGC issuance.

The system is based on EU-Guidelines for the EU digital green certificates.

Development

Prerequisites

How to use

We recommend to use yarn to install and run the project. However the npm package manager can also be used.

Getting the source code

# Clone this repository
$ git clone https://github.com/eu-digital-green-certificates/dgca-issuance-web.git

# Go into the repository
$ cd dgca-issuance-web

Starting the project (yarn)

# Install yarn
$ npm install -g yarn

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Starting the project (npm)

# Install dependencies
$ npm install

# Run the app
$ npm run start

Support and feedback

The following channels are available for discussions, feedback, and support requests:

Type Channel
Issues
Other requests

How to contribute

Contribution and feedback is encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.

Contributors

Our commitment to open source means that we are enabling -in fact encouraging- all interested parties to contribute and become part of its developer community.

Licensing

Copyright (C) 2021 T-Systems International GmbH and all other contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 139
Interface 23
Enum 2

Languages

TypeScript100%

Modules by API surface

src/misc/usePdfGenerator.tsx32 symbols
public/cbor.js26 symbols
src/misc/useValueSet.tsx10 symbols
src/misc/edgcProcessor.tsx10 symbols
src/misc/edgcQRGenerator.tsx8 symbols
src/components/modules/show-certificate-data.component.tsx8 symbols
src/components/modules/form-group.component.tsx8 symbols
src/components/record-recovery-cert-data.component.tsx7 symbols
src/components/show-certificate.component.tsx6 symbols
src/components/record-vaccination-cert-data.component.tsx6 symbols
src/components/record-test-cert-data.component.tsx5 symbols
src/misc/wbase45.tsx4 symbols

For agents

$ claude mcp add dgca-issuance-web \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page